Color Hex Logo

#aa60ef Color Hex

#AA60EF
(170,96,239)
0 Favorites   0 Comments

Color spaces of #aa60ef

RGB 17096239
HSL0.750.820.66
HSV271°60°94°
CMYK 0.290.600.00   0.06
XYZ36.340423.143884.2132
Yxy23.14380.25290.1611
Hunter Lab48.108050.6485-70.1117
CIE-Lab55.220155.9167-60.7914

#aa60ef color RGB value is (170,96,239).

#aa60ef hex color red value is 170, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aa60ef hue: 0.75 , saturation: 0.82 and the lightness value of aa60ef is 0.66.

The process color (four color CMYK) of #aa60ef color hex is 0.29, 0.60, 0.00, 0.06. Web safe color of #aa60ef is #9966ff. Color #aa60ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 11101111
Octal 252 140 357
Decimal 170 96 239
Hex AA 60 EF

RGB Percentages of Color #aa60ef

%33.66
%19.01
%47.33

CMYK Percentages of Color #aa60ef

%29
%60
%0
%6

Triadic Colors of #aa60ef

#aa60ef #efaa60 #60efaa

Analogous Colors of #aa60ef

#aa60ef #ef60ed #6360ef

Monochromatic Colors of #aa60ef

#aa60ef

Complementary Color

#aa60ef #a5ef60

#aa60ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa60ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa60ef Color CSS Codes

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

#aa60ef Text Font Color

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

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


#aa60ef Background Color

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

This div background color is #aa60ef


#aa60ef Border Color

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

This div border color is #aa60ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa60ef


Comments

No comments written yet.

Please login to write comment.