Color Hex Logo

#420919 Color Hex

#420919
(66,9,25)
0 Favorites   0 Comments

Color spaces of #420919

RGB 66925
HSL0.950.760.15
HSV343°86°26°
CMYK 0.000.860.62   0.74
XYZ2.51991.42381.0617
Yxy1.42380.50340.2845
Hunter Lab11.932316.81463.0772
CIE-Lab12.115227.90495.7467

#420919 color RGB value is (66,9,25).

#420919 hex color red value is 66, green value is 9 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #420919 hue: 0.95 , saturation: 0.76 and the lightness value of 420919 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001001 00011001
Octal 102 11 31
Decimal 66 9 25
Hex 42 9 19

RGB Percentages of Color #420919

%66.00
%9.00
%25.00

CMYK Percentages of Color #420919

%0
%86
%62
%74

Triadic Colors of #420919

#420919 #194209 #091942

Analogous Colors of #420919

#420919 #421609 #420935

Monochromatic Colors of #420919

#420919

Complementary Color

#420919 #094232

#420919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420919 Color CSS Codes

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

#420919 Text Font Color

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

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


#420919 Background Color

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

This div background color is #420919


#420919 Border Color

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

This div border color is #420919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420919


Comments

No comments written yet.

Please login to write comment.