Color Hex Logo

#ac758b Color Hex

#AC758B
(172,117,139)
0 Favorites   0 Comments

Color spaces of #ac758b

RGB 172117139
HSL0.930.250.57
HSV336°32°67°
CMYK 0.000.320.19   0.33
XYZ28.034723.357327.4569
Yxy23.35730.35550.2962
Hunter Lab48.329418.96710.1467
CIE-Lab55.438524.9055-3.1856

#ac758b color RGB value is (172,117,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 10001011
Octal 254 165 213
Decimal 172 117 139
Hex AC 75 8B

RGB Percentages of Color #ac758b

%40.19
%27.34
%32.48

CMYK Percentages of Color #ac758b

%0
%32
%19
%33

Triadic Colors of #ac758b

#ac758b #8bac75 #758bac

Analogous Colors of #ac758b

#ac758b #ac7b75 #ac75a7

Monochromatic Colors of #ac758b

#ac758b

Complementary Color

#ac758b #75ac96

#ac758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac758b Color CSS Codes

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

#ac758b Text Font Color

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

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


#ac758b Background Color

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

This div background color is #ac758b


#ac758b Border Color

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

This div border color is #ac758b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac758b


Comments

No comments written yet.

Please login to write comment.