Color Hex Logo

#ac24ad Color Hex

#AC24AD
(172,36,173)
0 Favorites   0 Comments

Color spaces of #ac24ad

RGB 17236173
HSL0.830.660.41
HSV300°79°68°
CMYK 0.010.790.00   0.32
XYZ25.187013.049540.7265
Yxy13.04950.31900.1653
Hunter Lab36.124161.2394-41.5570
CIE-Lab42.837767.5451-42.6573

#ac24ad color RGB value is (172,36,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 10101101
Octal 254 44 255
Decimal 172 36 173
Hex AC 24 AD

RGB Percentages of Color #ac24ad

%45.14
%9.45
%45.41

CMYK Percentages of Color #ac24ad

%1
%79
%0
%32

Triadic Colors of #ac24ad

#ac24ad #adac24 #24adac

Analogous Colors of #ac24ad

#ac24ad #ad246a #6824ad

Monochromatic Colors of #ac24ad

#ac24ad

Complementary Color

#ac24ad #25ad24

#ac24ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac24ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac24ad Color CSS Codes

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

#ac24ad Text Font Color

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

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


#ac24ad Background Color

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

This div background color is #ac24ad


#ac24ad Border Color

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

This div border color is #ac24ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac24ad


Comments

No comments written yet.

Please login to write comment.