Color Hex Logo

#ac51ac Color Hex

#AC51AC
(172,81,172)
0 Favorites   0 Comments

Color spaces of #ac51ac

RGB 17281172
HSL0.830.360.50
HSV300°53°67°
CMYK 0.000.530.00   0.33
XYZ27.402117.634140.9892
Yxy17.63410.31850.2050
Hunter Lab41.993042.9907-28.4777
CIE-Lab49.049349.9228-32.2569

#ac51ac color RGB value is (172,81,172).

#ac51ac hex color red value is 172, green value is 81 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac51ac hue: 0.83 , saturation: 0.36 and the lightness value of ac51ac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 10101100
Octal 254 121 254
Decimal 172 81 172
Hex AC 51 AC

RGB Percentages of Color #ac51ac

%40.47
%19.06
%40.47

CMYK Percentages of Color #ac51ac

%0
%53
%0
%33

Triadic Colors of #ac51ac

#ac51ac #acac51 #51acac

Analogous Colors of #ac51ac

#ac51ac #ac517f #7f51ac

Monochromatic Colors of #ac51ac

#ac51ac

Complementary Color

#ac51ac #51ac51

#ac51ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac51ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac51ac Color CSS Codes

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

#ac51ac Text Font Color

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

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


#ac51ac Background Color

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

This div background color is #ac51ac


#ac51ac Border Color

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

This div border color is #ac51ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac51ac


Comments

No comments written yet.

Please login to write comment.