Color Hex Logo

#ac23ac Color Hex

#AC23AC
(172,35,172)
0 Favorites   0 Comments

Color spaces of #ac23ac

RGB 17235172
HSL0.830.660.41
HSV300°80°67°
CMYK 0.000.800.00   0.33
XYZ25.060712.951340.2087
Yxy12.95130.32040.1656
Hunter Lab35.987961.3222-41.0522
CIE-Lab42.689867.6451-42.2991

#ac23ac color RGB value is (172,35,172).

#ac23ac hex color red value is 172, green value is 35 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac23ac hue: 0.83 , saturation: 0.66 and the lightness value of ac23ac is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100011 10101100
Octal 254 43 254
Decimal 172 35 172
Hex AC 23 AC

RGB Percentages of Color #ac23ac

%45.38
%9.23
%45.38

CMYK Percentages of Color #ac23ac

%0
%80
%0
%33

Triadic Colors of #ac23ac

#ac23ac #acac23 #23acac

Analogous Colors of #ac23ac

#ac23ac #ac2368 #6823ac

Monochromatic Colors of #ac23ac

#ac23ac

Complementary Color

#ac23ac #23ac23

#ac23ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac23ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac23ac Color CSS Codes

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

#ac23ac Text Font Color

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

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


#ac23ac Background Color

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

This div background color is #ac23ac


#ac23ac Border Color

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

This div border color is #ac23ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac23ac


Comments

No comments written yet.

Please login to write comment.