Color Hex Logo

#aa537a Color Hex

#AA537A
(170,83,122)
0 Favorites   0 Comments

Color spaces of #aa537a

RGB 17083122
HSL0.930.340.50
HSV333°51°67°
CMYK 0.000.510.28   0.33
XYZ23.183716.137720.3053
Yxy16.13770.38880.2706
Hunter Lab40.171832.7144-1.8486
CIE-Lab47.154640.1869-5.3777

#aa537a color RGB value is (170,83,122).

#aa537a hex color red value is 170, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aa537a hue: 0.93 , saturation: 0.34 and the lightness value of aa537a is 0.50.

The process color (four color CMYK) of #aa537a color hex is 0.00, 0.51, 0.28, 0.33. Web safe color of #aa537a is #996666. Color #aa537a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 01111010
Octal 252 123 172
Decimal 170 83 122
Hex AA 53 7A

RGB Percentages of Color #aa537a

%45.33
%22.13
%32.53

CMYK Percentages of Color #aa537a

%0
%51
%28
%33

Triadic Colors of #aa537a

#aa537a #7aaa53 #537aaa

Analogous Colors of #aa537a

#aa537a #aa5853 #aa53a6

Monochromatic Colors of #aa537a

#aa537a

Complementary Color

#aa537a #53aa83

#aa537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa537a Color CSS Codes

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

#aa537a Text Font Color

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

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


#aa537a Background Color

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

This div background color is #aa537a


#aa537a Border Color

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

This div border color is #aa537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa537a


Comments

No comments written yet.

Please login to write comment.