Color Hex Logo

#ac718e Color Hex

#AC718E
(172,113,142)
0 Favorites   0 Comments

Color spaces of #ac718e

RGB 172113142
HSL0.920.260.56
HSV331°34°67°
CMYK 0.000.340.17   0.33
XYZ27.800922.533928.4754
Yxy22.53390.35280.2859
Hunter Lab47.469921.4668-2.3369
CIE-Lab54.589027.6395-6.1937

#ac718e color RGB value is (172,113,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110001 10001110
Octal 254 161 216
Decimal 172 113 142
Hex AC 71 8E

RGB Percentages of Color #ac718e

%40.28
%26.46
%33.26

CMYK Percentages of Color #ac718e

%0
%34
%17
%33

Triadic Colors of #ac718e

#ac718e #8eac71 #718eac

Analogous Colors of #ac718e

#ac718e #ac7271 #ac71ac

Monochromatic Colors of #ac718e

#ac718e

Complementary Color

#ac718e #71ac8f

#ac718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac718e Color CSS Codes

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

#ac718e Text Font Color

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

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


#ac718e Background Color

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

This div background color is #ac718e


#ac718e Border Color

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

This div border color is #ac718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac718e


Comments

No comments written yet.

Please login to write comment.