Color Hex Logo

#aa87fa Color Hex

#AA87FA
(170,135,250)
0 Favorites   0 Comments

Color spaces of #aa87fa

RGB 170135250
HSL0.720.920.75
HSV258°46°98°
CMYK 0.320.460.00   0.02
XYZ42.496932.776194.5291
Yxy32.77610.25030.1930
Hunter Lab57.250432.3121-57.8215
CIE-Lab63.979237.5961-52.8990

#aa87fa color RGB value is (170,135,250).

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

The process color (four color CMYK) of #aa87fa color hex is 0.32, 0.46, 0.00, 0.02. Web safe color of #aa87fa is #9999ff. Color #aa87fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 11111010
Octal 252 207 372
Decimal 170 135 250
Hex AA 87 FA

RGB Percentages of Color #aa87fa

%30.63
%24.32
%45.05

CMYK Percentages of Color #aa87fa

%32
%46
%0
%2

Triadic Colors of #aa87fa

#aa87fa #faaa87 #87faaa

Analogous Colors of #aa87fa

#aa87fa #e487fa #879efa

Monochromatic Colors of #aa87fa

#aa87fa

Complementary Color

#aa87fa #d7fa87

#aa87fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa87fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa87fa Color CSS Codes

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

#aa87fa Text Font Color

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

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


#aa87fa Background Color

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

This div background color is #aa87fa


#aa87fa Border Color

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

This div border color is #aa87fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa87fa


Comments

No comments written yet.

Please login to write comment.