Color Hex Logo

#ac39ac Color Hex

#AC39AC
(172,57,172)
0 Favorites   0 Comments

Color spaces of #ac39ac

RGB 17257172
HSL0.830.500.45
HSV300°67°67°
CMYK 0.000.670.00   0.33
XYZ25.922814.675540.4961
Yxy14.67550.31970.1810
Hunter Lab38.308653.7479-35.8595
CIE-Lab45.186560.5185-38.3354

#ac39ac color RGB value is (172,57,172).

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

The process color (four color CMYK) of #ac39ac color hex is 0.00, 0.67, 0.00, 0.33. Web safe color of #ac39ac is #993399. Color #ac39ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 10101100
Octal 254 71 254
Decimal 172 57 172
Hex AC 39 AC

RGB Percentages of Color #ac39ac

%42.89
%14.21
%42.89

CMYK Percentages of Color #ac39ac

%0
%67
%0
%33

Triadic Colors of #ac39ac

#ac39ac #acac39 #39acac

Analogous Colors of #ac39ac

#ac39ac #ac3973 #7339ac

Monochromatic Colors of #ac39ac

#ac39ac

Complementary Color

#ac39ac #39ac39

#ac39ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39ac Color CSS Codes

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

#ac39ac Text Font Color

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

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


#ac39ac Background Color

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

This div background color is #ac39ac


#ac39ac Border Color

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

This div border color is #ac39ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,57,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 #ac39ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39ac


Comments

No comments written yet.

Please login to write comment.