Color Hex Logo

#aa588e Color Hex

#AA588E
(170,88,142)
0 Favorites   0 Comments

Color spaces of #aa588e

RGB 17088142
HSL0.890.330.51
HSV320°48°67°
CMYK 0.000.480.16   0.33
XYZ24.949817.478527.6499
Yxy17.47850.35600.2494
Hunter Lab41.807333.3626-9.9472
CIE-Lab48.857440.5870-14.8277

#aa588e color RGB value is (170,88,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011000 10001110
Octal 252 130 216
Decimal 170 88 142
Hex AA 58 8E

RGB Percentages of Color #aa588e

%42.50
%22.00
%35.50

CMYK Percentages of Color #aa588e

%0
%48
%16
%33

Triadic Colors of #aa588e

#aa588e #8eaa58 #588eaa

Analogous Colors of #aa588e

#aa588e #aa5865 #9d58aa

Monochromatic Colors of #aa588e

#aa588e

Complementary Color

#aa588e #58aa74

#aa588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa588e Color CSS Codes

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

#aa588e Text Font Color

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

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


#aa588e Background Color

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

This div background color is #aa588e


#aa588e Border Color

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

This div border color is #aa588e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,88,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 #aa588e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa588e


Comments

No comments written yet.

Please login to write comment.