Color Hex Logo

#89817b Color Hex

#89817B
(137,129,123)
0 Favorites   0 Comments

Color spaces of #89817b

RGB 137129123
HSL0.070.060.51
HSV26°10°54°
CMYK 0.000.060.10   0.46
XYZ21.741922.448921.9260
Yxy22.44890.32880.3395
Hunter Lab47.3803-1.00525.7288
CIE-Lab54.50011.91014.3243

#89817b color RGB value is (137,129,123).

#89817b hex color red value is 137, green value is 129 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #89817b hue: 0.07 , saturation: 0.06 and the lightness value of 89817b is 0.51.

The process color (four color CMYK) of #89817b color hex is 0.00, 0.06, 0.10, 0.46. Web safe color of #89817b is #999966. Color #89817b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 01111011
Octal 211 201 173
Decimal 137 129 123
Hex 89 81 7B

RGB Percentages of Color #89817b

%35.22
%33.16
%31.62

CMYK Percentages of Color #89817b

%0
%6
%10
%46

Triadic Colors of #89817b

#89817b #7b8981 #817b89

Analogous Colors of #89817b

#89817b #89887b #897b7c

Monochromatic Colors of #89817b

#89817b

Complementary Color

#89817b #7b8389

#89817b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89817b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89817b Color CSS Codes

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

#89817b Text Font Color

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

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


#89817b Background Color

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

This div background color is #89817b


#89817b Border Color

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

This div border color is #89817b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89817b


Comments

No comments written yet.

Please login to write comment.