Color Hex Logo

#ac88af Color Hex

#AC88AF
(172,136,175)
0 Favorites   0 Comments

Color spaces of #ac88af

RGB 172136175
HSL0.820.200.61
HSV295°22°69°
CMYK 0.020.220.00   0.31
XYZ33.555329.474144.4780
Yxy29.47410.31210.2742
Hunter Lab54.290115.3187-10.5712
CIE-Lab61.197820.6328-15.2973

#ac88af color RGB value is (172,136,175).

#ac88af hex color red value is 172, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ac88af hue: 0.82 , saturation: 0.20 and the lightness value of ac88af is 0.61.

The process color (four color CMYK) of #ac88af color hex is 0.02, 0.22, 0.00, 0.31. Web safe color of #ac88af is #999999. Color #ac88af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 10101111
Octal 254 210 257
Decimal 172 136 175
Hex AC 88 AF

RGB Percentages of Color #ac88af

%35.61
%28.16
%36.23

CMYK Percentages of Color #ac88af

%2
%22
%0
%31

Triadic Colors of #ac88af

#ac88af #afac88 #88afac

Analogous Colors of #ac88af

#ac88af #af889f #9988af

Monochromatic Colors of #ac88af

#ac88af

Complementary Color

#ac88af #8baf88

#ac88af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac88af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac88af Color CSS Codes

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

#ac88af Text Font Color

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

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


#ac88af Background Color

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

This div background color is #ac88af


#ac88af Border Color

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

This div border color is #ac88af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac88af


Comments

No comments written yet.

Please login to write comment.