Color Hex Logo

#aa87ec Color Hex

#AA87EC
(170,135,236)
0 Favorites   0 Comments

Color spaces of #aa87ec

RGB 170135236
HSL0.720.730.73
HSV261°43°93°
CMYK 0.280.430.00   0.07
XYZ40.381931.930183.3917
Yxy31.93010.25940.2051
Hunter Lab56.506728.6763-47.9445
CIE-Lab63.285134.1371-46.2875

#aa87ec color RGB value is (170,135,236).

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

The process color (four color CMYK) of #aa87ec color hex is 0.28, 0.43, 0.00, 0.07. Web safe color of #aa87ec is #9999ff. Color #aa87ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 11101100
Octal 252 207 354
Decimal 170 135 236
Hex AA 87 EC

RGB Percentages of Color #aa87ec

%31.42
%24.95
%43.62

CMYK Percentages of Color #aa87ec

%28
%43
%0
%7

Triadic Colors of #aa87ec

#aa87ec #ecaa87 #87ecaa

Analogous Colors of #aa87ec

#aa87ec #dd87ec #8797ec

Monochromatic Colors of #aa87ec

#aa87ec

Complementary Color

#aa87ec #c9ec87

#aa87ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa87ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa87ec Color CSS Codes

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

#aa87ec Text Font Color

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

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


#aa87ec Background Color

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

This div background color is #aa87ec


#aa87ec Border Color

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

This div border color is #aa87ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa87ec


Comments

No comments written yet.

Please login to write comment.