Color Hex Logo

#420ccb Color Hex

#420CCB
(66,12,203)
0 Favorites   0 Comments

Color spaces of #420ccb

RGB 6612203
HSL0.710.890.42
HSV257°94°80°
CMYK 0.670.940.00   0.20
XYZ13.15775.733056.9130
Yxy5.73300.17360.0756
Hunter Lab23.943756.1891-124.1689
CIE-Lab28.728665.8571-83.9885

#420ccb color RGB value is (66,12,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001100 11001011
Octal 102 14 313
Decimal 66 12 203
Hex 42 C CB

RGB Percentages of Color #420ccb

%23.49
%4.27
%72.24

CMYK Percentages of Color #420ccb

%67
%94
%0
%20

Triadic Colors of #420ccb

#420ccb #cb420c #0ccb42

Analogous Colors of #420ccb

#420ccb #a20ccb #0c35cb

Monochromatic Colors of #420ccb

#420ccb

Complementary Color

#420ccb #95cb0c

#420ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#420ccb Color CSS Codes

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

#420ccb Text Font Color

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

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


#420ccb Background Color

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

This div background color is #420ccb


#420ccb Border Color

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

This div border color is #420ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420ccb


Comments

No comments written yet.

Please login to write comment.