Color Hex Logo

#aa81ba Color Hex

#AA81BA
(170,129,186)
0 Favorites   0 Comments

Color spaces of #aa81ba

RGB 170129186
HSL0.790.290.62
HSV283°31°73°
CMYK 0.090.310.00   0.27
XYZ33.290727.791750.0641
Yxy27.79170.29950.2500
Hunter Lab52.717820.4645-19.4029
CIE-Lab59.700126.1571-23.8488

#aa81ba color RGB value is (170,129,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 10111010
Octal 252 201 272
Decimal 170 129 186
Hex AA 81 BA

RGB Percentages of Color #aa81ba

%35.05
%26.60
%38.35

CMYK Percentages of Color #aa81ba

%9
%31
%0
%27

Triadic Colors of #aa81ba

#aa81ba #baaa81 #81baaa

Analogous Colors of #aa81ba

#aa81ba #ba81ae #8e81ba

Monochromatic Colors of #aa81ba

#aa81ba

Complementary Color

#aa81ba #91ba81

#aa81ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa81ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa81ba Color CSS Codes

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

#aa81ba Text Font Color

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

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


#aa81ba Background Color

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

This div background color is #aa81ba


#aa81ba Border Color

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

This div border color is #aa81ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa81ba


Comments

No comments written yet.

Please login to write comment.