Color Hex Logo

#ab12cc Color Hex

#AB12CC
(171,18,204)
0 Favorites   0 Comments

Color spaces of #ab12cc

RGB 17118204
HSL0.800.840.44
HSV289°91°80°
CMYK 0.160.910.00   0.20
XYZ27.910013.450258.2519
Yxy13.45020.28020.1350
Hunter Lab36.674571.6615-68.5010
CIE-Lab43.433976.1552-59.8881

#ab12cc color RGB value is (171,18,204).

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

The process color (four color CMYK) of #ab12cc color hex is 0.16, 0.91, 0.00, 0.20. Web safe color of #ab12cc is #9900cc. Color #ab12cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010010 11001100
Octal 253 22 314
Decimal 171 18 204
Hex AB 12 CC

RGB Percentages of Color #ab12cc

%43.51
%4.58
%51.91

CMYK Percentages of Color #ab12cc

%16
%91
%0
%20

Triadic Colors of #ab12cc

#ab12cc #ccab12 #12ccab

Analogous Colors of #ab12cc

#ab12cc #cc1290 #4e12cc

Monochromatic Colors of #ab12cc

#ab12cc

Complementary Color

#ab12cc #33cc12

#ab12cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab12cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab12cc Color CSS Codes

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

#ab12cc Text Font Color

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

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


#ab12cc Background Color

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

This div background color is #ab12cc


#ab12cc Border Color

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

This div border color is #ab12cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab12cc


Comments

No comments written yet.

Please login to write comment.