Color Hex Logo

#aa60ea Color Hex

#AA60EA
(170,96,234)
0 Favorites   0 Comments

Color spaces of #aa60ea

RGB 17096234
HSL0.760.770.65
HSV272°59°92°
CMYK 0.270.590.00   0.08
XYZ35.611722.852380.3759
Yxy22.85230.25650.1646
Hunter Lab47.804149.3166-66.2250
CIE-Lab54.919954.7690-58.4772

#aa60ea color RGB value is (170,96,234).

#aa60ea hex color red value is 170, green value is 96 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa60ea hue: 0.76 , saturation: 0.77 and the lightness value of aa60ea is 0.65.

The process color (four color CMYK) of #aa60ea color hex is 0.27, 0.59, 0.00, 0.08. Web safe color of #aa60ea is #9966ff. Color #aa60ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 11101010
Octal 252 140 352
Decimal 170 96 234
Hex AA 60 EA

RGB Percentages of Color #aa60ea

%34.00
%19.20
%46.80

CMYK Percentages of Color #aa60ea

%27
%59
%0
%8

Triadic Colors of #aa60ea

#aa60ea #eaaa60 #60eaaa

Analogous Colors of #aa60ea

#aa60ea #ea60e5 #6560ea

Monochromatic Colors of #aa60ea

#aa60ea

Complementary Color

#aa60ea #a0ea60

#aa60ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa60ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa60ea Color CSS Codes

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

#aa60ea Text Font Color

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

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


#aa60ea Background Color

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

This div background color is #aa60ea


#aa60ea Border Color

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

This div border color is #aa60ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,96,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 #aa60ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa60ea


Comments

No comments written yet.

Please login to write comment.