Color Hex Logo

#ad7dcd Color Hex

#AD7DCD
(173,125,205)
0 Favorites   0 Comments

Color spaces of #ad7dcd

RGB 173125205
HSL0.770.440.65
HSV276°39°80°
CMYK 0.160.390.00   0.20
XYZ35.586627.959261.2787
Yxy27.95920.28510.2240
Hunter Lab52.876527.5992-31.6979
CIE-Lab59.851933.4257-34.3461

#ad7dcd color RGB value is (173,125,205).

#ad7dcd hex color red value is 173, green value is 125 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad7dcd hue: 0.77 , saturation: 0.44 and the lightness value of ad7dcd is 0.65.

The process color (four color CMYK) of #ad7dcd color hex is 0.16, 0.39, 0.00, 0.20. Web safe color of #ad7dcd is #9966cc. Color #ad7dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111101 11001101
Octal 255 175 315
Decimal 173 125 205
Hex AD 7D CD

RGB Percentages of Color #ad7dcd

%34.39
%24.85
%40.76

CMYK Percentages of Color #ad7dcd

%16
%39
%0
%20

Triadic Colors of #ad7dcd

#ad7dcd #cdad7d #7dcdad

Analogous Colors of #ad7dcd

#ad7dcd #cd7dc5 #857dcd

Monochromatic Colors of #ad7dcd

#ad7dcd

Complementary Color

#ad7dcd #9dcd7d

#ad7dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7dcd Color CSS Codes

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

#ad7dcd Text Font Color

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

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


#ad7dcd Background Color

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

This div background color is #ad7dcd


#ad7dcd Border Color

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

This div border color is #ad7dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7dcd


Comments

No comments written yet.

Please login to write comment.