Color Hex Logo

#ac728e Color Hex

#AC728E
(172,114,142)
0 Favorites   0 Comments

Color spaces of #ac728e

RGB 172114142
HSL0.920.260.56
HSV331°34°67°
CMYK 0.000.340.17   0.33
XYZ27.913122.758328.5128
Yxy22.75830.35250.2874
Hunter Lab47.705720.9574-2.0426
CIE-Lab54.822527.0787-5.8470

#ac728e color RGB value is (172,114,142).

#ac728e hex color red value is 172, green value is 114 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ac728e hue: 0.92 , saturation: 0.26 and the lightness value of ac728e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110010 10001110
Octal 254 162 216
Decimal 172 114 142
Hex AC 72 8E

RGB Percentages of Color #ac728e

%40.19
%26.64
%33.18

CMYK Percentages of Color #ac728e

%0
%34
%17
%33

Triadic Colors of #ac728e

#ac728e #8eac72 #728eac

Analogous Colors of #ac728e

#ac728e #ac7372 #ac72ab

Monochromatic Colors of #ac728e

#ac728e

Complementary Color

#ac728e #72ac90

#ac728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac728e Color CSS Codes

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

#ac728e Text Font Color

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

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


#ac728e Background Color

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

This div background color is #ac728e


#ac728e Border Color

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

This div border color is #ac728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac728e


Comments

No comments written yet.

Please login to write comment.