Color Hex Logo

#aa719f Color Hex

#AA719F
(170,113,159)
0 Favorites   0 Comments

Color spaces of #aa719f

RGB 170113159
HSL0.870.250.55
HSV312°34°67°
CMYK 0.000.340.06   0.33
XYZ28.740722.859535.6984
Yxy22.85950.32920.2619
Hunter Lab47.811623.6303-10.8006
CIE-Lab54.927329.8796-15.6206

#aa719f color RGB value is (170,113,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110001 10011111
Octal 252 161 237
Decimal 170 113 159
Hex AA 71 9F

RGB Percentages of Color #aa719f

%38.46
%25.57
%35.97

CMYK Percentages of Color #aa719f

%0
%34
%6
%33

Triadic Colors of #aa719f

#aa719f #9faa71 #719faa

Analogous Colors of #aa719f

#aa719f #aa7183 #9971aa

Monochromatic Colors of #aa719f

#aa719f

Complementary Color

#aa719f #71aa7c

#aa719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa719f Color CSS Codes

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

#aa719f Text Font Color

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

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


#aa719f Background Color

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

This div background color is #aa719f


#aa719f Border Color

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

This div border color is #aa719f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa719f


Comments

No comments written yet.

Please login to write comment.