Color Hex Logo

#89536d Color Hex

#89536D
(137,83,109)
0 Favorites   0 Comments

Color spaces of #89536d

RGB 13783109
HSL0.920.250.43
HSV331°39°54°
CMYK 0.000.390.20   0.46
XYZ16.170112.609016.0495
Yxy12.60900.36070.2813
Hunter Lab35.509219.1440-1.9416
CIE-Lab42.168126.3275-5.3588

#89536d color RGB value is (137,83,109).

#89536d hex color red value is 137, green value is 83 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #89536d hue: 0.92 , saturation: 0.25 and the lightness value of 89536d is 0.43.

The process color (four color CMYK) of #89536d color hex is 0.00, 0.39, 0.20, 0.46. Web safe color of #89536d is #996666. Color #89536d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 01101101
Octal 211 123 155
Decimal 137 83 109
Hex 89 53 6D

RGB Percentages of Color #89536d

%41.64
%25.23
%33.13

CMYK Percentages of Color #89536d

%0
%39
%20
%46

Triadic Colors of #89536d

#89536d #6d8953 #536d89

Analogous Colors of #89536d

#89536d #895453 #895388

Monochromatic Colors of #89536d

#89536d

Complementary Color

#89536d #53896f

#89536d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89536d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89536d Color CSS Codes

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

#89536d Text Font Color

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

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


#89536d Background Color

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

This div background color is #89536d


#89536d Border Color

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

This div border color is #89536d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89536d


Comments

No comments written yet.

Please login to write comment.