Color Hex Logo

#ac15dd Color Hex

#AC15DD
(172,21,221)
0 Favorites   0 Comments

Color spaces of #ac15dd

RGB 17221221
HSL0.790.830.47
HSV285°90°87°
CMYK 0.220.900.00   0.13
XYZ30.332614.527469.6120
Yxy14.52740.26500.1269
Hunter Lab38.114875.3532-81.6054
CIE-Lab44.980078.8412-67.1566

#ac15dd color RGB value is (172,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010101 11011101
Octal 254 25 335
Decimal 172 21 221
Hex AC 15 DD

RGB Percentages of Color #ac15dd

%41.55
%5.07
%53.38

CMYK Percentages of Color #ac15dd

%22
%90
%0
%13

Triadic Colors of #ac15dd

#ac15dd #ddac15 #15ddac

Analogous Colors of #ac15dd

#ac15dd #dd15aa #4815dd

Monochromatic Colors of #ac15dd

#ac15dd

Complementary Color

#ac15dd #46dd15

#ac15dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac15dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac15dd Color CSS Codes

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

#ac15dd Text Font Color

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

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


#ac15dd Background Color

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

This div background color is #ac15dd


#ac15dd Border Color

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

This div border color is #ac15dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac15dd


Comments

No comments written yet.

Please login to write comment.