Color Hex Logo

#9578aa Color Hex

#9578AA
(149,120,170)
0 Favorites   0 Comments

Color spaces of #9578aa

RGB 149120170
HSL0.760.230.57
HSV275°29°67°
CMYK 0.120.290.00   0.33
XYZ26.366622.724841.0269
Yxy22.72480.29260.2522
Hunter Lab47.670515.3050-17.6576
CIE-Lab54.787720.9738-22.4073

#9578aa color RGB value is (149,120,170).

#9578aa hex color red value is 149, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9578aa hue: 0.76 , saturation: 0.23 and the lightness value of 9578aa is 0.57.

The process color (four color CMYK) of #9578aa color hex is 0.12, 0.29, 0.00, 0.33. Web safe color of #9578aa is #996699. Color #9578aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111000 10101010
Octal 225 170 252
Decimal 149 120 170
Hex 95 78 AA

RGB Percentages of Color #9578aa

%33.94
%27.33
%38.72

CMYK Percentages of Color #9578aa

%12
%29
%0
%33

Triadic Colors of #9578aa

#9578aa #aa9578 #78aa95

Analogous Colors of #9578aa

#9578aa #aa78a6 #7c78aa

Monochromatic Colors of #9578aa

#9578aa

Complementary Color

#9578aa #8daa78

#9578aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9578aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9578aa Color CSS Codes

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

#9578aa Text Font Color

<p style="color:#9578aa">Text here</p>

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


#9578aa Background Color

<div style="background-color:#9578aa">
Div content here</div>

This div background color is #9578aa


#9578aa Border Color

<div style="border:3px solid #9578aa">
Div here</div>

This div border color is #9578aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,120,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9578aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9578aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9578aa;
  box-shadow:         1px 1px 3px 2px #9578aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,120,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 #9578aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9578aa


Comments

No comments written yet.

Please login to write comment.