Color Hex Logo

#ad01dd Color Hex

#AD01DD
(173,1,221)
0 Favorites   0 Comments

Color spaces of #ad01dd

RGB 1731221
HSL0.800.990.44
HSV287°100°87°
CMYK 0.221.000.00   0.13
XYZ30.295614.126469.5365
Yxy14.12640.26580.1240
Hunter Lab37.585178.1066-83.3833
CIE-Lab44.413781.1432-68.0707

#ad01dd color RGB value is (173,1,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 11011101
Octal 255 1 335
Decimal 173 1 221
Hex AD 1 DD

RGB Percentages of Color #ad01dd

%43.80
%0.25
%55.95

CMYK Percentages of Color #ad01dd

%22
%100
%0
%13

Triadic Colors of #ad01dd

#ad01dd #ddad01 #01ddad

Analogous Colors of #ad01dd

#ad01dd #dd019f #3f01dd

Monochromatic Colors of #ad01dd

#ad01dd

Complementary Color

#ad01dd #31dd01

#ad01dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad01dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad01dd Color CSS Codes

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

#ad01dd Text Font Color

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

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


#ad01dd Background Color

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

This div background color is #ad01dd


#ad01dd Border Color

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

This div border color is #ad01dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad01dd


Comments

No comments written yet.

Please login to write comment.