Color Hex Logo

#aa527f Color Hex

#AA527F
(170,82,127)
0 Favorites   0 Comments

Color spaces of #aa527f

RGB 17082127
HSL0.910.350.49
HSV329°52°67°
CMYK 0.000.520.25   0.33
XYZ23.425616.112921.9541
Yxy16.11290.38090.2620
Hunter Lab40.140933.9233-4.3286
CIE-Lab47.122341.4092-8.4461

#aa527f color RGB value is (170,82,127).

#aa527f hex color red value is 170, green value is 82 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aa527f hue: 0.91 , saturation: 0.35 and the lightness value of aa527f is 0.49.

The process color (four color CMYK) of #aa527f color hex is 0.00, 0.52, 0.25, 0.33. Web safe color of #aa527f is #996666. Color #aa527f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010010 01111111
Octal 252 122 177
Decimal 170 82 127
Hex AA 52 7F

RGB Percentages of Color #aa527f

%44.85
%21.64
%33.51

CMYK Percentages of Color #aa527f

%0
%52
%25
%33

Triadic Colors of #aa527f

#aa527f #7faa52 #527faa

Analogous Colors of #aa527f

#aa527f #aa5253 #a952aa

Monochromatic Colors of #aa527f

#aa527f

Complementary Color

#aa527f #52aa7d

#aa527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa527f Color CSS Codes

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

#aa527f Text Font Color

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

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


#aa527f Background Color

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

This div background color is #aa527f


#aa527f Border Color

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

This div border color is #aa527f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa527f


Comments

No comments written yet.

Please login to write comment.