Color Hex Logo

#ac88cb Color Hex

#AC88CB
(172,136,203)
0 Favorites   0 Comments

Color spaces of #ac88cb

RGB 172136203
HSL0.760.390.66
HSV272°33°80°
CMYK 0.150.330.00   0.20
XYZ36.596930.690860.4950
Yxy30.69080.28640.2402
Hunter Lab55.399320.9688-25.9641
CIE-Lab62.245726.4858-29.5117

#ac88cb color RGB value is (172,136,203).

#ac88cb hex color red value is 172, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac88cb hue: 0.76 , saturation: 0.39 and the lightness value of ac88cb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 11001011
Octal 254 210 313
Decimal 172 136 203
Hex AC 88 CB

RGB Percentages of Color #ac88cb

%33.66
%26.61
%39.73

CMYK Percentages of Color #ac88cb

%15
%33
%0
%20

Triadic Colors of #ac88cb

#ac88cb #cbac88 #88cbac

Analogous Colors of #ac88cb

#ac88cb #cb88c9 #8b88cb

Monochromatic Colors of #ac88cb

#ac88cb

Complementary Color

#ac88cb #a7cb88

#ac88cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac88cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac88cb Color CSS Codes

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

#ac88cb Text Font Color

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

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


#ac88cb Background Color

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

This div background color is #ac88cb


#ac88cb Border Color

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

This div border color is #ac88cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,136,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac88cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac88cb


Comments

No comments written yet.

Please login to write comment.