Color Hex Logo

#aa60fc Color Hex

#AA60FC
(170,96,252)
0 Favorites   0 Comments

Color spaces of #aa60fc

RGB 17096252
HSL0.750.960.68
HSV268°62°99°
CMYK 0.330.620.00   0.01
XYZ38.331123.940194.6961
Yxy23.94010.24420.1525
Hunter Lab48.928654.2133-80.4994
CIE-Lab56.027858.9446-66.7207

#aa60fc color RGB value is (170,96,252).

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

The process color (four color CMYK) of #aa60fc color hex is 0.33, 0.62, 0.00, 0.01. Web safe color of #aa60fc is #9966ff. Color #aa60fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 11111100
Octal 252 140 374
Decimal 170 96 252
Hex AA 60 FC

RGB Percentages of Color #aa60fc

%32.82
%18.53
%48.65

CMYK Percentages of Color #aa60fc

%33
%62
%0
%1

Triadic Colors of #aa60fc

#aa60fc #fcaa60 #60fcaa

Analogous Colors of #aa60fc

#aa60fc #f860fc #6064fc

Monochromatic Colors of #aa60fc

#aa60fc

Complementary Color

#aa60fc #b2fc60

#aa60fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa60fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa60fc Color CSS Codes

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

#aa60fc Text Font Color

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

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


#aa60fc Background Color

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

This div background color is #aa60fc


#aa60fc Border Color

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

This div border color is #aa60fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa60fc

Related Colors


Comments

No comments written yet.

Please login to write comment.