Color Hex Logo

#420ccc Color Hex

#420CCC
(66,12,204)
0 Favorites   0 Comments

Color spaces of #420ccc

RGB 6612204
HSL0.710.890.42
HSV257°94°80°
CMYK 0.680.940.00   0.20
XYZ13.27735.780857.5428
Yxy5.78080.17330.0755
Hunter Lab24.043356.4963-125.0684
CIE-Lab28.852666.1041-84.3669

#420ccc color RGB value is (66,12,204).

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

The process color (four color CMYK) of #420ccc color hex is 0.68, 0.94, 0.00, 0.20. Web safe color of #420ccc is #3300cc. Color #420ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001100 11001100
Octal 102 14 314
Decimal 66 12 204
Hex 42 C CC

RGB Percentages of Color #420ccc

%23.40
%4.26
%72.34

CMYK Percentages of Color #420ccc

%68
%94
%0
%20

Triadic Colors of #420ccc

#420ccc #cc420c #0ccc42

Analogous Colors of #420ccc

#420ccc #a20ccc #0c36cc

Monochromatic Colors of #420ccc

#420ccc

Complementary Color

#420ccc #96cc0c

#420ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#420ccc Color CSS Codes

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

#420ccc Text Font Color

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

This sample text font color is #420ccc
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.


#420ccc Background Color

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

This div background color is #420ccc


#420ccc Border Color

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

This div border color is #420ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420ccc


Comments

No comments written yet.

Please login to write comment.