Color Hex Logo

#aa229f Color Hex

#AA229F
(170,34,159)
0 Favorites   0 Comments

Color spaces of #aa229f

RGB 17034159
HSL0.850.670.40
HSV305°80°67°
CMYK 0.000.800.06   0.33
XYZ23.407612.193333.9207
Yxy12.19330.33670.1754
Hunter Lab34.918958.5479-33.1519
CIE-Lab41.521765.4692-36.4055

#aa229f color RGB value is (170,34,159).

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

The process color (four color CMYK) of #aa229f color hex is 0.00, 0.80, 0.06, 0.33. Web safe color of #aa229f is #993399. Color #aa229f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100010 10011111
Octal 252 42 237
Decimal 170 34 159
Hex AA 22 9F

RGB Percentages of Color #aa229f

%46.83
%9.37
%43.80

CMYK Percentages of Color #aa229f

%0
%80
%6
%33

Triadic Colors of #aa229f

#aa229f #9faa22 #229faa

Analogous Colors of #aa229f

#aa229f #aa225b #7122aa

Monochromatic Colors of #aa229f

#aa229f

Complementary Color

#aa229f #22aa2d

#aa229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa229f Color CSS Codes

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

#aa229f Text Font Color

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

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


#aa229f Background Color

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

This div background color is #aa229f


#aa229f Border Color

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

This div border color is #aa229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa229f


Comments

No comments written yet.

Please login to write comment.