Color Hex Logo

#9571aa Color Hex

#9571AA
(149,113,170)
0 Favorites   0 Comments

Color spaces of #9571aa

RGB 149113170
HSL0.770.250.55
HSV278°34°67°
CMYK 0.120.340.00   0.33
XYZ25.555321.102140.7564
Yxy21.10210.29230.2414
Hunter Lab45.937018.9118-20.4476
CIE-Lab53.061125.0368-25.0661

#9571aa color RGB value is (149,113,170).

#9571aa hex color red value is 149, green value is 113 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9571aa hue: 0.77 , saturation: 0.25 and the lightness value of 9571aa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 10101010
Octal 225 161 252
Decimal 149 113 170
Hex 95 71 AA

RGB Percentages of Color #9571aa

%34.49
%26.16
%39.35

CMYK Percentages of Color #9571aa

%12
%34
%0
%33

Triadic Colors of #9571aa

#9571aa #aa9571 #71aa95

Analogous Colors of #9571aa

#9571aa #aa71a3 #7971aa

Monochromatic Colors of #9571aa

#9571aa

Complementary Color

#9571aa #86aa71

#9571aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9571aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9571aa Color CSS Codes

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

#9571aa Text Font Color

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

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


#9571aa Background Color

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

This div background color is #9571aa


#9571aa Border Color

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

This div border color is #9571aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9571aa


Comments

No comments written yet.

Please login to write comment.