color codes Logo

#aa87ea color codes

#AA87EA
(170,135,234)
0 Favorites   0 Comments

Color spaces of #aa87ea

RGB 170135234
HSL0.730.700.72
HSV261°42°92°
CMYK 0.270.420.00   0.08
XYZ40.092831.814581.8696
Yxy31.81450.26070.2069
Hunter Lab56.404328.1721-46.5750
CIE-Lab63.189333.6509-45.3325

#aa87ea color RGB value is (170,135,234).

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

The process color (four color CMYK) of #aa87ea color code is 0.27, 0.42, 0.00, 0.08. Web safe color of #aa87ea is #9999ff. Color #aa87ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 11101010
Octal 252 207 352
Decimal 170 135 234
Hex AA 87 EA

RGB Percentages of Color #aa87ea

%31.54
%25.05
%43.41

CMYK Percentages of Color #aa87ea

%27
%42
%0
%8

Triadic Colors of #aa87ea

#aa87ea #eaaa87 #87eaaa

Analogous Colors of #aa87ea

#aa87ea #dc87ea #8796ea

Monochromatic Colors of #aa87ea

#aa87ea

Complementary Color

#aa87ea #c7ea87

#aa87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa87ea Color CSS Codes

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

#aa87ea Text Font Color

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

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


#aa87ea Background Color

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

This div background color is #aa87ea


#aa87ea Border Color

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

This div border color is #aa87ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa87ea


Comments

No comments written yet.

Please login to write comment.