Color Hex Logo

#420fcc Color Hex

#420FCC
(66,15,204)
0 Favorites   0 Comments

Color spaces of #420fcc

RGB 6615204
HSL0.710.860.43
HSV256°93°80°
CMYK 0.680.930.00   0.20
XYZ13.31675.859557.5559
Yxy5.85950.17350.0764
Hunter Lab24.206455.8372-124.0302
CIE-Lab29.055265.4871-84.0298

#420fcc color RGB value is (66,15,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001111 11001100
Octal 102 17 314
Decimal 66 15 204
Hex 42 F CC

RGB Percentages of Color #420fcc

%23.16
%5.26
%71.58

CMYK Percentages of Color #420fcc

%68
%93
%0
%20

Triadic Colors of #420fcc

#420fcc #cc420f #0fcc42

Analogous Colors of #420fcc

#420fcc #a10fcc #0f3bcc

Monochromatic Colors of #420fcc

#420fcc

Complementary Color

#420fcc #99cc0f

#420fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#420fcc Color CSS Codes

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

#420fcc Text Font Color

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

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


#420fcc Background Color

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

This div background color is #420fcc


#420fcc Border Color

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

This div border color is #420fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,15,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 #420fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420fcc


Comments

No comments written yet.

Please login to write comment.