Color Hex Logo

#aa1fab Color Hex

#AA1FAB
(170,31,171)
0 Favorites   0 Comments

Color spaces of #aa1fab

RGB 17031171
HSL0.830.690.40
HSV300°82°67°
CMYK 0.010.820.00   0.33
XYZ24.418212.466339.6473
Yxy12.46630.31910.1629
Hunter Lab35.307661.6593-41.8620
CIE-Lab41.947868.0794-42.9074

#aa1fab color RGB value is (170,31,171).

#aa1fab hex color red value is 170, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aa1fab hue: 0.83 , saturation: 0.69 and the lightness value of aa1fab is 0.40.

The process color (four color CMYK) of #aa1fab color hex is 0.01, 0.82, 0.00, 0.33. Web safe color of #aa1fab is #993399. Color #aa1fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011111 10101011
Octal 252 37 253
Decimal 170 31 171
Hex AA 1F AB

RGB Percentages of Color #aa1fab

%45.70
%8.33
%45.97

CMYK Percentages of Color #aa1fab

%1
%82
%0
%33

Triadic Colors of #aa1fab

#aa1fab #abaa1f #1fabaa

Analogous Colors of #aa1fab

#aa1fab #ab1f66 #641fab

Monochromatic Colors of #aa1fab

#aa1fab

Complementary Color

#aa1fab #20ab1f

#aa1fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1fab Color CSS Codes

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

#aa1fab Text Font Color

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

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


#aa1fab Background Color

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

This div background color is #aa1fab


#aa1fab Border Color

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

This div border color is #aa1fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1fab


Comments

No comments written yet.

Please login to write comment.