Color Hex Logo

#ac7593 Color Hex

#AC7593
(172,117,147)
0 Favorites   0 Comments

Color spaces of #ac7593

RGB 172117147
HSL0.910.250.57
HSV327°32°67°
CMYK 0.000.320.15   0.33
XYZ28.641023.599830.6494
Yxy23.59980.34550.2847
Hunter Lab48.579620.2236-3.4010
CIE-Lab55.684926.2258-7.4796

#ac7593 color RGB value is (172,117,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 10010011
Octal 254 165 223
Decimal 172 117 147
Hex AC 75 93

RGB Percentages of Color #ac7593

%39.45
%26.83
%33.72

CMYK Percentages of Color #ac7593

%0
%32
%15
%33

Triadic Colors of #ac7593

#ac7593 #93ac75 #7593ac

Analogous Colors of #ac7593

#ac7593 #ac7578 #aa75ac

Monochromatic Colors of #ac7593

#ac7593

Complementary Color

#ac7593 #75ac8e

#ac7593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7593 Color CSS Codes

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

#ac7593 Text Font Color

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

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


#ac7593 Background Color

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

This div background color is #ac7593


#ac7593 Border Color

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

This div border color is #ac7593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7593


Comments

No comments written yet.

Please login to write comment.