Color Hex Logo

#ac739e Color Hex

#AC739E
(172,115,158)
0 Favorites   0 Comments

Color spaces of #ac739e

RGB 172115158
HSL0.870.260.56
HSV315°33°67°
CMYK 0.000.330.08   0.33
XYZ29.315523.500735.3388
Yxy23.50070.33250.2666
Hunter Lab48.477523.1075-9.2865
CIE-Lab55.584429.2700-14.0231

#ac739e color RGB value is (172,115,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 10011110
Octal 254 163 236
Decimal 172 115 158
Hex AC 73 9E

RGB Percentages of Color #ac739e

%38.65
%25.84
%35.51

CMYK Percentages of Color #ac739e

%0
%33
%8
%33

Triadic Colors of #ac739e

#ac739e #9eac73 #739eac

Analogous Colors of #ac739e

#ac739e #ac7382 #9e73ac

Monochromatic Colors of #ac739e

#ac739e

Complementary Color

#ac739e #73ac81

#ac739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac739e Color CSS Codes

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

#ac739e Text Font Color

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

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


#ac739e Background Color

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

This div background color is #ac739e


#ac739e Border Color

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

This div border color is #ac739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac739e


Comments

No comments written yet.

Please login to write comment.