Color Hex Logo

#ab1faa Color Hex

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

Color spaces of #ab1faa

RGB 17131170
HSL0.830.690.40
HSV300°82°67°
CMYK 0.000.820.01   0.33
XYZ24.540312.540239.1573
Yxy12.54020.32190.1645
Hunter Lab35.412161.7277-40.7720
CIE-Lab42.062168.1157-42.1195

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

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

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

Base Numbers

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

RGB Percentages of Color #ab1faa

%45.97
%8.33
%45.70

CMYK Percentages of Color #ab1faa

%0
%82
%1
%33

Triadic Colors of #ab1faa

#ab1faa #aaab1f #1faaab

Analogous Colors of #ab1faa

#ab1faa #ab1f64 #661fab

Monochromatic Colors of #ab1faa

#ab1faa

Complementary Color

#ab1faa #1fab20

#ab1faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1faa Color CSS Codes

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

#ab1faa Text Font Color

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

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


#ab1faa Background Color

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

This div background color is #ab1faa


#ab1faa Border Color

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

This div border color is #ab1faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1faa


Comments

No comments written yet.

Please login to write comment.