Color Hex Logo

#420acd Color Hex

#420ACD
(66,10,205)
0 Favorites   0 Comments

Color spaces of #420acd

RGB 6610205
HSL0.710.910.42
HSV257°95°80°
CMYK 0.680.950.00   0.20
XYZ13.37485.783158.1689
Yxy5.78310.17300.0748
Hunter Lab24.048157.1921-126.5805
CIE-Lab28.858566.7120-84.9409

#420acd color RGB value is (66,10,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001010 11001101
Octal 102 12 315
Decimal 66 10 205
Hex 42 A CD

RGB Percentages of Color #420acd

%23.49
%3.56
%72.95

CMYK Percentages of Color #420acd

%68
%95
%0
%20

Triadic Colors of #420acd

#420acd #cd420a #0acd42

Analogous Colors of #420acd

#420acd #a40acd #0a33cd

Monochromatic Colors of #420acd

#420acd

Complementary Color

#420acd #95cd0a

#420acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#420acd Color CSS Codes

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

#420acd Text Font Color

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

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


#420acd Background Color

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

This div background color is #420acd


#420acd Border Color

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

This div border color is #420acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420acd


Comments

No comments written yet.

Please login to write comment.