Color Hex Logo

#aa749f Color Hex

#AA749F
(170,116,159)
0 Favorites   0 Comments

Color spaces of #aa749f

RGB 170116159
HSL0.870.240.56
HSV312°32°67°
CMYK 0.000.320.06   0.33
XYZ29.081023.540035.8118
Yxy23.54000.32880.2662
Hunter Lab48.518022.0837-9.8001
CIE-Lab55.624328.1949-14.5649

#aa749f color RGB value is (170,116,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 10011111
Octal 252 164 237
Decimal 170 116 159
Hex AA 74 9F

RGB Percentages of Color #aa749f

%38.20
%26.07
%35.73

CMYK Percentages of Color #aa749f

%0
%32
%6
%33

Triadic Colors of #aa749f

#aa749f #9faa74 #749faa

Analogous Colors of #aa749f

#aa749f #aa7484 #9a74aa

Monochromatic Colors of #aa749f

#aa749f

Complementary Color

#aa749f #74aa7f

#aa749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa749f Color CSS Codes

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

#aa749f Text Font Color

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

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


#aa749f Background Color

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

This div background color is #aa749f


#aa749f Border Color

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

This div border color is #aa749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa749f


Comments

No comments written yet.

Please login to write comment.