Color Hex Logo

#aa84bb Color Hex

#AA84BB
(170,132,187)
0 Favorites   0 Comments

Color spaces of #aa84bb

RGB 170132187
HSL0.780.290.63
HSV281°29°73°
CMYK 0.090.290.00   0.27
XYZ33.798528.636450.7597
Yxy28.63640.29860.2530
Hunter Lab53.513019.0919-18.7804
CIE-Lab60.459424.6672-23.2513

#aa84bb color RGB value is (170,132,187).

#aa84bb hex color red value is 170, green value is 132 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa84bb hue: 0.78 , saturation: 0.29 and the lightness value of aa84bb is 0.63.

The process color (four color CMYK) of #aa84bb color hex is 0.09, 0.29, 0.00, 0.27. Web safe color of #aa84bb is #9999cc. Color #aa84bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 10111011
Octal 252 204 273
Decimal 170 132 187
Hex AA 84 BB

RGB Percentages of Color #aa84bb

%34.76
%26.99
%38.24

CMYK Percentages of Color #aa84bb

%9
%29
%0
%27

Triadic Colors of #aa84bb

#aa84bb #bbaa84 #84bbaa

Analogous Colors of #aa84bb

#aa84bb #bb84b1 #8f84bb

Monochromatic Colors of #aa84bb

#aa84bb

Complementary Color

#aa84bb #95bb84

#aa84bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa84bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa84bb Color CSS Codes

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

#aa84bb Text Font Color

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

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


#aa84bb Background Color

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

This div background color is #aa84bb


#aa84bb Border Color

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

This div border color is #aa84bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa84bb


Comments

No comments written yet.

Please login to write comment.