Color Hex Logo

#ad03ad Color Hex

#AD03AD
(173,3,173)
0 Favorites   0 Comments

Color spaces of #ad03ad

RGB 1733173
HSL0.830.970.35
HSV300°98°68°
CMYK 0.000.980.00   0.32
XYZ24.809011.966540.5373
Yxy11.96650.32090.1548
Hunter Lab34.592667.4788-45.2640
CIE-Lab41.162873.1498-45.3216

#ad03ad color RGB value is (173,3,173).

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

The process color (four color CMYK) of #ad03ad color hex is 0.00, 0.98, 0.00, 0.32. Web safe color of #ad03ad is #990099. Color #ad03ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000011 10101101
Octal 255 3 255
Decimal 173 3 173
Hex AD 3 AD

RGB Percentages of Color #ad03ad

%49.57
%0.86
%49.57

CMYK Percentages of Color #ad03ad

%0
%98
%0
%32

Triadic Colors of #ad03ad

#ad03ad #adad03 #03adad

Analogous Colors of #ad03ad

#ad03ad #ad0358 #5803ad

Monochromatic Colors of #ad03ad

#ad03ad

Complementary Color

#ad03ad #03ad03

#ad03ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad03ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad03ad Color CSS Codes

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

#ad03ad Text Font Color

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

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


#ad03ad Background Color

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

This div background color is #ad03ad


#ad03ad Border Color

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

This div border color is #ad03ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad03ad


Comments

No comments written yet.

Please login to write comment.