Color Hex Logo

#ac749c Color Hex

#AC749C
(172,116,156)
0 Favorites   0 Comments

Color spaces of #ac749c

RGB 172116156
HSL0.880.250.56
HSV317°33°67°
CMYK 0.000.330.09   0.33
XYZ29.259423.661734.4775
Yxy23.66170.33480.2707
Hunter Lab48.643322.2437-7.9734
CIE-Lab55.747528.3513-12.6161

#ac749c color RGB value is (172,116,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 10011100
Octal 254 164 234
Decimal 172 116 156
Hex AC 74 9C

RGB Percentages of Color #ac749c

%38.74
%26.13
%35.14

CMYK Percentages of Color #ac749c

%0
%33
%9
%33

Triadic Colors of #ac749c

#ac749c #9cac74 #749cac

Analogous Colors of #ac749c

#ac749c #ac7480 #a074ac

Monochromatic Colors of #ac749c

#ac749c

Complementary Color

#ac749c #74ac84

#ac749c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac749c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac749c Color CSS Codes

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

#ac749c Text Font Color

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

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


#ac749c Background Color

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

This div background color is #ac749c


#ac749c Border Color

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

This div border color is #ac749c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac749c


Comments

No comments written yet.

Please login to write comment.