Color Hex Logo

#9e5bad Color Hex

#9E5BAD
(158,91,173)
0 Favorites   0 Comments

Color spaces of #9e5bad

RGB 15891173
HSL0.800.330.52
HSV289°47°68°
CMYK 0.090.470.00   0.32
XYZ25.384517.768441.6269
Yxy17.76840.29940.2096
Hunter Lab42.152633.7266-29.0438
CIE-Lab49.214040.8984-32.7180

#9e5bad color RGB value is (158,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01011011 10101101
Octal 236 133 255
Decimal 158 91 173
Hex 9E 5B AD

RGB Percentages of Color #9e5bad

%37.44
%21.56
%41.00

CMYK Percentages of Color #9e5bad

%9
%47
%0
%32

Triadic Colors of #9e5bad

#9e5bad #ad9e5b #5bad9e

Analogous Colors of #9e5bad

#9e5bad #ad5b93 #755bad

Monochromatic Colors of #9e5bad

#9e5bad

Complementary Color

#9e5bad #6aad5b

#9e5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e5bad Color CSS Codes

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

#9e5bad Text Font Color

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

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


#9e5bad Background Color

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

This div background color is #9e5bad


#9e5bad Border Color

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

This div border color is #9e5bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e5bad


Comments

No comments written yet.

Please login to write comment.