Color Hex Logo

#aa87d0 Color Hex

#AA87D0
(170,135,208)
0 Favorites   0 Comments

Color spaces of #aa87d0

RGB 170135208
HSL0.750.440.67
HSV269°35°82°
CMYK 0.180.350.00   0.18
XYZ36.626730.428163.6173
Yxy30.42810.28030.2329
Hunter Lab55.161721.9890-29.7653
CIE-Lab62.021927.5495-32.6791

#aa87d0 color RGB value is (170,135,208).

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

The process color (four color CMYK) of #aa87d0 color hex is 0.18, 0.35, 0.00, 0.18. Web safe color of #aa87d0 is #9999cc. Color #aa87d0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 11010000
Octal 252 207 320
Decimal 170 135 208
Hex AA 87 D0

RGB Percentages of Color #aa87d0

%33.14
%26.32
%40.55

CMYK Percentages of Color #aa87d0

%18
%35
%0
%18

Triadic Colors of #aa87d0

#aa87d0 #d0aa87 #87d0aa

Analogous Colors of #aa87d0

#aa87d0 #cf87d0 #8789d0

Monochromatic Colors of #aa87d0

#aa87d0

Complementary Color

#aa87d0 #add087

#aa87d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa87d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa87d0 Color CSS Codes

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

#aa87d0 Text Font Color

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

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


#aa87d0 Background Color

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

This div background color is #aa87d0


#aa87d0 Border Color

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

This div border color is #aa87d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa87d0


Comments

No comments written yet.

Please login to write comment.