Color Hex Logo

#89879e Color Hex

#89879E
(137,135,158)
0 Favorites   0 Comments

Color spaces of #89879e

RGB 137135158
HSL0.680.110.57
HSV245°15°62°
CMYK 0.130.150.00   0.38
XYZ25.152125.114935.8698
Yxy25.11490.29200.2916
Hunter Lab50.11481.8865-7.3567
CIE-Lab57.18725.5455-11.9446

#89879e color RGB value is (137,135,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 10011110
Octal 211 207 236
Decimal 137 135 158
Hex 89 87 9E

RGB Percentages of Color #89879e

%31.86
%31.40
%36.74

CMYK Percentages of Color #89879e

%13
%15
%0
%38

Triadic Colors of #89879e

#89879e #9e8987 #879e89

Analogous Colors of #89879e

#89879e #95879e #87919e

Monochromatic Colors of #89879e

#89879e

Complementary Color

#89879e #9c9e87

#89879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89879e Color CSS Codes

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

#89879e Text Font Color

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

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


#89879e Background Color

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

This div background color is #89879e


#89879e Border Color

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

This div border color is #89879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89879e


Comments

No comments written yet.

Please login to write comment.