Color Hex Logo

#aa51fe Color Hex

#AA51FE
(170,81,254)
0 Favorites   0 Comments

Color spaces of #aa51fe

RGB 17081254
HSL0.750.990.66
HSV271°68°100°
CMYK 0.330.680.00   0.00
XYZ37.409421.586795.9609
Yxy21.58670.24140.1393
Hunter Lab46.461562.4152-89.9337
CIE-Lab53.585766.4858-71.7773

#aa51fe color RGB value is (170,81,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 11111110
Octal 252 121 376
Decimal 170 81 254
Hex AA 51 FE

RGB Percentages of Color #aa51fe

%33.66
%16.04
%50.30

CMYK Percentages of Color #aa51fe

%33
%68
%0
%0

Triadic Colors of #aa51fe

#aa51fe #feaa51 #51feaa

Analogous Colors of #aa51fe

#aa51fe #fe51fc #5351fe

Monochromatic Colors of #aa51fe

#aa51fe

Complementary Color

#aa51fe #a5fe51

#aa51fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa51fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa51fe Color CSS Codes

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

#aa51fe Text Font Color

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

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


#aa51fe Background Color

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

This div background color is #aa51fe


#aa51fe Border Color

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

This div border color is #aa51fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa51fe

Related Colors


Comments

No comments written yet.

Please login to write comment.