Color Hex Logo

#aa60de Color Hex

#AA60DE
(170,96,222)
0 Favorites   0 Comments

Color spaces of #aa60de

RGB 17096222
HSL0.760.660.62
HSV275°57°87°
CMYK 0.230.570.00   0.13
XYZ33.945322.185771.6004
Yxy22.18570.26580.1737
Hunter Lab47.101746.2136-57.1569
CIE-Lab54.223552.0582-52.8446

#aa60de color RGB value is (170,96,222).

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

The process color (four color CMYK) of #aa60de color hex is 0.23, 0.57, 0.00, 0.13. Web safe color of #aa60de is #9966cc. Color #aa60de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 11011110
Octal 252 140 336
Decimal 170 96 222
Hex AA 60 DE

RGB Percentages of Color #aa60de

%34.84
%19.67
%45.49

CMYK Percentages of Color #aa60de

%23
%57
%0
%13

Triadic Colors of #aa60de

#aa60de #deaa60 #60deaa

Analogous Colors of #aa60de

#aa60de #de60d3 #6b60de

Monochromatic Colors of #aa60de

#aa60de

Complementary Color

#aa60de #94de60

#aa60de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa60de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa60de Color CSS Codes

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

#aa60de Text Font Color

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

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


#aa60de Background Color

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

This div background color is #aa60de


#aa60de Border Color

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

This div border color is #aa60de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa60de


Comments

No comments written yet.

Please login to write comment.