Color Hex Logo

#ac568d Color Hex

#AC568D
(172,86,141)
0 Favorites   0 Comments

Color spaces of #ac568d

RGB 17286141
HSL0.890.340.51
HSV322°50°67°
CMYK 0.000.500.18   0.33
XYZ25.148817.349327.2226
Yxy17.34930.36070.2488
Hunter Lab41.652534.8823-9.5931
CIE-Lab48.697242.1264-14.4481

#ac568d color RGB value is (172,86,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010110 10001101
Octal 254 126 215
Decimal 172 86 141
Hex AC 56 8D

RGB Percentages of Color #ac568d

%43.11
%21.55
%35.34

CMYK Percentages of Color #ac568d

%0
%50
%18
%33

Triadic Colors of #ac568d

#ac568d #8dac56 #568dac

Analogous Colors of #ac568d

#ac568d #ac5662 #a056ac

Monochromatic Colors of #ac568d

#ac568d

Complementary Color

#ac568d #56ac75

#ac568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac568d Color CSS Codes

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

#ac568d Text Font Color

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

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


#ac568d Background Color

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

This div background color is #ac568d


#ac568d Border Color

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

This div border color is #ac568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac568d


Comments

No comments written yet.

Please login to write comment.