Color Hex Logo

#890e0a Color Hex

#890E0A
(137,14,10)
0 Favorites   0 Comments

Color spaces of #890e0a

RGB 1371410
HSL0.010.860.29
HSV93°54°
CMYK 0.000.900.93   0.46
XYZ10.52845.65440.8237
Yxy5.65440.61910.3325
Hunter Lab23.779037.419614.5915
CIE-Lab28.523248.218537.3963

#890e0a color RGB value is (137,14,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001110 00001010
Octal 211 16 12
Decimal 137 14 10
Hex 89 E A

RGB Percentages of Color #890e0a

%85.09
%8.70
%6.21

CMYK Percentages of Color #890e0a

%0
%90
%93
%46

Triadic Colors of #890e0a

#890e0a #0a890e #0e0a89

Analogous Colors of #890e0a

#890e0a #894e0a #890a45

Monochromatic Colors of #890e0a

#890e0a

Complementary Color

#890e0a #0a8589

#890e0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890e0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#890e0a Color CSS Codes

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

#890e0a Text Font Color

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

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


#890e0a Background Color

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

This div background color is #890e0a


#890e0a Border Color

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

This div border color is #890e0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890e0a


Comments

No comments written yet.

Please login to write comment.