Color Hex Logo

#ab20cc Color Hex

#AB20CC
(171,32,204)
0 Favorites   0 Comments

Color spaces of #ab20cc

RGB 17132204
HSL0.800.730.46
HSV288°84°80°
CMYK 0.160.840.00   0.20
XYZ28.210214.050658.3519
Yxy14.05060.28040.1397
Hunter Lab37.484168.7402-66.0584
CIE-Lab44.305473.5860-58.4784

#ab20cc color RGB value is (171,32,204).

#ab20cc hex color red value is 171, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab20cc hue: 0.80 , saturation: 0.73 and the lightness value of ab20cc is 0.46.

The process color (four color CMYK) of #ab20cc color hex is 0.16, 0.84, 0.00, 0.20. Web safe color of #ab20cc is #9933cc. Color #ab20cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 11001100
Octal 253 40 314
Decimal 171 32 204
Hex AB 20 CC

RGB Percentages of Color #ab20cc

%42.01
%7.86
%50.12

CMYK Percentages of Color #ab20cc

%16
%84
%0
%20

Triadic Colors of #ab20cc

#ab20cc #ccab20 #20ccab

Analogous Colors of #ab20cc

#ab20cc #cc2097 #5520cc

Monochromatic Colors of #ab20cc

#ab20cc

Complementary Color

#ab20cc #41cc20

#ab20cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab20cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab20cc Color CSS Codes

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

#ab20cc Text Font Color

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

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


#ab20cc Background Color

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

This div background color is #ab20cc


#ab20cc Border Color

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

This div border color is #ab20cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab20cc


Comments

No comments written yet.

Please login to write comment.