Color Hex Logo

#aa849d Color Hex

#AA849D
(170,132,157)
0 Favorites   0 Comments

Color spaces of #aa849d

RGB 170132157
HSL0.890.180.59
HSV321°22°67°
CMYK 0.000.220.08   0.33
XYZ30.914627.482935.5736
Yxy27.48290.32900.2925
Hunter Lab52.424113.5195-3.5357
CIE-Lab59.418718.7770-7.7160

#aa849d color RGB value is (170,132,157).

#aa849d hex color red value is 170, green value is 132 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aa849d hue: 0.89 , saturation: 0.18 and the lightness value of aa849d is 0.59.

The process color (four color CMYK) of #aa849d color hex is 0.00, 0.22, 0.08, 0.33. Web safe color of #aa849d is #999999. Color #aa849d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 10011101
Octal 252 204 235
Decimal 170 132 157
Hex AA 84 9D

RGB Percentages of Color #aa849d

%37.04
%28.76
%34.20

CMYK Percentages of Color #aa849d

%0
%22
%8
%33

Triadic Colors of #aa849d

#aa849d #9daa84 #849daa

Analogous Colors of #aa849d

#aa849d #aa848a #a484aa

Monochromatic Colors of #aa849d

#aa849d

Complementary Color

#aa849d #84aa91

#aa849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa849d Color CSS Codes

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

#aa849d Text Font Color

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

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


#aa849d Background Color

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

This div background color is #aa849d


#aa849d Border Color

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

This div border color is #aa849d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa849d


Comments

No comments written yet.

Please login to write comment.