Color Hex Logo

#ab20ac Color Hex

#AB20AC
(171,32,172)
0 Favorites   0 Comments

Color spaces of #ab20ac

RGB 17132172
HSL0.830.690.40
HSV300°81°67°
CMYK 0.010.810.00   0.33
XYZ24.757512.669540.1703
Yxy12.66950.31910.1633
Hunter Lab35.594261.8654-41.9965
CIE-Lab42.261068.1951-42.9927

#ab20ac color RGB value is (171,32,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 10101100
Octal 253 40 254
Decimal 171 32 172
Hex AB 20 AC

RGB Percentages of Color #ab20ac

%45.60
%8.53
%45.87

CMYK Percentages of Color #ab20ac

%1
%81
%0
%33

Triadic Colors of #ab20ac

#ab20ac #acab20 #20acab

Analogous Colors of #ab20ac

#ab20ac #ac2067 #6520ac

Monochromatic Colors of #ab20ac

#ab20ac

Complementary Color

#ab20ac #21ac20

#ab20ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab20ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab20ac Color CSS Codes

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

#ab20ac Text Font Color

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

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


#ab20ac Background Color

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

This div background color is #ab20ac


#ab20ac Border Color

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

This div border color is #ab20ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab20ac


Comments

No comments written yet.

Please login to write comment.