Color Hex Logo

#9e78ae Color Hex

#9E78AE
(158,120,174)
0 Favorites   0 Comments

Color spaces of #9e78ae

RGB 158120174
HSL0.780.250.58
HSV282°31°68°
CMYK 0.090.310.00   0.32
XYZ28.457023.758043.1303
Yxy23.75800.29850.2492
Hunter Lab48.742218.9143-18.3442
CIE-Lab55.844724.8176-23.0126

#9e78ae color RGB value is (158,120,174).

#9e78ae hex color red value is 158, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9e78ae hue: 0.78 , saturation: 0.25 and the lightness value of 9e78ae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111000 10101110
Octal 236 170 256
Decimal 158 120 174
Hex 9E 78 AE

RGB Percentages of Color #9e78ae

%34.96
%26.55
%38.50

CMYK Percentages of Color #9e78ae

%9
%31
%0
%32

Triadic Colors of #9e78ae

#9e78ae #ae9e78 #78ae9e

Analogous Colors of #9e78ae

#9e78ae #ae78a3 #8378ae

Monochromatic Colors of #9e78ae

#9e78ae

Complementary Color

#9e78ae #88ae78

#9e78ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e78ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e78ae Color CSS Codes

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

#9e78ae Text Font Color

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

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


#9e78ae Background Color

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

This div background color is #9e78ae


#9e78ae Border Color

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

This div border color is #9e78ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e78ae


Comments

No comments written yet.

Please login to write comment.