Color Hex Logo

#ad70cc Color Hex

#AD70CC
(173,112,204)
0 Favorites   0 Comments

Color spaces of #ad70cc

RGB 173112204
HSL0.780.470.62
HSV280°45°80°
CMYK 0.150.450.00   0.20
XYZ33.926824.832260.1317
Yxy24.83220.28540.2089
Hunter Lab49.831934.3214-36.6623
CIE-Lab56.911640.4072-38.3788

#ad70cc color RGB value is (173,112,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 11001100
Octal 255 160 314
Decimal 173 112 204
Hex AD 70 CC

RGB Percentages of Color #ad70cc

%35.38
%22.90
%41.72

CMYK Percentages of Color #ad70cc

%15
%45
%0
%20

Triadic Colors of #ad70cc

#ad70cc #ccad70 #70ccad

Analogous Colors of #ad70cc

#ad70cc #cc70bd #7f70cc

Monochromatic Colors of #ad70cc

#ad70cc

Complementary Color

#ad70cc #8fcc70

#ad70cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad70cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad70cc Color CSS Codes

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

#ad70cc Text Font Color

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

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


#ad70cc Background Color

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

This div background color is #ad70cc


#ad70cc Border Color

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

This div border color is #ad70cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad70cc


Comments

No comments written yet.

Please login to write comment.