Color Hex Logo

#420bcd Color Hex

#420BCD
(66,11,205)
0 Favorites   0 Comments

Color spaces of #420bcd

RGB 6611205
HSL0.710.900.42
HSV257°95°80°
CMYK 0.680.950.00   0.20
XYZ13.38595.805458.1726
Yxy5.80540.17300.0750
Hunter Lab24.094457.0024-126.2814
CIE-Lab28.916166.5357-84.8451

#420bcd color RGB value is (66,11,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001011 11001101
Octal 102 13 315
Decimal 66 11 205
Hex 42 B CD

RGB Percentages of Color #420bcd

%23.40
%3.90
%72.70

CMYK Percentages of Color #420bcd

%68
%95
%0
%20

Triadic Colors of #420bcd

#420bcd #cd420b #0bcd42

Analogous Colors of #420bcd

#420bcd #a30bcd #0b35cd

Monochromatic Colors of #420bcd

#420bcd

Complementary Color

#420bcd #96cd0b

#420bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#420bcd Color CSS Codes

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

#420bcd Text Font Color

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

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


#420bcd Background Color

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

This div background color is #420bcd


#420bcd Border Color

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

This div border color is #420bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420bcd


Comments

No comments written yet.

Please login to write comment.