Color Hex Logo

#ac39df Color Hex

#AC39DF
(172,57,223)
0 Favorites   0 Comments

Color spaces of #ac39df

RGB 17257223
HSL0.780.720.55
HSV282°74°87°
CMYK 0.230.740.00   0.13
XYZ31.795717.024671.4223
Yxy17.02460.26440.1416
Hunter Lab41.260965.3459-73.7480
CIE-Lab48.291069.9772-62.9287

#ac39df color RGB value is (172,57,223).

#ac39df hex color red value is 172, green value is 57 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac39df hue: 0.78 , saturation: 0.72 and the lightness value of ac39df is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 11011111
Octal 254 71 337
Decimal 172 57 223
Hex AC 39 DF

RGB Percentages of Color #ac39df

%38.05
%12.61
%49.34

CMYK Percentages of Color #ac39df

%23
%74
%0
%13

Triadic Colors of #ac39df

#ac39df #dfac39 #39dfac

Analogous Colors of #ac39df

#ac39df #df39bf #5939df

Monochromatic Colors of #ac39df

#ac39df

Complementary Color

#ac39df #6cdf39

#ac39df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39df Color CSS Codes

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

#ac39df Text Font Color

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

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


#ac39df Background Color

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

This div background color is #ac39df


#ac39df Border Color

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

This div border color is #ac39df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39df


Comments

No comments written yet.

Please login to write comment.