Color Hex Logo

#aa87ba Color Hex

#AA87BA
(170,135,186)
0 Favorites   0 Comments

Color spaces of #aa87ba

RGB 170135186
HSL0.780.270.63
HSV281°27°73°
CMYK 0.090.270.00   0.27
XYZ34.104529.419250.3353
Yxy29.41920.29950.2584
Hunter Lab54.239517.3175-17.0547
CIE-Lab61.149822.7570-21.6275

#aa87ba color RGB value is (170,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 10111010
Octal 252 207 272
Decimal 170 135 186
Hex AA 87 BA

RGB Percentages of Color #aa87ba

%34.62
%27.49
%37.88

CMYK Percentages of Color #aa87ba

%9
%27
%0
%27

Triadic Colors of #aa87ba

#aa87ba #baaa87 #87baaa

Analogous Colors of #aa87ba

#aa87ba #ba87b1 #9187ba

Monochromatic Colors of #aa87ba

#aa87ba

Complementary Color

#aa87ba #97ba87

#aa87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa87ba Color CSS Codes

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

#aa87ba Text Font Color

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

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


#aa87ba Background Color

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

This div background color is #aa87ba


#aa87ba Border Color

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

This div border color is #aa87ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa87ba


Comments

No comments written yet.

Please login to write comment.