Color Hex Logo

#89597d Color Hex

#89597D
(137,89,125)
0 Favorites   0 Comments

Color spaces of #89597d

RGB 13789125
HSL0.880.210.44
HSV315°35°54°
CMYK 0.000.350.09   0.46
XYZ17.590613.943821.1663
Yxy13.94380.33380.2646
Hunter Lab37.341418.7394-7.4685
CIE-Lab44.152225.6614-12.1470

#89597d color RGB value is (137,89,125).

#89597d hex color red value is 137, green value is 89 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #89597d hue: 0.88 , saturation: 0.21 and the lightness value of 89597d is 0.44.

The process color (four color CMYK) of #89597d color hex is 0.00, 0.35, 0.09, 0.46. Web safe color of #89597d is #996666. Color #89597d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 01111101
Octal 211 131 175
Decimal 137 89 125
Hex 89 59 7D

RGB Percentages of Color #89597d

%39.03
%25.36
%35.61

CMYK Percentages of Color #89597d

%0
%35
%9
%46

Triadic Colors of #89597d

#89597d #7d8959 #597d89

Analogous Colors of #89597d

#89597d #895965 #7d5989

Monochromatic Colors of #89597d

#89597d

Complementary Color

#89597d #598965

#89597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89597d Color CSS Codes

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

#89597d Text Font Color

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

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


#89597d Background Color

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

This div background color is #89597d


#89597d Border Color

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

This div border color is #89597d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89597d


Comments

No comments written yet.

Please login to write comment.