Skip to main content Skip to docs navigation

#320cee hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Delft Blue and its hex is #3311EE Nearest Color Name

Color Hue/Base color: Violet

Hex #320cee Color code in RGB color code model is created after adding 19.61% red color, 4.71% green color and 93.33% blue color. Hex #320cee Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 95% magenta, 0% yellow and 6.67% black.

Hex #320cee color code is between #3311dd web safe hex color code and #2200ff web safe hex color code. #3311dd is the nearest web safe color code. You can see here many more shades of #320cee color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 320cee #320cee
RGB Decimal 50, 12, 238 50, 12, 238
RGB Percent 20%, 5%, 93% rgb(20%, 5%, 93%)
CSS RGBa 50, 12, 238,1 rgba(50,12,238,1)
CMYK Model cmyk(79%,95%,0%,6.67%)
HSL Color Space 250,90% ,49% hsl(250,90% ,49%)
HSV Color Space 250°, 95%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110010 00001100 11101110
Octal 62 14 356
Decimal 50 12 238
Hex 32 0c ee

Different shades of #320cee color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #320cee
#13055c
Darker of #320cee
#1e078d
Dark of #320cee
#280abd
Base of #320cee
#320cee
Light of #320cee
#5838f5
Lighter
#8169f7
Lightest
#a999fa

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#320cee
#c8ee0c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#320cee
#eea30c
#57ee0c

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#0c6aee
#0c44ee
#320cee
#7d0cee
#dc0cee

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#320cee
#0cee32
#ee320c

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#320cee
#ee320c
#c8ee0c
#0cc8ee

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#320cee
#ee0c57
#c8ee0c
#0ceea3

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #320cee

#09022c
#13055c
#1e078d
#280abd
#320cee
#5838f5
#8169f7
#a999fa
#d2cafc

Tints of #320cee Color

#320cee
#4827ef
#5f42f1
#765df3
#8d78f5
#a393f7
#baaef9
#d1c9fb
#e8e4fd
#ffffff

Shades of #320cee color code

Generate more color scales with scales (color stack) generator.

#320cee
#2c0ad3
#2609b9
#21089e
#1b0684
#160569
#10044f
#0b0234
#05011a
#000000

Tones

#320cee
#4325d5
#533ebc
#6457a3
#74708a

Tones

Similar Color like #320cee color

Find visually similar hex color codes nearing to #320cee hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#330def
#340ef0
#350ff1
#3610f2
#3711f3
#3812f4
#3913f5
#3a14f6
#3b15f7
#3c16f8
#3d17f9
#3e18fa
#3f19fb
#401afc
#310bed
#300aec
#2f09eb
#2e08ea
#2d07e9
#2c06e8
#2b05e7
#2a04e6
#2903e5
#2802e4
#2701e3
#2600e2
#2500e1
#2400e0

Download this Dark Violet

Hex #320cee Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#320cee Color Code Preview on Black Background Color

This is how #320cee Color will look on black background color. Color contrast ratio is 2.42

#320cee in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#320cee">Your Example Paragraph content text in with font color #320cee </p>

Your Example Paragraph content text in with font color #320cee

HTML with inline CSS

<div style="color:#320cee">Your Paragraph text in with font color #320cee </div>

Your Example Paragraph content text in with font color #320cee

#320cee color code is use for CSS Background Color

Background color for the above div is #320cee

HTML with inline CSS

<div style="background-color:#320cee;"></div>

#320cee color code is use for CSS Border Color

CSS Border color for the above div is #320cee

HTML with inline CSS

<div style="border:5px solid #320cee;"></div>

CSS Border Left color for the above div is #320cee

HTML with inline CSS

<div style="border-left:5px solid #320cee;"></div>

CSS Border Right color for the above div is #320cee

HTML with inline CSS

<div style="border-right:5px solid #320cee;"></div>

CSS Border Bottom color for the above div is #320cee

HTML with inline CSS

<div style="border-bottom:5px solid #320cee;"></div>

CSS Border Top color for the above div is #320cee

HTML with inline CSS

<div style="border-top:5px solid #320cee;"></div>

#320cee hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#320cee; } .examplecolorclass {color:#320cee; } .examplebordercolor {border:3px solid #320cee; }

#320cee Color code Preview on White Background

This is how #320cee Color code will look on white background color. Color contrast ratio is 8.67

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #320cee; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #320cee; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(50,12,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(200,238,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(50,12,238,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }