Color Hex Logo

#9e7caa Color Hex

#9E7CAA
(158,124,170)
0 Favorites   0 Comments

Color spaces of #9e7caa

RGB 158124170
HSL0.790.210.58
HSV284°27°67°
CMYK 0.070.270.00   0.33
XYZ28.563924.586741.2704
Yxy24.58670.30250.2604
Hunter Lab49.585016.0529-14.6386
CIE-Lab56.670521.6764-19.4464

#9e7caa color RGB value is (158,124,170).

#9e7caa hex color red value is 158, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9e7caa hue: 0.79 , saturation: 0.21 and the lightness value of 9e7caa is 0.58.

The process color (four color CMYK) of #9e7caa color hex is 0.07, 0.27, 0.00, 0.33. Web safe color of #9e7caa is #996699. Color #9e7caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111100 10101010
Octal 236 174 252
Decimal 158 124 170
Hex 9E 7C AA

RGB Percentages of Color #9e7caa

%34.96
%27.43
%37.61

CMYK Percentages of Color #9e7caa

%7
%27
%0
%33

Triadic Colors of #9e7caa

#9e7caa #aa9e7c #7caa9e

Analogous Colors of #9e7caa

#9e7caa #aa7c9f #877caa

Monochromatic Colors of #9e7caa

#9e7caa

Complementary Color

#9e7caa #88aa7c

#9e7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7caa Color CSS Codes

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

#9e7caa Text Font Color

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

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


#9e7caa Background Color

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

This div background color is #9e7caa


#9e7caa Border Color

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

This div border color is #9e7caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7caa


Comments

No comments written yet.

Please login to write comment.