Color Hex Logo

#ab51cc Color Hex

#AB51CC
(171,81,204)
0 Favorites   0 Comments

Color spaces of #ab51cc

RGB 17181204
HSL0.790.550.56
HSV284°60°80°
CMYK 0.160.600.00   0.20
XYZ30.636118.902459.1606
Yxy18.90240.28180.1739
Hunter Lab43.476949.6959-50.2443
CIE-Lab50.572855.8699-48.4195

#ab51cc color RGB value is (171,81,204).

#ab51cc hex color red value is 171, green value is 81 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab51cc hue: 0.79 , saturation: 0.55 and the lightness value of ab51cc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 11001100
Octal 253 121 314
Decimal 171 81 204
Hex AB 51 CC

RGB Percentages of Color #ab51cc

%37.50
%17.76
%44.74

CMYK Percentages of Color #ab51cc

%16
%60
%0
%20

Triadic Colors of #ab51cc

#ab51cc #ccab51 #51ccab

Analogous Colors of #ab51cc

#ab51cc #cc51b0 #6e51cc

Monochromatic Colors of #ab51cc

#ab51cc

Complementary Color

#ab51cc #72cc51

#ab51cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab51cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab51cc Color CSS Codes

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

#ab51cc Text Font Color

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

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


#ab51cc Background Color

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

This div background color is #ab51cc


#ab51cc Border Color

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

This div border color is #ab51cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab51cc


Comments

No comments written yet.

Please login to write comment.