Color Hex Logo

#89869e Color Hex

#89869E
(137,134,158)
0 Favorites   0 Comments

Color spaces of #89869e

RGB 137134158
HSL0.690.110.57
HSV248°15°62°
CMYK 0.130.150.00   0.38
XYZ25.013224.837235.8235
Yxy24.83720.29200.2899
Hunter Lab49.83692.3747-7.7326
CIE-Lab56.91656.1205-12.3520

#89869e color RGB value is (137,134,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000110 10011110
Octal 211 206 236
Decimal 137 134 158
Hex 89 86 9E

RGB Percentages of Color #89869e

%31.93
%31.24
%36.83

CMYK Percentages of Color #89869e

%13
%15
%0
%38

Triadic Colors of #89869e

#89869e #9e8986 #869e89

Analogous Colors of #89869e

#89869e #95869e #868f9e

Monochromatic Colors of #89869e

#89869e

Complementary Color

#89869e #9b9e86

#89869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89869e Color CSS Codes

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

#89869e Text Font Color

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

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


#89869e Background Color

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

This div background color is #89869e


#89869e Border Color

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

This div border color is #89869e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,134,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 #89869e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89869e


Comments

No comments written yet.

Please login to write comment.