Color Hex Logo

#ab76cc Color Hex

#AB76CC
(171,118,204)
0 Favorites   0 Comments

Color spaces of #ab76cc

RGB 171118204
HSL0.770.460.63
HSV277°42°80°
CMYK 0.160.420.00   0.20
XYZ34.172125.974460.3392
Yxy25.97440.28360.2156
Hunter Lab50.965130.4954-34.5198
CIE-Lab58.012736.5135-36.6687

#ab76cc color RGB value is (171,118,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 11001100
Octal 253 166 314
Decimal 171 118 204
Hex AB 76 CC

RGB Percentages of Color #ab76cc

%34.69
%23.94
%41.38

CMYK Percentages of Color #ab76cc

%16
%42
%0
%20

Triadic Colors of #ab76cc

#ab76cc #ccab76 #76ccab

Analogous Colors of #ab76cc

#ab76cc #cc76c2 #8076cc

Monochromatic Colors of #ab76cc

#ab76cc

Complementary Color

#ab76cc #97cc76

#ab76cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab76cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab76cc Color CSS Codes

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

#ab76cc Text Font Color

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

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


#ab76cc Background Color

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

This div background color is #ab76cc


#ab76cc Border Color

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

This div border color is #ab76cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab76cc


Comments

No comments written yet.

Please login to write comment.