Color Hex Logo

#ad11dd Color Hex

#AD11DD
(173,17,221)
0 Favorites   0 Comments

Color spaces of #ad11dd

RGB 17317221
HSL0.790.860.47
HSV286°92°87°
CMYK 0.220.920.00   0.13
XYZ30.485214.505669.5997
Yxy14.50560.26600.1266
Hunter Lab38.086276.2252-81.6877
CIE-Lab44.949579.5447-67.1990

#ad11dd color RGB value is (173,17,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 11011101
Octal 255 21 335
Decimal 173 17 221
Hex AD 11 DD

RGB Percentages of Color #ad11dd

%42.09
%4.14
%53.77

CMYK Percentages of Color #ad11dd

%22
%92
%0
%13

Triadic Colors of #ad11dd

#ad11dd #ddad11 #11ddad

Analogous Colors of #ad11dd

#ad11dd #dd11a7 #4711dd

Monochromatic Colors of #ad11dd

#ad11dd

Complementary Color

#ad11dd #41dd11

#ad11dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad11dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad11dd Color CSS Codes

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

#ad11dd Text Font Color

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

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


#ad11dd Background Color

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

This div background color is #ad11dd


#ad11dd Border Color

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

This div border color is #ad11dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad11dd


Comments

No comments written yet.

Please login to write comment.