Color Hex Logo

#891008 Color Hex

#891008
(137,16,8)
0 Favorites   0 Comments

Color spaces of #891008

RGB 137168
HSL0.010.890.28
HSV94°54°
CMYK 0.000.880.94   0.46
XYZ10.54565.70650.7754
Yxy5.70650.61930.3351
Hunter Lab23.888336.995214.7973
CIE-Lab28.659647.761538.3222

#891008 color RGB value is (137,16,8).

#891008 hex color red value is 137, green value is 16 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #891008 hue: 0.01 , saturation: 0.89 and the lightness value of 891008 is 0.28.

The process color (four color CMYK) of #891008 color hex is 0.00, 0.88, 0.94, 0.46. Web safe color of #891008 is #990000. Color #891008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010000 00001000
Octal 211 20 10
Decimal 137 16 8
Hex 89 10 8

RGB Percentages of Color #891008

%85.09
%9.94
%4.97

CMYK Percentages of Color #891008

%0
%88
%94
%46

Triadic Colors of #891008

#891008 #088910 #100889

Analogous Colors of #891008

#891008 #895108 #890841

Monochromatic Colors of #891008

#891008

Complementary Color

#891008 #088189

#891008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891008 Color CSS Codes

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

#891008 Text Font Color

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

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


#891008 Background Color

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

This div background color is #891008


#891008 Border Color

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

This div border color is #891008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,16,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #891008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #891008;
  -webkit-box-shadow: 1px 1px 3px 2px #891008;
  box-shadow:         1px 1px 3px 2px #891008; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891008


Comments

No comments written yet.

Please login to write comment.