Color Hex Logo

#aa488a Color Hex

#AA488A
(170,72,138)
0 Favorites   0 Comments

Color spaces of #aa488a

RGB 17072138
HSL0.890.400.47
HSV320°58°67°
CMYK 0.000.580.19   0.33
XYZ23.482415.015825.7054
Yxy15.01580.36570.2339
Hunter Lab38.750240.3570-12.2055
CIE-Lab45.655847.9832-17.3062

#aa488a color RGB value is (170,72,138).

#aa488a hex color red value is 170, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aa488a hue: 0.89 , saturation: 0.40 and the lightness value of aa488a is 0.47.

The process color (four color CMYK) of #aa488a color hex is 0.00, 0.58, 0.19, 0.33. Web safe color of #aa488a is #993399. Color #aa488a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001000 10001010
Octal 252 110 212
Decimal 170 72 138
Hex AA 48 8A

RGB Percentages of Color #aa488a

%44.74
%18.95
%36.32

CMYK Percentages of Color #aa488a

%0
%58
%19
%33

Triadic Colors of #aa488a

#aa488a #8aaa48 #488aaa

Analogous Colors of #aa488a

#aa488a #aa4859 #9948aa

Monochromatic Colors of #aa488a

#aa488a

Complementary Color

#aa488a #48aa68

#aa488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa488a Color CSS Codes

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

#aa488a Text Font Color

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

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


#aa488a Background Color

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

This div background color is #aa488a


#aa488a Border Color

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

This div border color is #aa488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa488a


Comments

No comments written yet.

Please login to write comment.