Color Hex Logo

#aa598a Color Hex

#AA598A
(170,89,138)
0 Favorites   0 Comments

Color spaces of #aa598a

RGB 17089138
HSL0.900.320.51
HSV324°48°67°
CMYK 0.000.480.19   0.33
XYZ24.737417.525826.1238
Yxy17.52580.36170.2563
Hunter Lab41.863832.2142-7.6934
CIE-Lab48.915839.4240-12.3526

#aa598a color RGB value is (170,89,138).

#aa598a hex color red value is 170, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aa598a hue: 0.90 , saturation: 0.32 and the lightness value of aa598a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 10001010
Octal 252 131 212
Decimal 170 89 138
Hex AA 59 8A

RGB Percentages of Color #aa598a

%42.82
%22.42
%34.76

CMYK Percentages of Color #aa598a

%0
%48
%19
%33

Triadic Colors of #aa598a

#aa598a #8aaa59 #598aaa

Analogous Colors of #aa598a

#aa598a #aa5961 #a259aa

Monochromatic Colors of #aa598a

#aa598a

Complementary Color

#aa598a #59aa79

#aa598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa598a Color CSS Codes

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

#aa598a Text Font Color

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

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


#aa598a Background Color

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

This div background color is #aa598a


#aa598a Border Color

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

This div border color is #aa598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa598a


Comments

No comments written yet.

Please login to write comment.