Color Hex Logo

#ac39db Color Hex

#AC39DB
(172,57,219)
0 Favorites   0 Comments

Color spaces of #ac39db

RGB 17257219
HSL0.780.690.54
HSV283°74°86°
CMYK 0.210.740.00   0.14
XYZ31.262616.811468.6150
Yxy16.81140.26790.1441
Hunter Lab41.001764.3480-70.5187
CIE-Lab48.021569.1881-61.0860

#ac39db color RGB value is (172,57,219).

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

The process color (four color CMYK) of #ac39db color hex is 0.21, 0.74, 0.00, 0.14. Web safe color of #ac39db is #9933cc. Color #ac39db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 11011011
Octal 254 71 333
Decimal 172 57 219
Hex AC 39 DB

RGB Percentages of Color #ac39db

%38.39
%12.72
%48.88

CMYK Percentages of Color #ac39db

%21
%74
%0
%14

Triadic Colors of #ac39db

#ac39db #dbac39 #39dbac

Analogous Colors of #ac39db

#ac39db #db39b9 #5b39db

Monochromatic Colors of #ac39db

#ac39db

Complementary Color

#ac39db #68db39

#ac39db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39db Color CSS Codes

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

#ac39db Text Font Color

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

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


#ac39db Background Color

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

This div background color is #ac39db


#ac39db Border Color

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

This div border color is #ac39db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39db


Comments

No comments written yet.

Please login to write comment.