Color Hex Logo

#ad73cc Color Hex

#AD73CC
(173,115,204)
0 Favorites   0 Comments

Color spaces of #ad73cc

RGB 173115204
HSL0.780.470.63
HSV279°44°80°
CMYK 0.150.440.00   0.20
XYZ34.263425.505360.2439
Yxy25.50530.28550.2125
Hunter Lab50.502832.7227-35.3741
CIE-Lab57.564538.7621-37.3551

#ad73cc color RGB value is (173,115,204).

#ad73cc hex color red value is 173, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad73cc hue: 0.78 , saturation: 0.47 and the lightness value of ad73cc is 0.63.

The process color (four color CMYK) of #ad73cc color hex is 0.15, 0.44, 0.00, 0.20. Web safe color of #ad73cc is #9966cc. Color #ad73cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 11001100
Octal 255 163 314
Decimal 173 115 204
Hex AD 73 CC

RGB Percentages of Color #ad73cc

%35.16
%23.37
%41.46

CMYK Percentages of Color #ad73cc

%15
%44
%0
%20

Triadic Colors of #ad73cc

#ad73cc #ccad73 #73ccad

Analogous Colors of #ad73cc

#ad73cc #cc73bf #8173cc

Monochromatic Colors of #ad73cc

#ad73cc

Complementary Color

#ad73cc #92cc73

#ad73cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad73cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad73cc Color CSS Codes

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

#ad73cc Text Font Color

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

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


#ad73cc Background Color

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

This div background color is #ad73cc


#ad73cc Border Color

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

This div border color is #ad73cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad73cc


Comments

No comments written yet.

Please login to write comment.