Color Hex Logo

#aa729f Color Hex

#AA729F
(170,114,159)
0 Favorites   0 Comments

Color spaces of #aa729f

RGB 170114159
HSL0.870.250.56
HSV312°33°67°
CMYK 0.000.330.06   0.33
XYZ28.852923.083935.7358
Yxy23.08390.32910.2633
Hunter Lab48.045723.1147-10.4672
CIE-Lab55.158729.3186-15.2699

#aa729f color RGB value is (170,114,159).

#aa729f hex color red value is 170, green value is 114 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aa729f hue: 0.87 , saturation: 0.25 and the lightness value of aa729f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 10011111
Octal 252 162 237
Decimal 170 114 159
Hex AA 72 9F

RGB Percentages of Color #aa729f

%38.37
%25.73
%35.89

CMYK Percentages of Color #aa729f

%0
%33
%6
%33

Triadic Colors of #aa729f

#aa729f #9faa72 #729faa

Analogous Colors of #aa729f

#aa729f #aa7283 #9972aa

Monochromatic Colors of #aa729f

#aa729f

Complementary Color

#aa729f #72aa7d

#aa729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa729f Color CSS Codes

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

#aa729f Text Font Color

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

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


#aa729f Background Color

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

This div background color is #aa729f


#aa729f Border Color

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

This div border color is #aa729f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,114,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 #aa729f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa729f


Comments

No comments written yet.

Please login to write comment.