color codes Logo

#aa05fd color codes

#AA05FD
(170,5,253)
0 Favorites   0 Comments

Color spaces of #aa05fd

RGB 1705253
HSL0.780.980.51
HSV280°98°99°
CMYK 0.330.980.00   0.01
XYZ34.361515.746494.1568
Yxy15.74640.23820.1091
Hunter Lab39.681785.1250-112.9061
CIE-Lab46.640086.1896-82.5434

#aa05fd color RGB value is (170,5,253).

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

The process color (four color CMYK) of #aa05fd color code is 0.33, 0.98, 0.00, 0.01. Web safe color of #aa05fd is #9900ff. Color #aa05fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000101 11111101
Octal 252 5 375
Decimal 170 5 253
Hex AA 5 FD

RGB Percentages of Color #aa05fd

%39.72
%1.17
%59.11

CMYK Percentages of Color #aa05fd

%33
%98
%0
%1

Triadic Colors of #aa05fd

#aa05fd #fdaa05 #05fdaa

Analogous Colors of #aa05fd

#aa05fd #fd05d4 #2e05fd

Monochromatic Colors of #aa05fd

#aa05fd

Complementary Color

#aa05fd #58fd05

#aa05fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa05fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa05fd Color CSS Codes

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

#aa05fd Text Font Color

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

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


#aa05fd Background Color

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

This div background color is #aa05fd


#aa05fd Border Color

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

This div border color is #aa05fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,5,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 #aa05fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa05fd


Comments

No comments written yet.

Please login to write comment.