Color Hex Logo

#ad00dd Color Hex

#AD00DD
(173,0,221)
0 Favorites   0 Comments

Color spaces of #ad00dd

RGB 1730221
HSL0.801.000.43
HSV287°100°87°
CMYK 0.221.000.00   0.13
XYZ30.284714.104769.5329
Yxy14.10470.26580.1238
Hunter Lab37.556278.2160-83.4822
CIE-Lab44.382781.2357-68.1211

#ad00dd color RGB value is (173,0,221).

#ad00dd hex color red value is 173, green value is 0 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad00dd hue: 0.80 , saturation: 1.00 and the lightness value of ad00dd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 11011101
Octal 255 0 335
Decimal 173 0 221
Hex AD 0 DD

RGB Percentages of Color #ad00dd

%43.91
%0.00
%56.09

CMYK Percentages of Color #ad00dd

%22
%100
%0
%13

Triadic Colors of #ad00dd

#ad00dd #ddad00 #00ddad

Analogous Colors of #ad00dd

#ad00dd #dd009f #3f00dd

Monochromatic Colors of #ad00dd

#ad00dd

Complementary Color

#ad00dd #30dd00

#ad00dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad00dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad00dd Color CSS Codes

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

#ad00dd Text Font Color

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

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


#ad00dd Background Color

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

This div background color is #ad00dd


#ad00dd Border Color

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

This div border color is #ad00dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad00dd


Comments

No comments written yet.

Please login to write comment.