Color Hex Logo

#ac52db Color Hex

#AC52DB
(172,82,219)
0 Favorites   0 Comments

Color spaces of #ac52db

RGB 17282219
HSL0.780.660.59
HSV279°63°86°
CMYK 0.210.630.00   0.14
XYZ32.816719.919769.1331
Yxy19.91970.26930.1635
Hunter Lab44.631553.1426-60.5967
CIE-Lab51.746358.7599-55.0945

#ac52db color RGB value is (172,82,219).

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

The process color (four color CMYK) of #ac52db color hex is 0.21, 0.63, 0.00, 0.14. Web safe color of #ac52db is #9966cc. Color #ac52db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 11011011
Octal 254 122 333
Decimal 172 82 219
Hex AC 52 DB

RGB Percentages of Color #ac52db

%36.36
%17.34
%46.30

CMYK Percentages of Color #ac52db

%21
%63
%0
%14

Triadic Colors of #ac52db

#ac52db #dbac52 #52dbac

Analogous Colors of #ac52db

#ac52db #db52c6 #6852db

Monochromatic Colors of #ac52db

#ac52db

Complementary Color

#ac52db #81db52

#ac52db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac52db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac52db Color CSS Codes

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

#ac52db Text Font Color

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

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


#ac52db Background Color

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

This div background color is #ac52db


#ac52db Border Color

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

This div border color is #ac52db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac52db


Comments

No comments written yet.

Please login to write comment.