Color Hex Logo

#89838e Color Hex

#89838E
(137,131,142)
0 Favorites   0 Comments

Color spaces of #89838e

RGB 137131142
HSL0.760.050.54
HSV273°56°
CMYK 0.040.080.00   0.44
XYZ23.315323.504028.8991
Yxy23.50400.30790.3104
Hunter Lab48.48091.0021-1.4057
CIE-Lab55.58774.4273-5.1030

#89838e color RGB value is (137,131,142).

#89838e hex color red value is 137, green value is 131 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #89838e hue: 0.76 , saturation: 0.05 and the lightness value of 89838e is 0.54.

The process color (four color CMYK) of #89838e color hex is 0.04, 0.08, 0.00, 0.44. Web safe color of #89838e is #999999. Color #89838e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000011 10001110
Octal 211 203 216
Decimal 137 131 142
Hex 89 83 8E

RGB Percentages of Color #89838e

%33.41
%31.95
%34.63

CMYK Percentages of Color #89838e

%4
%8
%0
%44

Triadic Colors of #89838e

#89838e #8e8983 #838e89

Analogous Colors of #89838e

#89838e #8e838e #84838e

Monochromatic Colors of #89838e

#89838e

Complementary Color

#89838e #888e83

#89838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89838e Color CSS Codes

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

#89838e Text Font Color

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

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


#89838e Background Color

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

This div background color is #89838e


#89838e Border Color

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

This div border color is #89838e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89838e


Comments

No comments written yet.

Please login to write comment.