Color Hex Logo

#ad8ddd Color Hex

#AD8DDD
(173,141,221)
0 Favorites   0 Comments

Color spaces of #ad8ddd

RGB 173141221
HSL0.730.540.71
HSV264°36°87°
CMYK 0.220.360.00   0.13
XYZ39.809633.154472.7079
Yxy33.15440.27330.2276
Hunter Lab57.579922.6467-34.5615
CIE-Lab64.285728.0397-36.3880

#ad8ddd color RGB value is (173,141,221).

#ad8ddd hex color red value is 173, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad8ddd hue: 0.73 , saturation: 0.54 and the lightness value of ad8ddd is 0.71.

The process color (four color CMYK) of #ad8ddd color hex is 0.22, 0.36, 0.00, 0.13. Web safe color of #ad8ddd is #9999cc. Color #ad8ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001101 11011101
Octal 255 215 335
Decimal 173 141 221
Hex AD 8D DD

RGB Percentages of Color #ad8ddd

%32.34
%26.36
%41.31

CMYK Percentages of Color #ad8ddd

%22
%36
%0
%13

Triadic Colors of #ad8ddd

#ad8ddd #ddad8d #8dddad

Analogous Colors of #ad8ddd

#ad8ddd #d58ddd #8d95dd

Monochromatic Colors of #ad8ddd

#ad8ddd

Complementary Color

#ad8ddd #bddd8d

#ad8ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8ddd Color CSS Codes

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

#ad8ddd Text Font Color

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

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


#ad8ddd Background Color

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

This div background color is #ad8ddd


#ad8ddd Border Color

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

This div border color is #ad8ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8ddd


Comments

No comments written yet.

Please login to write comment.