Color Hex Logo

#420211 Color Hex

#420211
(66,2,17)
0 Favorites   0 Comments

Color spaces of #420211

RGB 66217
HSL0.960.940.13
HSV346°97°26°
CMYK 0.000.970.74   0.74
XYZ2.36971.24210.6452
Yxy1.24210.55670.2918
Hunter Lab11.145018.45004.3691
CIE-Lab10.864430.27329.5031

#420211 color RGB value is (66,2,17).

#420211 hex color red value is 66, green value is 2 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #420211 hue: 0.96 , saturation: 0.94 and the lightness value of 420211 is 0.13.

The process color (four color CMYK) of #420211 color hex is 0.00, 0.97, 0.74, 0.74. Web safe color of #420211 is #330000. Color #420211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000010 00010001
Octal 102 2 21
Decimal 66 2 17
Hex 42 2 11

RGB Percentages of Color #420211

%77.65
%2.35
%20.00

CMYK Percentages of Color #420211

%0
%97
%74
%74

Triadic Colors of #420211

#420211 #114202 #021142

Analogous Colors of #420211

#420211 #421302 #420231

Monochromatic Colors of #420211

#420211

Complementary Color

#420211 #024233

#420211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420211 Color CSS Codes

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

#420211 Text Font Color

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

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


#420211 Background Color

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

This div background color is #420211


#420211 Border Color

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

This div border color is #420211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420211


Comments

No comments written yet.

Please login to write comment.