Color Hex Logo

#ab60cc Color Hex

#AB60CC
(171,96,204)
0 Favorites   0 Comments

Color spaces of #ab60cc

RGB 17196204
HSL0.780.510.59
HSV282°53°80°
CMYK 0.160.530.00   0.20
XYZ31.876521.383359.5741
Yxy21.38330.28250.1895
Hunter Lab46.242142.1235-44.0144
CIE-Lab53.366548.3940-43.9822

#ab60cc color RGB value is (171,96,204).

#ab60cc hex color red value is 171, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab60cc hue: 0.78 , saturation: 0.51 and the lightness value of ab60cc is 0.59.

The process color (four color CMYK) of #ab60cc color hex is 0.16, 0.53, 0.00, 0.20. Web safe color of #ab60cc is #9966cc. Color #ab60cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 11001100
Octal 253 140 314
Decimal 171 96 204
Hex AB 60 CC

RGB Percentages of Color #ab60cc

%36.31
%20.38
%43.31

CMYK Percentages of Color #ab60cc

%16
%53
%0
%20

Triadic Colors of #ab60cc

#ab60cc #ccab60 #60ccab

Analogous Colors of #ab60cc

#ab60cc #cc60b7 #7560cc

Monochromatic Colors of #ab60cc

#ab60cc

Complementary Color

#ab60cc #81cc60

#ab60cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab60cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab60cc Color CSS Codes

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

#ab60cc Text Font Color

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

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


#ab60cc Background Color

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

This div background color is #ab60cc


#ab60cc Border Color

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

This div border color is #ab60cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab60cc


Comments

No comments written yet.

Please login to write comment.