Color Hex Logo

#ad71cc Color Hex

#AD71CC
(173,113,204)
0 Favorites   0 Comments

Color spaces of #ad71cc

RGB 173113204
HSL0.780.470.62
HSV280°45°80°
CMYK 0.150.450.00   0.20
XYZ34.037825.054160.1687
Yxy25.05410.28540.2101
Hunter Lab50.054133.7891-36.2331
CIE-Lab57.128139.8603-38.0391

#ad71cc color RGB value is (173,113,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110001 11001100
Octal 255 161 314
Decimal 173 113 204
Hex AD 71 CC

RGB Percentages of Color #ad71cc

%35.31
%23.06
%41.63

CMYK Percentages of Color #ad71cc

%15
%45
%0
%20

Triadic Colors of #ad71cc

#ad71cc #ccad71 #71ccad

Analogous Colors of #ad71cc

#ad71cc #cc71be #8071cc

Monochromatic Colors of #ad71cc

#ad71cc

Complementary Color

#ad71cc #90cc71

#ad71cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad71cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad71cc Color CSS Codes

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

#ad71cc Text Font Color

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

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


#ad71cc Background Color

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

This div background color is #ad71cc


#ad71cc Border Color

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

This div border color is #ad71cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad71cc


Comments

No comments written yet.

Please login to write comment.