Color Hex Logo

#9522aa Color Hex

#9522AA
(149,34,170)
0 Favorites   0 Comments

Color spaces of #9522aa

RGB 14934170
HSL0.810.670.40
HSV291°80°67°
CMYK 0.120.800.00   0.33
XYZ20.222210.435938.9787
Yxy10.43590.29040.1499
Hunter Lab32.304655.2051-48.9259
CIE-Lab38.613763.0887-47.8486

#9522aa color RGB value is (149,34,170).

#9522aa hex color red value is 149, green value is 34 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9522aa hue: 0.81 , saturation: 0.67 and the lightness value of 9522aa is 0.40.

The process color (four color CMYK) of #9522aa color hex is 0.12, 0.80, 0.00, 0.33. Web safe color of #9522aa is #993399. Color #9522aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100010 10101010
Octal 225 42 252
Decimal 149 34 170
Hex 95 22 AA

RGB Percentages of Color #9522aa

%42.21
%9.63
%48.16

CMYK Percentages of Color #9522aa

%12
%80
%0
%33

Triadic Colors of #9522aa

#9522aa #aa9522 #22aa95

Analogous Colors of #9522aa

#9522aa #aa227b #5122aa

Monochromatic Colors of #9522aa

#9522aa

Complementary Color

#9522aa #37aa22

#9522aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9522aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9522aa Color CSS Codes

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

#9522aa Text Font Color

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

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


#9522aa Background Color

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

This div background color is #9522aa


#9522aa Border Color

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

This div border color is #9522aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9522aa


Comments

No comments written yet.

Please login to write comment.