Color Hex Logo

#891004 Color Hex

#891004
(137,16,4)
0 Favorites   0 Comments

Color spaces of #891004

RGB 137164
HSL0.020.940.28
HSV97°54°
CMYK 0.000.880.97   0.46
XYZ10.52375.69770.6600
Yxy5.69770.62340.3375
Hunter Lab23.869936.924515.0695
CIE-Lab28.636647.694139.9332

#891004 color RGB value is (137,16,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010000 00000100
Octal 211 20 4
Decimal 137 16 4
Hex 89 10 4

RGB Percentages of Color #891004

%87.26
%10.19
%2.55

CMYK Percentages of Color #891004

%0
%88
%97
%46

Triadic Colors of #891004

#891004 #048910 #100489

Analogous Colors of #891004

#891004 #895304 #89043b

Monochromatic Colors of #891004

#891004

Complementary Color

#891004 #047d89

#891004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891004 Color CSS Codes

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

#891004 Text Font Color

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

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


#891004 Background Color

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

This div background color is #891004


#891004 Border Color

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

This div border color is #891004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891004


Comments

No comments written yet.

Please login to write comment.