Color Hex Logo

#ad96dd Color Hex

#AD96DD
(173,150,221)
0 Favorites   0 Comments

Color spaces of #ad96dd

RGB 173150221
HSL0.720.510.73
HSV259°32°87°
CMYK 0.220.320.00   0.13
XYZ41.191135.917473.1684
Yxy35.91740.27410.2390
Hunter Lab59.931117.8049-30.4339
CIE-Lab66.456822.9601-33.0132

#ad96dd color RGB value is (173,150,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 11011101
Octal 255 226 335
Decimal 173 150 221
Hex AD 96 DD

RGB Percentages of Color #ad96dd

%31.80
%27.57
%40.63

CMYK Percentages of Color #ad96dd

%22
%32
%0
%13

Triadic Colors of #ad96dd

#ad96dd #ddad96 #96ddad

Analogous Colors of #ad96dd

#ad96dd #d196dd #96a3dd

Monochromatic Colors of #ad96dd

#ad96dd

Complementary Color

#ad96dd #c6dd96

#ad96dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad96dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad96dd Color CSS Codes

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

#ad96dd Text Font Color

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

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


#ad96dd Background Color

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

This div background color is #ad96dd


#ad96dd Border Color

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

This div border color is #ad96dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad96dd


Comments

No comments written yet.

Please login to write comment.