Color Hex Logo

#89858b Color Hex

#89858B
(137,133,139)
0 Favorites   0 Comments

Color spaces of #89858b

RGB 137133139
HSL0.780.030.53
HSV280°55°
CMYK 0.010.040.00   0.45
XYZ23.364323.957527.8189
Yxy23.95750.31090.3188
Hunter Lab48.9464-0.45020.5647
CIE-Lab56.04522.6745-2.6924

#89858b color RGB value is (137,133,139).

#89858b hex color red value is 137, green value is 133 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #89858b hue: 0.78 , saturation: 0.03 and the lightness value of 89858b is 0.53.

The process color (four color CMYK) of #89858b color hex is 0.01, 0.04, 0.00, 0.45. Web safe color of #89858b is #999999. Color #89858b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000101 10001011
Octal 211 205 213
Decimal 137 133 139
Hex 89 85 8B

RGB Percentages of Color #89858b

%33.50
%32.52
%33.99

CMYK Percentages of Color #89858b

%1
%4
%0
%45

Triadic Colors of #89858b

#89858b #8b8985 #858b89

Analogous Colors of #89858b

#89858b #8b858a #86858b

Monochromatic Colors of #89858b

#89858b

Complementary Color

#89858b #878b85

#89858b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89858b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89858b Color CSS Codes

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

#89858b Text Font Color

<p style="color:#89858b">Text here</p>

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


#89858b Background Color

<div style="background-color:#89858b">
Div content here</div>

This div background color is #89858b


#89858b Border Color

<div style="border:3px solid #89858b">
Div here</div>

This div border color is #89858b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89858b


Comments

No comments written yet.

Please login to write comment.