Color Hex Logo

#ac57cc Color Hex

#AC57CC
(172,87,204)
0 Favorites   0 Comments

Color spaces of #ac57cc

RGB 17287204
HSL0.790.530.57
HSV284°57°80°
CMYK 0.160.570.00   0.20
XYZ31.320519.946759.3261
Yxy19.94670.28320.1804
Hunter Lab44.661747.0209-47.4943
CIE-Lab51.776953.2140-46.4956

#ac57cc color RGB value is (172,87,204).

#ac57cc hex color red value is 172, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac57cc hue: 0.79 , saturation: 0.53 and the lightness value of ac57cc is 0.57.

The process color (four color CMYK) of #ac57cc color hex is 0.16, 0.57, 0.00, 0.20. Web safe color of #ac57cc is #9966cc. Color #ac57cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010111 11001100
Octal 254 127 314
Decimal 172 87 204
Hex AC 57 CC

RGB Percentages of Color #ac57cc

%37.15
%18.79
%44.06

CMYK Percentages of Color #ac57cc

%16
%57
%0
%20

Triadic Colors of #ac57cc

#ac57cc #ccac57 #57ccac

Analogous Colors of #ac57cc

#ac57cc #cc57b2 #7257cc

Monochromatic Colors of #ac57cc

#ac57cc

Complementary Color

#ac57cc #77cc57

#ac57cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac57cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac57cc Color CSS Codes

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

#ac57cc Text Font Color

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

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


#ac57cc Background Color

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

This div background color is #ac57cc


#ac57cc Border Color

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

This div border color is #ac57cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac57cc


Comments

No comments written yet.

Please login to write comment.