Color Hex Logo

#89060d Color Hex

#89060D
(137,6,13)
0 Favorites   0 Comments

Color spaces of #89060d

RGB 137613
HSL0.990.920.28
HSV357°96°54°
CMYK 0.000.960.91   0.46
XYZ10.45435.47770.8871
Yxy5.47770.62160.3257
Hunter Lab23.404538.774414.1359
CIE-Lab28.054549.674135.6813

#89060d color RGB value is (137,6,13).

#89060d hex color red value is 137, green value is 6 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #89060d hue: 0.99 , saturation: 0.92 and the lightness value of 89060d is 0.28.

The process color (four color CMYK) of #89060d color hex is 0.00, 0.96, 0.91, 0.46. Web safe color of #89060d is #990000. Color #89060d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000110 00001101
Octal 211 6 15
Decimal 137 6 13
Hex 89 6 D

RGB Percentages of Color #89060d

%87.82
%3.85
%8.33

CMYK Percentages of Color #89060d

%0
%96
%91
%46

Triadic Colors of #89060d

#89060d #0d8906 #060d89

Analogous Colors of #89060d

#89060d #894106 #89064e

Monochromatic Colors of #89060d

#89060d

Complementary Color

#89060d #068982

#89060d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89060d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89060d Color CSS Codes

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

#89060d Text Font Color

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

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


#89060d Background Color

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

This div background color is #89060d


#89060d Border Color

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

This div border color is #89060d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89060d


Comments

No comments written yet.

Please login to write comment.