Color Hex Logo

#ab88cc Color Hex

#AB88CC
(171,136,204)
0 Favorites   0 Comments

Color spaces of #ab88cc

RGB 171136204
HSL0.750.400.67
HSV271°33°80°
CMYK 0.160.330.00   0.20
XYZ36.497830.625961.1145
Yxy30.62590.28460.2388
Hunter Lab55.340720.8766-26.7374
CIE-Lab62.190626.3951-30.1662

#ab88cc color RGB value is (171,136,204).

#ab88cc hex color red value is 171, green value is 136 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab88cc hue: 0.75 , saturation: 0.40 and the lightness value of ab88cc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 11001100
Octal 253 210 314
Decimal 171 136 204
Hex AB 88 CC

RGB Percentages of Color #ab88cc

%33.46
%26.61
%39.92

CMYK Percentages of Color #ab88cc

%16
%33
%0
%20

Triadic Colors of #ab88cc

#ab88cc #ccab88 #88ccab

Analogous Colors of #ab88cc

#ab88cc #cc88cb #8988cc

Monochromatic Colors of #ab88cc

#ab88cc

Complementary Color

#ab88cc #a9cc88

#ab88cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab88cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab88cc Color CSS Codes

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

#ab88cc Text Font Color

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

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


#ab88cc Background Color

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

This div background color is #ab88cc


#ab88cc Border Color

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

This div border color is #ab88cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab88cc


Comments

No comments written yet.

Please login to write comment.