Color Hex Logo

#ad9fcd Color Hex

#AD9FCD
(173,159,205)
0 Favorites   0 Comments

Color spaces of #ad9fcd

RGB 173159205
HSL0.720.320.71
HSV258°22°80°
CMYK 0.160.220.00   0.20
XYZ40.651238.088362.9668
Yxy38.08830.28690.2688
Hunter Lab61.71579.5727-17.2909
CIE-Lab68.085614.2787-21.6524

#ad9fcd color RGB value is (173,159,205).

#ad9fcd hex color red value is 173, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad9fcd hue: 0.72 , saturation: 0.32 and the lightness value of ad9fcd is 0.71.

The process color (four color CMYK) of #ad9fcd color hex is 0.16, 0.22, 0.00, 0.20. Web safe color of #ad9fcd is #9999cc. Color #ad9fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011111 11001101
Octal 255 237 315
Decimal 173 159 205
Hex AD 9F CD

RGB Percentages of Color #ad9fcd

%32.22
%29.61
%38.18

CMYK Percentages of Color #ad9fcd

%16
%22
%0
%20

Triadic Colors of #ad9fcd

#ad9fcd #cdad9f #9fcdad

Analogous Colors of #ad9fcd

#ad9fcd #c49fcd #9fa8cd

Monochromatic Colors of #ad9fcd

#ad9fcd

Complementary Color

#ad9fcd #bfcd9f

#ad9fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9fcd Color CSS Codes

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

#ad9fcd Text Font Color

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

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


#ad9fcd Background Color

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

This div background color is #ad9fcd


#ad9fcd Border Color

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

This div border color is #ad9fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9fcd


Comments

No comments written yet.

Please login to write comment.