color codes Logo

#ac758c color codes

#AC758C
(172,117,140)
0 Favorites   0 Comments

Color spaces of #ac758c

RGB 172117140
HSL0.930.250.57
HSV335°32°67°
CMYK 0.000.320.19   0.33
XYZ28.108223.386727.8436
Yxy23.38670.35430.2948
Hunter Lab48.359819.1200-0.2849
CIE-Lab55.468425.0670-3.7244

#ac758c color RGB value is (172,117,140).

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

The process color (four color CMYK) of #ac758c color code is 0.00, 0.32, 0.19, 0.33. Web safe color of #ac758c is #996699. Color #ac758c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 10001100
Octal 254 165 214
Decimal 172 117 140
Hex AC 75 8C

RGB Percentages of Color #ac758c

%40.09
%27.27
%32.63

CMYK Percentages of Color #ac758c

%0
%32
%19
%33

Triadic Colors of #ac758c

#ac758c #8cac75 #758cac

Analogous Colors of #ac758c

#ac758c #ac7a75 #ac75a8

Monochromatic Colors of #ac758c

#ac758c

Complementary Color

#ac758c #75ac95

#ac758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac758c Color CSS Codes

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

#ac758c Text Font Color

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

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


#ac758c Background Color

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

This div background color is #ac758c


#ac758c Border Color

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

This div border color is #ac758c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,117,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 #ac758c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac758c


Comments

No comments written yet.

Please login to write comment.