Color Hex Logo

#aa84ba Color Hex

#AA84BA
(170,132,186)
0 Favorites   0 Comments

Color spaces of #aa84ba

RGB 170132186
HSL0.780.280.62
HSV282°29°73°
CMYK 0.090.290.00   0.27
XYZ33.691828.593750.1978
Yxy28.59370.29950.2542
Hunter Lab53.473118.8897-18.2273
CIE-Lab60.421424.4580-22.7425

#aa84ba color RGB value is (170,132,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 10111010
Octal 252 204 272
Decimal 170 132 186
Hex AA 84 BA

RGB Percentages of Color #aa84ba

%34.84
%27.05
%38.11

CMYK Percentages of Color #aa84ba

%9
%29
%0
%27

Triadic Colors of #aa84ba

#aa84ba #baaa84 #84baaa

Analogous Colors of #aa84ba

#aa84ba #ba84af #8f84ba

Monochromatic Colors of #aa84ba

#aa84ba

Complementary Color

#aa84ba #94ba84

#aa84ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa84ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa84ba Color CSS Codes

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

#aa84ba Text Font Color

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

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


#aa84ba Background Color

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

This div background color is #aa84ba


#aa84ba Border Color

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

This div border color is #aa84ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa84ba


Comments

No comments written yet.

Please login to write comment.