Color Hex Logo

#9e5eaf Color Hex

#9E5EAF
(158,94,175)
0 Favorites   0 Comments

Color spaces of #9e5eaf

RGB 15894175
HSL0.800.340.53
HSV287°46°69°
CMYK 0.100.460.00   0.31
XYZ25.841118.369742.7412
Yxy18.36970.29720.2113
Hunter Lab42.859932.6165-29.1239
CIE-Lab49.941539.6819-32.7475

#9e5eaf color RGB value is (158,94,175).

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

The process color (four color CMYK) of #9e5eaf color hex is 0.10, 0.46, 0.00, 0.31. Web safe color of #9e5eaf is #996699. Color #9e5eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01011110 10101111
Octal 236 136 257
Decimal 158 94 175
Hex 9E 5E AF

RGB Percentages of Color #9e5eaf

%37.00
%22.01
%40.98

CMYK Percentages of Color #9e5eaf

%10
%46
%0
%31

Triadic Colors of #9e5eaf

#9e5eaf #af9e5e #5eaf9e

Analogous Colors of #9e5eaf

#9e5eaf #af5e98 #765eaf

Monochromatic Colors of #9e5eaf

#9e5eaf

Complementary Color

#9e5eaf #6faf5e

#9e5eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e5eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e5eaf Color CSS Codes

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

#9e5eaf Text Font Color

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

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


#9e5eaf Background Color

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

This div background color is #9e5eaf


#9e5eaf Border Color

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

This div border color is #9e5eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e5eaf


Comments

No comments written yet.

Please login to write comment.