Color Hex Logo

#aa87ce Color Hex

#AA87CE
(170,135,206)
0 Favorites   0 Comments

Color spaces of #aa87ce

RGB 170135206
HSL0.750.420.67
HSV270°34°81°
CMYK 0.170.340.00   0.19
XYZ36.382130.330262.3293
Yxy30.33020.28190.2350
Hunter Lab55.072921.5427-28.5511
CIE-Lab61.938127.0988-31.6874

#aa87ce color RGB value is (170,135,206).

#aa87ce hex color red value is 170, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa87ce hue: 0.75 , saturation: 0.42 and the lightness value of aa87ce is 0.67.

The process color (four color CMYK) of #aa87ce color hex is 0.17, 0.34, 0.00, 0.19. Web safe color of #aa87ce is #9999cc. Color #aa87ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 11001110
Octal 252 207 316
Decimal 170 135 206
Hex AA 87 CE

RGB Percentages of Color #aa87ce

%33.27
%26.42
%40.31

CMYK Percentages of Color #aa87ce

%17
%34
%0
%19

Triadic Colors of #aa87ce

#aa87ce #ceaa87 #87ceaa

Analogous Colors of #aa87ce

#aa87ce #ce87ce #8788ce

Monochromatic Colors of #aa87ce

#aa87ce

Complementary Color

#aa87ce #abce87

#aa87ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa87ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa87ce Color CSS Codes

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

#aa87ce Text Font Color

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

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


#aa87ce Background Color

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

This div background color is #aa87ce


#aa87ce Border Color

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

This div border color is #aa87ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa87ce


Comments

No comments written yet.

Please login to write comment.