Color Hex Logo

#890d09 Color Hex

#890D09
(137,13,9)
0 Favorites   0 Comments

Color spaces of #890d09

RGB 137139
HSL0.010.880.29
HSV93°54°
CMYK 0.000.910.93   0.46
XYZ10.50985.62590.7904
Yxy5.62590.62090.3324
Hunter Lab23.719037.584514.6275
CIE-Lab28.448348.400037.7434

#890d09 color RGB value is (137,13,9).

#890d09 hex color red value is 137, green value is 13 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #890d09 hue: 0.01 , saturation: 0.88 and the lightness value of 890d09 is 0.29.

The process color (four color CMYK) of #890d09 color hex is 0.00, 0.91, 0.93, 0.46. Web safe color of #890d09 is #990000. Color #890d09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001101 00001001
Octal 211 15 11
Decimal 137 13 9
Hex 89 D 9

RGB Percentages of Color #890d09

%86.16
%8.18
%5.66

CMYK Percentages of Color #890d09

%0
%91
%93
%46

Triadic Colors of #890d09

#890d09 #09890d #0d0989

Analogous Colors of #890d09

#890d09 #894d09 #890945

Monochromatic Colors of #890d09

#890d09

Complementary Color

#890d09 #098589

#890d09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890d09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890d09 Color CSS Codes

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

#890d09 Text Font Color

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

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


#890d09 Background Color

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

This div background color is #890d09


#890d09 Border Color

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

This div border color is #890d09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,13,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 #890d09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890d09


Comments

No comments written yet.

Please login to write comment.