Color Hex Logo

#89869c Color Hex

#89869C
(137,134,156)
0 Favorites   0 Comments

Color spaces of #89869c

RGB 137134156
HSL0.690.100.57
HSV248°14°61°
CMYK 0.120.140.00   0.39
XYZ24.842424.768934.9240
Yxy24.76890.29390.2930
Hunter Lab49.76842.0055-6.7678
CIE-Lab56.84965.6779-11.3019

#89869c color RGB value is (137,134,156).

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

The process color (four color CMYK) of #89869c color hex is 0.12, 0.14, 0.00, 0.39. Web safe color of #89869c is #999999. Color #89869c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000110 10011100
Octal 211 206 234
Decimal 137 134 156
Hex 89 86 9C

RGB Percentages of Color #89869c

%32.08
%31.38
%36.53

CMYK Percentages of Color #89869c

%12
%14
%0
%39

Triadic Colors of #89869c

#89869c #9c8986 #869c89

Analogous Colors of #89869c

#89869c #94869c #868e9c

Monochromatic Colors of #89869c

#89869c

Complementary Color

#89869c #999c86

#89869c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89869c Color Preview on White Background

Lorem ipsum dolor sit amet.

#89869c Color CSS Codes

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

#89869c Text Font Color

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

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


#89869c Background Color

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

This div background color is #89869c


#89869c Border Color

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

This div border color is #89869c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89869c


Comments

No comments written yet.

Please login to write comment.