Color Hex Logo

#ac20df Color Hex

#AC20DF
(172,32,223)
0 Favorites   0 Comments

Color spaces of #ac20df

RGB 17232223
HSL0.790.750.50
HSV284°86°87°
CMYK 0.230.860.00   0.13
XYZ30.849115.131471.1068
Yxy15.13140.26350.1292
Hunter Lab38.899173.4868-81.1516
CIE-Lab45.813677.1763-66.9437

#ac20df color RGB value is (172,32,223).

#ac20df hex color red value is 172, green value is 32 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac20df hue: 0.79 , saturation: 0.75 and the lightness value of ac20df is 0.50.

The process color (four color CMYK) of #ac20df color hex is 0.23, 0.86, 0.00, 0.13. Web safe color of #ac20df is #9933cc. Color #ac20df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 11011111
Octal 254 40 337
Decimal 172 32 223
Hex AC 20 DF

RGB Percentages of Color #ac20df

%40.28
%7.49
%52.22

CMYK Percentages of Color #ac20df

%23
%86
%0
%13

Triadic Colors of #ac20df

#ac20df #dfac20 #20dfac

Analogous Colors of #ac20df

#ac20df #df20b3 #4d20df

Monochromatic Colors of #ac20df

#ac20df

Complementary Color

#ac20df #53df20

#ac20df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac20df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac20df Color CSS Codes

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

#ac20df Text Font Color

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

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


#ac20df Background Color

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

This div background color is #ac20df


#ac20df Border Color

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

This div border color is #ac20df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,32,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac20df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac20df


Comments

No comments written yet.

Please login to write comment.