Color Hex Logo

#ac13dd Color Hex

#AC13DD
(172,19,221)
0 Favorites   0 Comments

Color spaces of #ac13dd

RGB 17219221
HSL0.790.840.47
HSV285°91°87°
CMYK 0.220.910.00   0.13
XYZ30.297314.456969.6002
Yxy14.45690.26490.1264
Hunter Lab38.022275.6955-81.9156
CIE-Lab44.881279.1344-67.3172

#ac13dd color RGB value is (172,19,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 11011101
Octal 254 23 335
Decimal 172 19 221
Hex AC 13 DD

RGB Percentages of Color #ac13dd

%41.75
%4.61
%53.64

CMYK Percentages of Color #ac13dd

%22
%91
%0
%13

Triadic Colors of #ac13dd

#ac13dd #ddac13 #13ddac

Analogous Colors of #ac13dd

#ac13dd #dd13a9 #4713dd

Monochromatic Colors of #ac13dd

#ac13dd

Complementary Color

#ac13dd #44dd13

#ac13dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac13dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac13dd Color CSS Codes

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

#ac13dd Text Font Color

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

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


#ac13dd Background Color

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

This div background color is #ac13dd


#ac13dd Border Color

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

This div border color is #ac13dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac13dd


Comments

No comments written yet.

Please login to write comment.