Color Hex Logo

#ac00df Color Hex

#AC00DF
(172,0,223)
0 Favorites   0 Comments

Color spaces of #ac00df

RGB 1720223
HSL0.801.000.44
HSV286°100°87°
CMYK 0.231.000.00   0.13
XYZ30.332514.098470.9346
Yxy14.09840.26290.1222
Hunter Lab37.547878.4900-85.7260
CIE-Lab44.373781.4540-69.2862

#ac00df color RGB value is (172,0,223).

#ac00df hex color red value is 172, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac00df hue: 0.80 , saturation: 1.00 and the lightness value of ac00df is 0.44.

The process color (four color CMYK) of #ac00df color hex is 0.23, 1.00, 0.00, 0.13. Web safe color of #ac00df is #9900cc. Color #ac00df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000000 11011111
Octal 254 0 337
Decimal 172 0 223
Hex AC 0 DF

RGB Percentages of Color #ac00df

%43.54
%0.00
%56.46

CMYK Percentages of Color #ac00df

%23
%100
%0
%13

Triadic Colors of #ac00df

#ac00df #dfac00 #00dfac

Analogous Colors of #ac00df

#ac00df #df00a3 #3d00df

Monochromatic Colors of #ac00df

#ac00df

Complementary Color

#ac00df #33df00

#ac00df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac00df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac00df Color CSS Codes

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

#ac00df Text Font Color

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

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


#ac00df Background Color

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

This div background color is #ac00df


#ac00df Border Color

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

This div border color is #ac00df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac00df


Comments

No comments written yet.

Please login to write comment.