Color Hex Logo

#ac87ac Color Hex

#AC87AC
(172,135,172)
0 Favorites   0 Comments

Color spaces of #ac87ac

RGB 172135172
HSL0.830.180.60
HSV300°22°67°
CMYK 0.000.220.00   0.33
XYZ33.123629.077242.8964
Yxy29.07720.31520.2767
Hunter Lab53.923315.2819-9.4194
CIE-Lab60.849720.6111-14.1173

#ac87ac color RGB value is (172,135,172).

#ac87ac hex color red value is 172, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac87ac hue: 0.83 , saturation: 0.18 and the lightness value of ac87ac is 0.60.

The process color (four color CMYK) of #ac87ac color hex is 0.00, 0.22, 0.00, 0.33. Web safe color of #ac87ac is #999999. Color #ac87ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 10101100
Octal 254 207 254
Decimal 172 135 172
Hex AC 87 AC

RGB Percentages of Color #ac87ac

%35.91
%28.18
%35.91

CMYK Percentages of Color #ac87ac

%0
%22
%0
%33

Triadic Colors of #ac87ac

#ac87ac #acac87 #87acac

Analogous Colors of #ac87ac

#ac87ac #ac879a #9a87ac

Monochromatic Colors of #ac87ac

#ac87ac

Complementary Color

#ac87ac #87ac87

#ac87ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac87ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac87ac Color CSS Codes

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

#ac87ac Text Font Color

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

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


#ac87ac Background Color

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

This div background color is #ac87ac


#ac87ac Border Color

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

This div border color is #ac87ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac87ac


Comments

No comments written yet.

Please login to write comment.