Color Hex Logo

#ac34ad Color Hex

#AC34AD
(172,52,173)
0 Favorites   0 Comments

Color spaces of #ac34ad

RGB 17252173
HSL0.830.540.44
HSV300°70°68°
CMYK 0.010.700.00   0.32
XYZ25.784114.243840.9255
Yxy14.24380.31850.1760
Hunter Lab37.741055.9020-37.8742
CIE-Lab44.580662.5509-39.8867

#ac34ad color RGB value is (172,52,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110100 10101101
Octal 254 64 255
Decimal 172 52 173
Hex AC 34 AD

RGB Percentages of Color #ac34ad

%43.32
%13.10
%43.58

CMYK Percentages of Color #ac34ad

%1
%70
%0
%32

Triadic Colors of #ac34ad

#ac34ad #adac34 #34adac

Analogous Colors of #ac34ad

#ac34ad #ad3472 #7034ad

Monochromatic Colors of #ac34ad

#ac34ad

Complementary Color

#ac34ad #35ad34

#ac34ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac34ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac34ad Color CSS Codes

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

#ac34ad Text Font Color

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

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


#ac34ad Background Color

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

This div background color is #ac34ad


#ac34ad Border Color

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

This div border color is #ac34ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac34ad


Comments

No comments written yet.

Please login to write comment.