Color Hex Logo

#ad5cdd Color Hex

#AD5CDD
(173,92,221)
0 Favorites   0 Comments

Color spaces of #ad5cdd

RGB 17392221
HSL0.770.650.61
HSV278°58°87°
CMYK 0.220.580.00   0.13
XYZ34.111921.759070.8086
Yxy21.75900.26930.1718
Hunter Lab46.646548.9029-57.3486
CIE-Lab53.770454.5907-52.9824

#ad5cdd color RGB value is (173,92,221).

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

The process color (four color CMYK) of #ad5cdd color hex is 0.22, 0.58, 0.00, 0.13. Web safe color of #ad5cdd is #9966cc. Color #ad5cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011100 11011101
Octal 255 134 335
Decimal 173 92 221
Hex AD 5C DD

RGB Percentages of Color #ad5cdd

%35.60
%18.93
%45.47

CMYK Percentages of Color #ad5cdd

%22
%58
%0
%13

Triadic Colors of #ad5cdd

#ad5cdd #ddad5c #5cddad

Analogous Colors of #ad5cdd

#ad5cdd #dd5ccd #6d5cdd

Monochromatic Colors of #ad5cdd

#ad5cdd

Complementary Color

#ad5cdd #8cdd5c

#ad5cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5cdd Color CSS Codes

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

#ad5cdd Text Font Color

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

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


#ad5cdd Background Color

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

This div background color is #ad5cdd


#ad5cdd Border Color

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

This div border color is #ad5cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5cdd


Comments

No comments written yet.

Please login to write comment.