Color Hex Logo

#ac759e Color Hex

#AC759E
(172,117,158)
0 Favorites   0 Comments

Color spaces of #ac759e

RGB 172117158
HSL0.880.250.57
HSV315°32°67°
CMYK 0.000.320.08   0.33
XYZ29.546123.961935.4156
Yxy23.96190.33230.2695
Hunter Lab48.950922.0761-8.6302
CIE-Lab56.049628.1481-13.3205

#ac759e color RGB value is (172,117,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 10011110
Octal 254 165 236
Decimal 172 117 158
Hex AC 75 9E

RGB Percentages of Color #ac759e

%38.48
%26.17
%35.35

CMYK Percentages of Color #ac759e

%0
%32
%8
%33

Triadic Colors of #ac759e

#ac759e #9eac75 #759eac

Analogous Colors of #ac759e

#ac759e #ac7583 #9f75ac

Monochromatic Colors of #ac759e

#ac759e

Complementary Color

#ac759e #75ac83

#ac759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac759e Color CSS Codes

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

#ac759e Text Font Color

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

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


#ac759e Background Color

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

This div background color is #ac759e


#ac759e Border Color

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

This div border color is #ac759e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac759e


Comments

No comments written yet.

Please login to write comment.