Color Hex Logo

#aa86be Color Hex

#AA86BE
(170,134,190)
0 Favorites   0 Comments

Color spaces of #aa86be

RGB 170134190
HSL0.770.300.64
HSV279°29°75°
CMYK 0.110.290.00   0.25
XYZ34.396929.313952.5604
Yxy29.31390.29580.2521
Hunter Lab54.142318.6530-19.6581
CIE-Lab61.057724.1668-24.0323

#aa86be color RGB value is (170,134,190).

#aa86be hex color red value is 170, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa86be hue: 0.77 , saturation: 0.30 and the lightness value of aa86be is 0.64.

The process color (four color CMYK) of #aa86be color hex is 0.11, 0.29, 0.00, 0.25. Web safe color of #aa86be is #9999cc. Color #aa86be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000110 10111110
Octal 252 206 276
Decimal 170 134 190
Hex AA 86 BE

RGB Percentages of Color #aa86be

%34.41
%27.13
%38.46

CMYK Percentages of Color #aa86be

%11
%29
%0
%25

Triadic Colors of #aa86be

#aa86be #beaa86 #86beaa

Analogous Colors of #aa86be

#aa86be #be86b6 #8e86be

Monochromatic Colors of #aa86be

#aa86be

Complementary Color

#aa86be #9abe86

#aa86be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa86be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa86be Color CSS Codes

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

#aa86be Text Font Color

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

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


#aa86be Background Color

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

This div background color is #aa86be


#aa86be Border Color

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

This div border color is #aa86be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa86be


Comments

No comments written yet.

Please login to write comment.