Color Hex Logo

#420cec Color Hex

#420CEC
(66,12,236)
0 Favorites   0 Comments

Color spaces of #420cec

RGB 6612236
HSL0.710.900.49
HSV254°95°93°
CMYK 0.720.950.00   0.07
XYZ17.51867.477379.8768
Yxy7.47730.16700.0713
Hunter Lab27.344766.5045-154.0515
CIE-Lab32.869773.9037-96.1199

#420cec color RGB value is (66,12,236).

#420cec hex color red value is 66, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #420cec hue: 0.71 , saturation: 0.90 and the lightness value of 420cec is 0.49.

The process color (four color CMYK) of #420cec color hex is 0.72, 0.95, 0.00, 0.07. Web safe color of #420cec is #3300ff. Color #420cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001100 11101100
Octal 102 14 354
Decimal 66 12 236
Hex 42 C EC

RGB Percentages of Color #420cec

%21.02
%3.82
%75.16

CMYK Percentages of Color #420cec

%72
%95
%0
%7

Triadic Colors of #420cec

#420cec #ec420c #0cec42

Analogous Colors of #420cec

#420cec #b20cec #0c46ec

Monochromatic Colors of #420cec

#420cec

Complementary Color

#420cec #b6ec0c

#420cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#420cec Color CSS Codes

.mybgcolor {background-color:#420cec; } 
.myforecolor {color:#420cec; }
.mybordercolor {border:3px solid #420cec; }

#420cec Text Font Color

<p style="color:#420cec">Text here</p>

This sample text font color is #420cec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#420cec Background Color

<div style="background-color:#420cec">
Div content here</div>

This div background color is #420cec


#420cec Border Color

<div style="border:3px solid #420cec">
Div here</div>

This div border color is #420cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,12,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #420cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #420cec;
  -webkit-box-shadow: 1px 1px 3px 2px #420cec;
  box-shadow:         1px 1px 3px 2px #420cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,12,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #420cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #420cec;
  -webkit-box-shadow: 1px 1px 3px 2px #420cec;
  box-shadow:         1px 1px 3px 2px #420cec;">
Div content here</div>

This div box has shadow with color #420cec


Comments

No comments written yet.

Please login to write comment.