Color Hex Logo

#ac709f Color Hex

#AC709F
(172,112,159)
0 Favorites   0 Comments

Color spaces of #ac709f

RGB 172112159
HSL0.870.270.56
HSV313°35°67°
CMYK 0.000.350.08   0.33
XYZ29.065422.862235.6818
Yxy22.86220.33180.2610
Hunter Lab47.814424.8312-10.7754
CIE-Lab54.930131.1266-15.5944

#ac709f color RGB value is (172,112,159).

#ac709f hex color red value is 172, green value is 112 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ac709f hue: 0.87 , saturation: 0.27 and the lightness value of ac709f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 10011111
Octal 254 160 237
Decimal 172 112 159
Hex AC 70 9F

RGB Percentages of Color #ac709f

%38.83
%25.28
%35.89

CMYK Percentages of Color #ac709f

%0
%35
%8
%33

Triadic Colors of #ac709f

#ac709f #9fac70 #709fac

Analogous Colors of #ac709f

#ac709f #ac7081 #9b70ac

Monochromatic Colors of #ac709f

#ac709f

Complementary Color

#ac709f #70ac7d

#ac709f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac709f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac709f Color CSS Codes

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

#ac709f Text Font Color

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

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


#ac709f Background Color

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

This div background color is #ac709f


#ac709f Border Color

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

This div border color is #ac709f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac709f


Comments

No comments written yet.

Please login to write comment.