Color Hex Logo

#aa00fb Color Hex

#AA00FB
(170,0,251)
0 Favorites   0 Comments

Color spaces of #aa00fb

RGB 1700251
HSL0.781.000.49
HSV281°100°98°
CMYK 0.321.000.00   0.02
XYZ33.990215.511192.4692
Yxy15.51110.23940.1093
Hunter Lab39.384185.1309-111.6369
CIE-Lab46.326486.2536-81.9388

#aa00fb color RGB value is (170,0,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 11111011
Octal 252 0 373
Decimal 170 0 251
Hex AA 0 FB

RGB Percentages of Color #aa00fb

%40.38
%0.00
%59.62

CMYK Percentages of Color #aa00fb

%32
%100
%0
%2

Triadic Colors of #aa00fb

#aa00fb #fbaa00 #00fbaa

Analogous Colors of #aa00fb

#aa00fb #fb00cf #2d00fb

Monochromatic Colors of #aa00fb

#aa00fb

Complementary Color

#aa00fb #51fb00

#aa00fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa00fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa00fb Color CSS Codes

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

#aa00fb Text Font Color

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

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


#aa00fb Background Color

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

This div background color is #aa00fb


#aa00fb Border Color

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

This div border color is #aa00fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa00fb


Comments

No comments written yet.

Please login to write comment.