Color Hex Logo

#ac768c Color Hex

#AC768C
(172,118,140)
0 Favorites   0 Comments

Color spaces of #ac768c

RGB 172118140
HSL0.930.250.57
HSV336°31°67°
CMYK 0.000.310.19   0.33
XYZ28.225323.621027.8826
Yxy23.62100.35400.2963
Hunter Lab48.601418.61140.0064
CIE-Lab55.706324.5036-3.3735

#ac768c color RGB value is (172,118,140).

#ac768c hex color red value is 172, green value is 118 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ac768c hue: 0.93 , saturation: 0.25 and the lightness value of ac768c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 10001100
Octal 254 166 214
Decimal 172 118 140
Hex AC 76 8C

RGB Percentages of Color #ac768c

%40.00
%27.44
%32.56

CMYK Percentages of Color #ac768c

%0
%31
%19
%33

Triadic Colors of #ac768c

#ac768c #8cac76 #768cac

Analogous Colors of #ac768c

#ac768c #ac7b76 #ac76a7

Monochromatic Colors of #ac768c

#ac768c

Complementary Color

#ac768c #76ac96

#ac768c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac768c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac768c Color CSS Codes

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

#ac768c Text Font Color

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

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


#ac768c Background Color

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

This div background color is #ac768c


#ac768c Border Color

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

This div border color is #ac768c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac768c


Comments

No comments written yet.

Please login to write comment.