Color Hex Logo

#9e4aad Color Hex

#9E4AAD
(158,74,173)
0 Favorites   0 Comments

Color spaces of #9e4aad

RGB 15874173
HSL0.810.400.48
HSV291°57°68°
CMYK 0.090.570.00   0.32
XYZ24.092215.183841.1961
Yxy15.18380.29940.1887
Hunter Lab38.966442.1720-35.4062
CIE-Lab45.884949.6883-37.9553

#9e4aad color RGB value is (158,74,173).

#9e4aad hex color red value is 158, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9e4aad hue: 0.81 , saturation: 0.40 and the lightness value of 9e4aad is 0.48.

The process color (four color CMYK) of #9e4aad color hex is 0.09, 0.57, 0.00, 0.32. Web safe color of #9e4aad is #993399. Color #9e4aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01001010 10101101
Octal 236 112 255
Decimal 158 74 173
Hex 9E 4A AD

RGB Percentages of Color #9e4aad

%39.01
%18.27
%42.72

CMYK Percentages of Color #9e4aad

%9
%57
%0
%32

Triadic Colors of #9e4aad

#9e4aad #ad9e4a #4aad9e

Analogous Colors of #9e4aad

#9e4aad #ad4a8b #6d4aad

Monochromatic Colors of #9e4aad

#9e4aad

Complementary Color

#9e4aad #59ad4a

#9e4aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e4aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e4aad Color CSS Codes

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

#9e4aad Text Font Color

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

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


#9e4aad Background Color

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

This div background color is #9e4aad


#9e4aad Border Color

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

This div border color is #9e4aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,74,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 #9e4aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e4aad


Comments

No comments written yet.

Please login to write comment.