Color Hex Logo

#420209 Color Hex

#420209
(66,2,9)
0 Favorites   0 Comments

Color spaces of #420209

RGB 6629
HSL0.980.940.13
HSV353°97°26°
CMYK 0.000.970.86   0.74
XYZ2.31781.22140.3720
Yxy1.22140.59260.3123
Hunter Lab11.051718.09525.7405
CIE-Lab10.714329.845813.1521

#420209 color RGB value is (66,2,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000010 00001001
Octal 102 2 11
Decimal 66 2 9
Hex 42 2 9

RGB Percentages of Color #420209

%85.71
%2.60
%11.69

CMYK Percentages of Color #420209

%0
%97
%86
%74

Triadic Colors of #420209

#420209 #094202 #020942

Analogous Colors of #420209

#420209 #421b02 #420229

Monochromatic Colors of #420209

#420209

Complementary Color

#420209 #02423b

#420209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420209 Color CSS Codes

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

#420209 Text Font Color

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

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


#420209 Background Color

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

This div background color is #420209


#420209 Border Color

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

This div border color is #420209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420209


Comments

No comments written yet.

Please login to write comment.