Color Hex Logo

#9e7fad Color Hex

#9E7FAD
(158,127,173)
0 Favorites   0 Comments

Color spaces of #9e7fad

RGB 158127173
HSL0.780.220.59
HSV280°27°68°
CMYK 0.090.270.00   0.32
XYZ29.232725.465042.9097
Yxy25.46500.29950.2609
Hunter Lab50.462915.0935-15.0916
CIE-Lab57.525720.5838-19.8634

#9e7fad color RGB value is (158,127,173).

#9e7fad hex color red value is 158, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9e7fad hue: 0.78 , saturation: 0.22 and the lightness value of 9e7fad is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111111 10101101
Octal 236 177 255
Decimal 158 127 173
Hex 9E 7F AD

RGB Percentages of Color #9e7fad

%34.50
%27.73
%37.77

CMYK Percentages of Color #9e7fad

%9
%27
%0
%32

Triadic Colors of #9e7fad

#9e7fad #ad9e7f #7fad9e

Analogous Colors of #9e7fad

#9e7fad #ad7fa5 #877fad

Monochromatic Colors of #9e7fad

#9e7fad

Complementary Color

#9e7fad #8ead7f

#9e7fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7fad Color CSS Codes

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

#9e7fad Text Font Color

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

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


#9e7fad Background Color

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

This div background color is #9e7fad


#9e7fad Border Color

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

This div border color is #9e7fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7fad


Comments

No comments written yet.

Please login to write comment.