Color Hex Logo

#ad0dcd Color Hex

#AD0DCD
(173,13,205)
0 Favorites   0 Comments

Color spaces of #ad0dcd

RGB 17313205
HSL0.810.880.43
HSV290°94°80°
CMYK 0.160.940.00   0.20
XYZ28.396913.579958.8821
Yxy13.57990.28160.1346
Hunter Lab36.850973.0610-68.9407
CIE-Lab43.624377.2558-60.1432

#ad0dcd color RGB value is (173,13,205).

#ad0dcd hex color red value is 173, green value is 13 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad0dcd hue: 0.81 , saturation: 0.88 and the lightness value of ad0dcd is 0.43.

The process color (four color CMYK) of #ad0dcd color hex is 0.16, 0.94, 0.00, 0.20. Web safe color of #ad0dcd is #9900cc. Color #ad0dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001101 11001101
Octal 255 15 315
Decimal 173 13 205
Hex AD D CD

RGB Percentages of Color #ad0dcd

%44.25
%3.32
%52.43

CMYK Percentages of Color #ad0dcd

%16
%94
%0
%20

Triadic Colors of #ad0dcd

#ad0dcd #cdad0d #0dcdad

Analogous Colors of #ad0dcd

#ad0dcd #cd0d8d #4d0dcd

Monochromatic Colors of #ad0dcd

#ad0dcd

Complementary Color

#ad0dcd #2dcd0d

#ad0dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0dcd Color CSS Codes

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

#ad0dcd Text Font Color

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

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


#ad0dcd Background Color

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

This div background color is #ad0dcd


#ad0dcd Border Color

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

This div border color is #ad0dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0dcd


Comments

No comments written yet.

Please login to write comment.