Color Hex Logo

#ac19dd Color Hex

#AC19DD
(172,25,221)
0 Favorites   0 Comments

Color spaces of #ac19dd

RGB 17225221
HSL0.790.800.48
HSV285°89°87°
CMYK 0.220.890.00   0.13
XYZ30.412014.686469.6385
Yxy14.68640.26510.1280
Hunter Lab38.322874.5879-80.9131
CIE-Lab45.201678.1836-66.7963

#ac19dd color RGB value is (172,25,221).

#ac19dd hex color red value is 172, green value is 25 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac19dd hue: 0.79 , saturation: 0.80 and the lightness value of ac19dd is 0.48.

The process color (four color CMYK) of #ac19dd color hex is 0.22, 0.89, 0.00, 0.13. Web safe color of #ac19dd is #9900cc. Color #ac19dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 11011101
Octal 254 31 335
Decimal 172 25 221
Hex AC 19 DD

RGB Percentages of Color #ac19dd

%41.15
%5.98
%52.87

CMYK Percentages of Color #ac19dd

%22
%89
%0
%13

Triadic Colors of #ac19dd

#ac19dd #ddac19 #19ddac

Analogous Colors of #ac19dd

#ac19dd #dd19ac #4a19dd

Monochromatic Colors of #ac19dd

#ac19dd

Complementary Color

#ac19dd #4add19

#ac19dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac19dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac19dd Color CSS Codes

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

#ac19dd Text Font Color

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

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


#ac19dd Background Color

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

This div background color is #ac19dd


#ac19dd Border Color

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

This div border color is #ac19dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac19dd


Comments

No comments written yet.

Please login to write comment.