Color Hex Logo

#ac39ad Color Hex

#AC39AD
(172,57,173)
0 Favorites   0 Comments

Color spaces of #ac39ad

RGB 17257173
HSL0.830.500.45
HSV299°67°68°
CMYK 0.010.670.00   0.32
XYZ26.019214.714041.0039
Yxy14.71400.31830.1800
Hunter Lab38.358853.9505-36.5272
CIE-Lab45.240060.6895-38.8420

#ac39ad color RGB value is (172,57,173).

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

The process color (four color CMYK) of #ac39ad color hex is 0.01, 0.67, 0.00, 0.32. Web safe color of #ac39ad is #993399. Color #ac39ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 10101101
Octal 254 71 255
Decimal 172 57 173
Hex AC 39 AD

RGB Percentages of Color #ac39ad

%42.79
%14.18
%43.03

CMYK Percentages of Color #ac39ad

%1
%67
%0
%32

Triadic Colors of #ac39ad

#ac39ad #adac39 #39adac

Analogous Colors of #ac39ad

#ac39ad #ad3974 #7239ad

Monochromatic Colors of #ac39ad

#ac39ad

Complementary Color

#ac39ad #3aad39

#ac39ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39ad Color CSS Codes

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

#ac39ad Text Font Color

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

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


#ac39ad Background Color

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

This div background color is #ac39ad


#ac39ad Border Color

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

This div border color is #ac39ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39ad


Comments

No comments written yet.

Please login to write comment.