Color Hex Logo

#ad13dd Color Hex

#AD13DD
(173,19,221)
0 Favorites   0 Comments

Color spaces of #ad13dd

RGB 17319221
HSL0.790.840.47
HSV286°91°87°
CMYK 0.220.910.00   0.13
XYZ30.517614.570469.6105
Yxy14.57040.26610.1270
Hunter Lab38.171275.9099-81.4038
CIE-Lab45.040179.2753-67.0517

#ad13dd color RGB value is (173,19,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 11011101
Octal 255 23 335
Decimal 173 19 221
Hex AD 13 DD

RGB Percentages of Color #ad13dd

%41.89
%4.60
%53.51

CMYK Percentages of Color #ad13dd

%22
%91
%0
%13

Triadic Colors of #ad13dd

#ad13dd #ddad13 #13ddad

Analogous Colors of #ad13dd

#ad13dd #dd13a8 #4813dd

Monochromatic Colors of #ad13dd

#ad13dd

Complementary Color

#ad13dd #43dd13

#ad13dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad13dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad13dd Color CSS Codes

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

#ad13dd Text Font Color

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

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


#ad13dd Background Color

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

This div background color is #ad13dd


#ad13dd Border Color

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

This div border color is #ad13dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad13dd


Comments

No comments written yet.

Please login to write comment.