Color Hex Logo

#aa587d Color Hex

#AA587D
(170,88,125)
0 Favorites   0 Comments

Color spaces of #aa587d

RGB 17088125
HSL0.920.330.51
HSV333°48°67°
CMYK 0.000.480.26   0.33
XYZ23.769017.006221.4318
Yxy17.00620.38210.2734
Hunter Lab41.238630.7159-1.9462
CIE-Lab48.267837.9957-5.5335

#aa587d color RGB value is (170,88,125).

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

The process color (four color CMYK) of #aa587d color hex is 0.00, 0.48, 0.26, 0.33. Web safe color of #aa587d is #996666. Color #aa587d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011000 01111101
Octal 252 130 175
Decimal 170 88 125
Hex AA 58 7D

RGB Percentages of Color #aa587d

%44.39
%22.98
%32.64

CMYK Percentages of Color #aa587d

%0
%48
%26
%33

Triadic Colors of #aa587d

#aa587d #7daa58 #587daa

Analogous Colors of #aa587d

#aa587d #aa5c58 #aa58a6

Monochromatic Colors of #aa587d

#aa587d

Complementary Color

#aa587d #58aa85

#aa587d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa587d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa587d Color CSS Codes

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

#aa587d Text Font Color

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

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


#aa587d Background Color

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

This div background color is #aa587d


#aa587d Border Color

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

This div border color is #aa587d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa587d


Comments

No comments written yet.

Please login to write comment.