Color Hex Logo

#ac739f Color Hex

#AC739F
(172,115,159)
0 Favorites   0 Comments

Color spaces of #ac739f

RGB 172115159
HSL0.870.260.56
HSV314°33°67°
CMYK 0.000.330.08   0.33
XYZ29.402023.535335.7940
Yxy23.53530.33140.2652
Hunter Lab48.513223.2840-9.7861
CIE-Lab55.619529.4506-14.5502

#ac739f color RGB value is (172,115,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 10011111
Octal 254 163 237
Decimal 172 115 159
Hex AC 73 9F

RGB Percentages of Color #ac739f

%38.57
%25.78
%35.65

CMYK Percentages of Color #ac739f

%0
%33
%8
%33

Triadic Colors of #ac739f

#ac739f #9fac73 #739fac

Analogous Colors of #ac739f

#ac739f #ac7383 #9d73ac

Monochromatic Colors of #ac739f

#ac739f

Complementary Color

#ac739f #73ac80

#ac739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac739f Color CSS Codes

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

#ac739f Text Font Color

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

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


#ac739f Background Color

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

This div background color is #ac739f


#ac739f Border Color

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

This div border color is #ac739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac739f


Comments

No comments written yet.

Please login to write comment.