Color Hex Logo

#ad03dd Color Hex

#AD03DD
(173,3,221)
0 Favorites   0 Comments

Color spaces of #ad03dd

RGB 1733221
HSL0.800.970.44
HSV287°99°87°
CMYK 0.220.990.00   0.13
XYZ30.317314.169869.5438
Yxy14.16980.26590.1243
Hunter Lab37.642877.8880-83.1863
CIE-Lab44.475580.9583-67.9701

#ad03dd color RGB value is (173,3,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000011 11011101
Octal 255 3 335
Decimal 173 3 221
Hex AD 3 DD

RGB Percentages of Color #ad03dd

%43.58
%0.76
%55.67

CMYK Percentages of Color #ad03dd

%22
%99
%0
%13

Triadic Colors of #ad03dd

#ad03dd #ddad03 #03ddad

Analogous Colors of #ad03dd

#ad03dd #dd03a0 #4003dd

Monochromatic Colors of #ad03dd

#ad03dd

Complementary Color

#ad03dd #33dd03

#ad03dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad03dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad03dd Color CSS Codes

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

#ad03dd Text Font Color

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

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


#ad03dd Background Color

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

This div background color is #ad03dd


#ad03dd Border Color

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

This div border color is #ad03dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad03dd


Comments

No comments written yet.

Please login to write comment.