Color Hex Logo

#aa508e Color Hex

#AA508E
(170,80,142)
0 Favorites   0 Comments

Color spaces of #aa508e

RGB 17080142
HSL0.890.360.49
HSV319°53°67°
CMYK 0.000.530.16   0.33
XYZ24.328716.236427.4429
Yxy16.23640.35770.2387
Hunter Lab40.294437.2583-12.1739
CIE-Lab47.283144.6936-17.2251

#aa508e color RGB value is (170,80,142).

#aa508e hex color red value is 170, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa508e hue: 0.89 , saturation: 0.36 and the lightness value of aa508e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 10001110
Octal 252 120 216
Decimal 170 80 142
Hex AA 50 8E

RGB Percentages of Color #aa508e

%43.37
%20.41
%36.22

CMYK Percentages of Color #aa508e

%0
%53
%16
%33

Triadic Colors of #aa508e

#aa508e #8eaa50 #508eaa

Analogous Colors of #aa508e

#aa508e #aa5061 #9950aa

Monochromatic Colors of #aa508e

#aa508e

Complementary Color

#aa508e #50aa6c

#aa508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa508e Color CSS Codes

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

#aa508e Text Font Color

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

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


#aa508e Background Color

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

This div background color is #aa508e


#aa508e Border Color

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

This div border color is #aa508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa508e


Comments

No comments written yet.

Please login to write comment.