Color Hex Logo

#aa01fb Color Hex

#AA01FB
(170,1,251)
0 Favorites   0 Comments

Color spaces of #aa01fb

RGB 1701251
HSL0.780.990.49
HSV281°100°98°
CMYK 0.321.000.00   0.02
XYZ34.001015.532892.4729
Yxy15.53280.23940.1094
Hunter Lab39.411785.0240-111.5259
CIE-Lab46.355586.1660-81.8912

#aa01fb color RGB value is (170,1,251).

#aa01fb hex color red value is 170, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aa01fb hue: 0.78 , saturation: 0.99 and the lightness value of aa01fb is 0.49.

The process color (four color CMYK) of #aa01fb color hex is 0.32, 1.00, 0.00, 0.02. Web safe color of #aa01fb is #9900ff. Color #aa01fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 11111011
Octal 252 1 373
Decimal 170 1 251
Hex AA 1 FB

RGB Percentages of Color #aa01fb

%40.28
%0.24
%59.48

CMYK Percentages of Color #aa01fb

%32
%100
%0
%2

Triadic Colors of #aa01fb

#aa01fb #fbaa01 #01fbaa

Analogous Colors of #aa01fb

#aa01fb #fb01cf #2d01fb

Monochromatic Colors of #aa01fb

#aa01fb

Complementary Color

#aa01fb #52fb01

#aa01fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa01fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa01fb Color CSS Codes

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

#aa01fb Text Font Color

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

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


#aa01fb Background Color

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

This div background color is #aa01fb


#aa01fb Border Color

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

This div border color is #aa01fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa01fb


Comments

No comments written yet.

Please login to write comment.