Color Hex Logo

#89515e Color Hex

#89515E
(137,81,94)
0 Favorites   0 Comments

Color spaces of #89515e

RGB 1378194
HSL0.960.260.43
HSV346°41°54°
CMYK 0.000.410.31   0.46
XYZ15.279312.011412.1028
Yxy12.01140.38790.3049
Hunter Lab34.657518.04403.5555
CIE-Lab41.234225.16892.5173

#89515e color RGB value is (137,81,94).

#89515e hex color red value is 137, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #89515e hue: 0.96 , saturation: 0.26 and the lightness value of 89515e is 0.43.

The process color (four color CMYK) of #89515e color hex is 0.00, 0.41, 0.31, 0.46. Web safe color of #89515e is #996666. Color #89515e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 01011110
Octal 211 121 136
Decimal 137 81 94
Hex 89 51 5E

RGB Percentages of Color #89515e

%43.91
%25.96
%30.13

CMYK Percentages of Color #89515e

%0
%41
%31
%46

Triadic Colors of #89515e

#89515e #5e8951 #515e89

Analogous Colors of #89515e

#89515e #896051 #89517a

Monochromatic Colors of #89515e

#89515e

Complementary Color

#89515e #51897c

#89515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89515e Color CSS Codes

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

#89515e Text Font Color

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

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


#89515e Background Color

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

This div background color is #89515e


#89515e Border Color

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

This div border color is #89515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89515e


Comments

No comments written yet.

Please login to write comment.