Color Hex Logo

#89519f Color Hex

#89519F
(137,81,159)
0 Favorites   0 Comments

Color spaces of #89519f

RGB 13781159
HSL0.790.330.47
HSV283°49°62°
CMYK 0.140.490.00   0.38
XYZ19.517013.706434.4178
Yxy13.70640.28850.2026
Hunter Lab37.022229.3112-29.2037
CIE-Lab43.808937.1846-33.1211

#89519f color RGB value is (137,81,159).

#89519f hex color red value is 137, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #89519f hue: 0.79 , saturation: 0.33 and the lightness value of 89519f is 0.47.

The process color (four color CMYK) of #89519f color hex is 0.14, 0.49, 0.00, 0.38. Web safe color of #89519f is #996699. Color #89519f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 10011111
Octal 211 121 237
Decimal 137 81 159
Hex 89 51 9F

RGB Percentages of Color #89519f

%36.34
%21.49
%42.18

CMYK Percentages of Color #89519f

%14
%49
%0
%38

Triadic Colors of #89519f

#89519f #9f8951 #519f89

Analogous Colors of #89519f

#89519f #9f518e #62519f

Monochromatic Colors of #89519f

#89519f

Complementary Color

#89519f #679f51

#89519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89519f Color CSS Codes

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

#89519f Text Font Color

<p style="color:#89519f">Text here</p>

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


#89519f Background Color

<div style="background-color:#89519f">
Div content here</div>

This div background color is #89519f


#89519f Border Color

<div style="border:3px solid #89519f">
Div here</div>

This div border color is #89519f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,81,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89519f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89519f;
  -webkit-box-shadow: 1px 1px 3px 2px #89519f;
  box-shadow:         1px 1px 3px 2px #89519f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89519f


Comments

No comments written yet.

Please login to write comment.