Color Hex Logo

#ac56ac Color Hex

#AC56AC
(172,86,172)
0 Favorites   0 Comments

Color spaces of #ac56ac

RGB 17286172
HSL0.830.340.51
HSV300°50°67°
CMYK 0.000.500.00   0.33
XYZ27.787418.404841.1176
Yxy18.40480.31830.2108
Hunter Lab42.900840.5403-26.7950
CIE-Lab49.983547.4371-30.7969

#ac56ac color RGB value is (172,86,172).

#ac56ac hex color red value is 172, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac56ac hue: 0.83 , saturation: 0.34 and the lightness value of ac56ac is 0.51.

The process color (four color CMYK) of #ac56ac color hex is 0.00, 0.50, 0.00, 0.33. Web safe color of #ac56ac is #996699. Color #ac56ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010110 10101100
Octal 254 126 254
Decimal 172 86 172
Hex AC 56 AC

RGB Percentages of Color #ac56ac

%40.00
%20.00
%40.00

CMYK Percentages of Color #ac56ac

%0
%50
%0
%33

Triadic Colors of #ac56ac

#ac56ac #acac56 #56acac

Analogous Colors of #ac56ac

#ac56ac #ac5681 #8156ac

Monochromatic Colors of #ac56ac

#ac56ac

Complementary Color

#ac56ac #56ac56

#ac56ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac56ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac56ac Color CSS Codes

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

#ac56ac Text Font Color

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

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


#ac56ac Background Color

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

This div background color is #ac56ac


#ac56ac Border Color

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

This div border color is #ac56ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac56ac


Comments

No comments written yet.

Please login to write comment.