Color Hex Logo

#ab96cc Color Hex

#AB96CC
(171,150,204)
0 Favorites   0 Comments

Color spaces of #ab96cc

RGB 171150204
HSL0.730.350.69
HSV263°26°80°
CMYK 0.160.260.00   0.20
XYZ38.600034.830361.8152
Yxy34.83030.28540.2575
Hunter Lab59.017213.4672-20.7889
CIE-Lab65.616318.4764-24.8878

#ab96cc color RGB value is (171,150,204).

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

The process color (four color CMYK) of #ab96cc color hex is 0.16, 0.26, 0.00, 0.20. Web safe color of #ab96cc is #9999cc. Color #ab96cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 11001100
Octal 253 226 314
Decimal 171 150 204
Hex AB 96 CC

RGB Percentages of Color #ab96cc

%32.57
%28.57
%38.86

CMYK Percentages of Color #ab96cc

%16
%26
%0
%20

Triadic Colors of #ab96cc

#ab96cc #ccab96 #96ccab

Analogous Colors of #ab96cc

#ab96cc #c696cc #969ccc

Monochromatic Colors of #ab96cc

#ab96cc

Complementary Color

#ab96cc #b7cc96

#ab96cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab96cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab96cc Color CSS Codes

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

#ab96cc Text Font Color

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

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


#ab96cc Background Color

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

This div background color is #ab96cc


#ab96cc Border Color

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

This div border color is #ab96cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab96cc


Comments

No comments written yet.

Please login to write comment.