Color Hex Logo

#ad03cc Color Hex

#AD03CC
(173,3,204)
0 Favorites   0 Comments

Color spaces of #ad03cc

RGB 1733204
HSL0.810.970.41
HSV291°99°80°
CMYK 0.150.990.00   0.20
XYZ28.165213.309058.2112
Yxy13.30900.28250.1335
Hunter Lab36.481573.9666-69.0682
CIE-Lab43.225278.0647-60.2101

#ad03cc color RGB value is (173,3,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000011 11001100
Octal 255 3 314
Decimal 173 3 204
Hex AD 3 CC

RGB Percentages of Color #ad03cc

%45.53
%0.79
%53.68

CMYK Percentages of Color #ad03cc

%15
%99
%0
%20

Triadic Colors of #ad03cc

#ad03cc #ccad03 #03ccad

Analogous Colors of #ad03cc

#ad03cc #cc0387 #4903cc

Monochromatic Colors of #ad03cc

#ad03cc

Complementary Color

#ad03cc #22cc03

#ad03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad03cc Color CSS Codes

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

#ad03cc Text Font Color

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

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


#ad03cc Background Color

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

This div background color is #ad03cc


#ad03cc Border Color

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

This div border color is #ad03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad03cc


Comments

No comments written yet.

Please login to write comment.