Color Hex Logo

#ad66dd Color Hex

#AD66DD
(173,102,221)
0 Favorites   0 Comments

Color spaces of #ad66dd

RGB 173102221
HSL0.770.640.63
HSV276°54°87°
CMYK 0.220.540.00   0.13
XYZ35.036123.607471.1167
Yxy23.60740.27000.1819
Hunter Lab48.587443.6872-52.7706
CIE-Lab55.692649.4858-49.9192

#ad66dd color RGB value is (173,102,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 11011101
Octal 255 146 335
Decimal 173 102 221
Hex AD 66 DD

RGB Percentages of Color #ad66dd

%34.88
%20.56
%44.56

CMYK Percentages of Color #ad66dd

%22
%54
%0
%13

Triadic Colors of #ad66dd

#ad66dd #ddad66 #66ddad

Analogous Colors of #ad66dd

#ad66dd #dd66d2 #7266dd

Monochromatic Colors of #ad66dd

#ad66dd

Complementary Color

#ad66dd #96dd66

#ad66dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66dd Color CSS Codes

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

#ad66dd Text Font Color

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

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


#ad66dd Background Color

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

This div background color is #ad66dd


#ad66dd Border Color

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

This div border color is #ad66dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66dd


Comments

No comments written yet.

Please login to write comment.