Color Hex Logo

#aa51fd Color Hex

#AA51FD
(170,81,253)
0 Favorites   0 Comments

Color spaces of #aa51fd

RGB 17081253
HSL0.750.980.65
HSV271°68°99°
CMYK 0.330.680.00   0.01
XYZ37.249621.522895.1195
Yxy21.52280.24210.1399
Hunter Lab46.392762.1340-89.0882
CIE-Lab53.517066.2595-71.3337

#aa51fd color RGB value is (170,81,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 11111101
Octal 252 121 375
Decimal 170 81 253
Hex AA 51 FD

RGB Percentages of Color #aa51fd

%33.73
%16.07
%50.20

CMYK Percentages of Color #aa51fd

%33
%68
%0
%1

Triadic Colors of #aa51fd

#aa51fd #fdaa51 #51fdaa

Analogous Colors of #aa51fd

#aa51fd #fd51fa #5451fd

Monochromatic Colors of #aa51fd

#aa51fd

Complementary Color

#aa51fd #a4fd51

#aa51fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa51fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa51fd Color CSS Codes

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

#aa51fd Text Font Color

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

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


#aa51fd Background Color

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

This div background color is #aa51fd


#aa51fd Border Color

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

This div border color is #aa51fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa51fd


Comments

No comments written yet.

Please login to write comment.