Color Hex Logo

#ad03da Color Hex

#AD03DA
(173,3,218)
0 Favorites   0 Comments

Color spaces of #ad03da

RGB 1733218
HSL0.800.970.43
HSV287°99°85°
CMYK 0.210.990.00   0.15
XYZ29.921014.011367.4571
Yxy14.01130.26860.1258
Hunter Lab37.431777.1785-80.6467
CIE-Lab44.249180.4388-66.6201

#ad03da color RGB value is (173,3,218).

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

The process color (four color CMYK) of #ad03da color hex is 0.21, 0.99, 0.00, 0.15. Web safe color of #ad03da is #9900cc. Color #ad03da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000011 11011010
Octal 255 3 332
Decimal 173 3 218
Hex AD 3 DA

RGB Percentages of Color #ad03da

%43.91
%0.76
%55.33

CMYK Percentages of Color #ad03da

%21
%99
%0
%15

Triadic Colors of #ad03da

#ad03da #daad03 #03daad

Analogous Colors of #ad03da

#ad03da #da039c #4103da

Monochromatic Colors of #ad03da

#ad03da

Complementary Color

#ad03da #30da03

#ad03da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad03da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad03da Color CSS Codes

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

#ad03da Text Font Color

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

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


#ad03da Background Color

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

This div background color is #ad03da


#ad03da Border Color

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

This div border color is #ad03da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,3,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad03da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad03da


Comments

No comments written yet.

Please login to write comment.