Color Hex Logo

#aa87d1 Color Hex

#AA87D1
(170,135,209)
0 Favorites   0 Comments

Color spaces of #aa87d1

RGB 170135209
HSL0.750.450.67
HSV268°35°82°
CMYK 0.190.350.00   0.18
XYZ36.750230.477464.2674
Yxy30.47740.27950.2318
Hunter Lab55.206322.2142-30.3769
CIE-Lab62.064027.7765-33.1741

#aa87d1 color RGB value is (170,135,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 11010001
Octal 252 207 321
Decimal 170 135 209
Hex AA 87 D1

RGB Percentages of Color #aa87d1

%33.07
%26.26
%40.66

CMYK Percentages of Color #aa87d1

%19
%35
%0
%18

Triadic Colors of #aa87d1

#aa87d1 #d1aa87 #87d1aa

Analogous Colors of #aa87d1

#aa87d1 #cf87d1 #8789d1

Monochromatic Colors of #aa87d1

#aa87d1

Complementary Color

#aa87d1 #aed187

#aa87d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa87d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa87d1 Color CSS Codes

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

#aa87d1 Text Font Color

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

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


#aa87d1 Background Color

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

This div background color is #aa87d1


#aa87d1 Border Color

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

This div border color is #aa87d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa87d1


Comments

No comments written yet.

Please login to write comment.