Color Hex Logo

#ac749a Color Hex

#AC749A
(172,116,154)
0 Favorites   0 Comments

Color spaces of #ac749a

RGB 172116154
HSL0.890.250.56
HSV319°33°67°
CMYK 0.000.330.10   0.33
XYZ29.091423.594533.5928
Yxy23.59450.33720.2735
Hunter Lab48.574221.9001-7.0017
CIE-Lab55.679527.9970-11.5572

#ac749a color RGB value is (172,116,154).

#ac749a hex color red value is 172, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac749a hue: 0.89 , saturation: 0.25 and the lightness value of ac749a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 10011010
Octal 254 164 232
Decimal 172 116 154
Hex AC 74 9A

RGB Percentages of Color #ac749a

%38.91
%26.24
%34.84

CMYK Percentages of Color #ac749a

%0
%33
%10
%33

Triadic Colors of #ac749a

#ac749a #9aac74 #749aac

Analogous Colors of #ac749a

#ac749a #ac747e #a274ac

Monochromatic Colors of #ac749a

#ac749a

Complementary Color

#ac749a #74ac86

#ac749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac749a Color CSS Codes

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

#ac749a Text Font Color

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

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


#ac749a Background Color

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

This div background color is #ac749a


#ac749a Border Color

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

This div border color is #ac749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac749a


Comments

No comments written yet.

Please login to write comment.