Color Hex Logo

#89627e Color Hex

#89627E
(137,98,126)
0 Favorites   0 Comments

Color spaces of #89627e

RGB 13798126
HSL0.880.170.46
HSV317°28°54°
CMYK 0.000.280.08   0.46
XYZ18.450115.560121.7696
Yxy15.56010.33080.2790
Hunter Lab39.446314.4583-5.1085
CIE-Lab46.392020.5745-9.3758

#89627e color RGB value is (137,98,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100010 01111110
Octal 211 142 176
Decimal 137 98 126
Hex 89 62 7E

RGB Percentages of Color #89627e

%37.95
%27.15
%34.90

CMYK Percentages of Color #89627e

%0
%28
%8
%46

Triadic Colors of #89627e

#89627e #7e8962 #627e89

Analogous Colors of #89627e

#89627e #89626b #816289

Monochromatic Colors of #89627e

#89627e

Complementary Color

#89627e #62896d

#89627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89627e Color CSS Codes

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

#89627e Text Font Color

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

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


#89627e Background Color

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

This div background color is #89627e


#89627e Border Color

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

This div border color is #89627e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,98,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 #89627e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89627e


Comments

No comments written yet.

Please login to write comment.