Color Hex Logo

#aa488d Color Hex

#AA488D
(170,72,141)
0 Favorites   0 Comments

Color spaces of #aa488d

RGB 17072141
HSL0.880.400.47
HSV318°58°67°
CMYK 0.000.580.17   0.33
XYZ23.702615.103926.8654
Yxy15.10390.36090.2300
Hunter Lab38.863740.8538-13.7809
CIE-Lab45.776248.4421-18.9308

#aa488d color RGB value is (170,72,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001000 10001101
Octal 252 110 215
Decimal 170 72 141
Hex AA 48 8D

RGB Percentages of Color #aa488d

%44.39
%18.80
%36.81

CMYK Percentages of Color #aa488d

%0
%58
%17
%33

Triadic Colors of #aa488d

#aa488d #8daa48 #488daa

Analogous Colors of #aa488d

#aa488d #aa485c #9648aa

Monochromatic Colors of #aa488d

#aa488d

Complementary Color

#aa488d #48aa65

#aa488d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa488d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa488d Color CSS Codes

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

#aa488d Text Font Color

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

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


#aa488d Background Color

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

This div background color is #aa488d


#aa488d Border Color

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

This div border color is #aa488d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa488d


Comments

No comments written yet.

Please login to write comment.