Color Hex Logo

#ad5dcd Color Hex

#AD5DCD
(173,93,205)
0 Favorites   0 Comments

Color spaces of #ad5dcd

RGB 17393205
HSL0.790.530.58
HSV283°55°80°
CMYK 0.160.550.00   0.20
XYZ32.167421.120760.1389
Yxy21.12070.28360.1862
Hunter Lab45.957344.5144-45.4158
CIE-Lab53.081350.6765-44.9892

#ad5dcd color RGB value is (173,93,205).

#ad5dcd hex color red value is 173, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad5dcd hue: 0.79 , saturation: 0.53 and the lightness value of ad5dcd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011101 11001101
Octal 255 135 315
Decimal 173 93 205
Hex AD 5D CD

RGB Percentages of Color #ad5dcd

%36.73
%19.75
%43.52

CMYK Percentages of Color #ad5dcd

%16
%55
%0
%20

Triadic Colors of #ad5dcd

#ad5dcd #cdad5d #5dcdad

Analogous Colors of #ad5dcd

#ad5dcd #cd5db5 #755dcd

Monochromatic Colors of #ad5dcd

#ad5dcd

Complementary Color

#ad5dcd #7dcd5d

#ad5dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5dcd Color CSS Codes

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

#ad5dcd Text Font Color

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

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


#ad5dcd Background Color

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

This div background color is #ad5dcd


#ad5dcd Border Color

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

This div border color is #ad5dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5dcd


Comments

No comments written yet.

Please login to write comment.