Color Hex Logo

#420fcb Color Hex

#420FCB
(66,15,203)
0 Favorites   0 Comments

Color spaces of #420fcb

RGB 6615203
HSL0.710.860.43
HSV256°93°80°
CMYK 0.670.930.00   0.20
XYZ13.19715.811756.9261
Yxy5.81170.17380.0765
Hunter Lab24.107555.5278-123.1290
CIE-Lab28.932365.2368-83.6496

#420fcb color RGB value is (66,15,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001111 11001011
Octal 102 17 313
Decimal 66 15 203
Hex 42 F CB

RGB Percentages of Color #420fcb

%23.24
%5.28
%71.48

CMYK Percentages of Color #420fcb

%67
%93
%0
%20

Triadic Colors of #420fcb

#420fcb #cb420f #0fcb42

Analogous Colors of #420fcb

#420fcb #a00fcb #0f3acb

Monochromatic Colors of #420fcb

#420fcb

Complementary Color

#420fcb #98cb0f

#420fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#420fcb Color CSS Codes

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

#420fcb Text Font Color

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

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


#420fcb Background Color

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

This div background color is #420fcb


#420fcb Border Color

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

This div border color is #420fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420fcb


Comments

No comments written yet.

Please login to write comment.