Color Hex Logo

#aa42fb Color Hex

#AA42FB
(170,66,251)
0 Favorites   0 Comments

Color spaces of #aa42fb

RGB 17066251
HSL0.760.960.62
HSV274°74°98°
CMYK 0.320.740.00   0.02
XYZ35.938419.407593.1186
Yxy19.40750.24210.1307
Hunter Lab44.053968.5226-94.4859
CIE-Lab51.160672.0717-74.0463

#aa42fb color RGB value is (170,66,251).

#aa42fb hex color red value is 170, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aa42fb hue: 0.76 , saturation: 0.96 and the lightness value of aa42fb is 0.62.

The process color (four color CMYK) of #aa42fb color hex is 0.32, 0.74, 0.00, 0.02. Web safe color of #aa42fb is #9933ff. Color #aa42fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000010 11111011
Octal 252 102 373
Decimal 170 66 251
Hex AA 42 FB

RGB Percentages of Color #aa42fb

%34.91
%13.55
%51.54

CMYK Percentages of Color #aa42fb

%32
%74
%0
%2

Triadic Colors of #aa42fb

#aa42fb #fbaa42 #42fbaa

Analogous Colors of #aa42fb

#aa42fb #fb42f0 #4d42fb

Monochromatic Colors of #aa42fb

#aa42fb

Complementary Color

#aa42fb #93fb42

#aa42fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa42fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa42fb Color CSS Codes

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

#aa42fb Text Font Color

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

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


#aa42fb Background Color

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

This div background color is #aa42fb


#aa42fb Border Color

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

This div border color is #aa42fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa42fb


Comments

No comments written yet.

Please login to write comment.