Color Hex Logo

#89657e Color Hex

#89657E
(137,101,126)
0 Favorites   0 Comments

Color spaces of #89657e

RGB 137101126
HSL0.880.150.47
HSV318°26°54°
CMYK 0.000.260.08   0.46
XYZ18.736116.132121.8650
Yxy16.13210.33020.2844
Hunter Lab40.164812.9784-4.1611
CIE-Lab47.147318.8070-8.2441

#89657e color RGB value is (137,101,126).

#89657e hex color red value is 137, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #89657e hue: 0.88 , saturation: 0.15 and the lightness value of 89657e is 0.47.

The process color (four color CMYK) of #89657e color hex is 0.00, 0.26, 0.08, 0.46. Web safe color of #89657e is #996666. Color #89657e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100101 01111110
Octal 211 145 176
Decimal 137 101 126
Hex 89 65 7E

RGB Percentages of Color #89657e

%37.64
%27.75
%34.62

CMYK Percentages of Color #89657e

%0
%26
%8
%46

Triadic Colors of #89657e

#89657e #7e8965 #657e89

Analogous Colors of #89657e

#89657e #89656c #826589

Monochromatic Colors of #89657e

#89657e

Complementary Color

#89657e #658970

#89657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89657e Color CSS Codes

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

#89657e Text Font Color

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

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


#89657e Background Color

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

This div background color is #89657e


#89657e Border Color

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

This div border color is #89657e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89657e


Comments

No comments written yet.

Please login to write comment.