Color Hex Logo

#ac42ac Color Hex

#AC42AC
(172,66,172)
0 Favorites   0 Comments

Color spaces of #ac42ac

RGB 17266172
HSL0.830.450.47
HSV300°62°67°
CMYK 0.000.620.00   0.33
XYZ26.407915.645640.6578
Yxy15.64560.31930.1892
Hunter Lab39.554549.9521-33.2556
CIE-Lab46.506156.8409-36.2515

#ac42ac color RGB value is (172,66,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 10101100
Octal 254 102 254
Decimal 172 66 172
Hex AC 42 AC

RGB Percentages of Color #ac42ac

%41.95
%16.10
%41.95

CMYK Percentages of Color #ac42ac

%0
%62
%0
%33

Triadic Colors of #ac42ac

#ac42ac #acac42 #42acac

Analogous Colors of #ac42ac

#ac42ac #ac4277 #7742ac

Monochromatic Colors of #ac42ac

#ac42ac

Complementary Color

#ac42ac #42ac42

#ac42ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac42ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac42ac Color CSS Codes

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

#ac42ac Text Font Color

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

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


#ac42ac Background Color

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

This div background color is #ac42ac


#ac42ac Border Color

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

This div border color is #ac42ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac42ac


Comments

No comments written yet.

Please login to write comment.