Color Hex Logo

#9e59ae Color Hex

#9E59AE
(158,89,174)
0 Favorites   0 Comments

Color spaces of #9e59ae

RGB 15889174
HSL0.800.340.52
HSV289°49°68°
CMYK 0.090.490.00   0.32
XYZ25.312917.469942.0823
Yxy17.46990.29830.2059
Hunter Lab41.797034.9575-30.4368
CIE-Lab48.846742.1784-33.8786

#9e59ae color RGB value is (158,89,174).

#9e59ae hex color red value is 158, green value is 89 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9e59ae hue: 0.80 , saturation: 0.34 and the lightness value of 9e59ae is 0.52.

The process color (four color CMYK) of #9e59ae color hex is 0.09, 0.49, 0.00, 0.32. Web safe color of #9e59ae is #996699. Color #9e59ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01011001 10101110
Octal 236 131 256
Decimal 158 89 174
Hex 9E 59 AE

RGB Percentages of Color #9e59ae

%37.53
%21.14
%41.33

CMYK Percentages of Color #9e59ae

%9
%49
%0
%32

Triadic Colors of #9e59ae

#9e59ae #ae9e59 #59ae9e

Analogous Colors of #9e59ae

#9e59ae #ae5994 #7459ae

Monochromatic Colors of #9e59ae

#9e59ae

Complementary Color

#9e59ae #69ae59

#9e59ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e59ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e59ae Color CSS Codes

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

#9e59ae Text Font Color

<p style="color:#9e59ae">Text here</p>

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


#9e59ae Background Color

<div style="background-color:#9e59ae">
Div content here</div>

This div background color is #9e59ae


#9e59ae Border Color

<div style="border:3px solid #9e59ae">
Div here</div>

This div border color is #9e59ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,89,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e59ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e59ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9e59ae;
  box-shadow:         1px 1px 3px 2px #9e59ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,89,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e59ae


Comments

No comments written yet.

Please login to write comment.