Color Hex Logo

#ac57ad Color Hex

#AC57AD
(172,87,173)
0 Favorites   0 Comments

Color spaces of #ac57ad

RGB 17287173
HSL0.830.340.51
HSV299°50°68°
CMYK 0.010.500.00   0.32
XYZ27.964318.604241.6522
Yxy18.60420.31700.2109
Hunter Lab43.132640.2455-27.0623
CIE-Lab50.220947.1163-31.0113

#ac57ad color RGB value is (172,87,173).

#ac57ad hex color red value is 172, green value is 87 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ac57ad hue: 0.83 , saturation: 0.34 and the lightness value of ac57ad is 0.51.

The process color (four color CMYK) of #ac57ad color hex is 0.01, 0.50, 0.00, 0.32. Web safe color of #ac57ad is #996699. Color #ac57ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010111 10101101
Octal 254 127 255
Decimal 172 87 173
Hex AC 57 AD

RGB Percentages of Color #ac57ad

%39.81
%20.14
%40.05

CMYK Percentages of Color #ac57ad

%1
%50
%0
%32

Triadic Colors of #ac57ad

#ac57ad #adac57 #57adac

Analogous Colors of #ac57ad

#ac57ad #ad5783 #8157ad

Monochromatic Colors of #ac57ad

#ac57ad

Complementary Color

#ac57ad #58ad57

#ac57ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac57ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac57ad Color CSS Codes

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

#ac57ad Text Font Color

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

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


#ac57ad Background Color

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

This div background color is #ac57ad


#ac57ad Border Color

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

This div border color is #ac57ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac57ad


Comments

No comments written yet.

Please login to write comment.