Color Hex Logo

#89859e Color Hex

#89859E
(137,133,158)
0 Favorites   0 Comments

Color spaces of #89859e

RGB 137133158
HSL0.690.110.57
HSV250°16°62°
CMYK 0.130.160.00   0.38
XYZ24.875624.562035.7776
Yxy24.56200.29190.2882
Hunter Lab49.56012.8641-8.1096
CIE-Lab56.64616.6970-12.7590

#89859e color RGB value is (137,133,158).

#89859e hex color red value is 137, green value is 133 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #89859e hue: 0.69 , saturation: 0.11 and the lightness value of 89859e is 0.57.

The process color (four color CMYK) of #89859e color hex is 0.13, 0.16, 0.00, 0.38. Web safe color of #89859e is #999999. Color #89859e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000101 10011110
Octal 211 205 236
Decimal 137 133 158
Hex 89 85 9E

RGB Percentages of Color #89859e

%32.01
%31.07
%36.92

CMYK Percentages of Color #89859e

%13
%16
%0
%38

Triadic Colors of #89859e

#89859e #9e8985 #859e89

Analogous Colors of #89859e

#89859e #96859e #858e9e

Monochromatic Colors of #89859e

#89859e

Complementary Color

#89859e #9a9e85

#89859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89859e Color CSS Codes

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

#89859e Text Font Color

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

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


#89859e Background Color

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

This div background color is #89859e


#89859e Border Color

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

This div border color is #89859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89859e


Comments

No comments written yet.

Please login to write comment.