Color Hex Logo

#89538e Color Hex

#89538E
(137,83,142)
0 Favorites   0 Comments

Color spaces of #89538e

RGB 13783142
HSL0.820.260.44
HSV295°42°56°
CMYK 0.040.420.00   0.44
XYZ18.292313.457927.2247
Yxy13.45790.31020.2282
Hunter Lab36.685024.8069-18.3208
CIE-Lab43.445232.4483-23.5064

#89538e color RGB value is (137,83,142).

#89538e hex color red value is 137, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #89538e hue: 0.82 , saturation: 0.26 and the lightness value of 89538e is 0.44.

The process color (four color CMYK) of #89538e color hex is 0.04, 0.42, 0.00, 0.44. Web safe color of #89538e is #996699. Color #89538e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 10001110
Octal 211 123 216
Decimal 137 83 142
Hex 89 53 8E

RGB Percentages of Color #89538e

%37.85
%22.93
%39.23

CMYK Percentages of Color #89538e

%4
%42
%0
%44

Triadic Colors of #89538e

#89538e #8e8953 #538e89

Analogous Colors of #89538e

#89538e #8e5376 #6c538e

Monochromatic Colors of #89538e

#89538e

Complementary Color

#89538e #588e53

#89538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89538e Color CSS Codes

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

#89538e Text Font Color

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

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


#89538e Background Color

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

This div background color is #89538e


#89538e Border Color

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

This div border color is #89538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89538e


Comments

No comments written yet.

Please login to write comment.