Color Hex Logo

#ad66cc Color Hex

#AD66CC
(173,102,204)
0 Favorites   0 Comments

Color spaces of #ad66cc

RGB 173102204
HSL0.780.500.60
HSV282°50°80°
CMYK 0.150.500.00   0.20
XYZ32.884022.746659.7841
Yxy22.74660.28490.1971
Hunter Lab47.693439.6101-40.9352
CIE-Lab54.810445.7923-41.6847

#ad66cc color RGB value is (173,102,204).

#ad66cc hex color red value is 173, green value is 102 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad66cc hue: 0.78 , saturation: 0.50 and the lightness value of ad66cc is 0.60.

The process color (four color CMYK) of #ad66cc color hex is 0.15, 0.50, 0.00, 0.20. Web safe color of #ad66cc is #9966cc. Color #ad66cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 11001100
Octal 255 146 314
Decimal 173 102 204
Hex AD 66 CC

RGB Percentages of Color #ad66cc

%36.12
%21.29
%42.59

CMYK Percentages of Color #ad66cc

%15
%50
%0
%20

Triadic Colors of #ad66cc

#ad66cc #ccad66 #66ccad

Analogous Colors of #ad66cc

#ad66cc #cc66b8 #7a66cc

Monochromatic Colors of #ad66cc

#ad66cc

Complementary Color

#ad66cc #85cc66

#ad66cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66cc Color CSS Codes

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

#ad66cc Text Font Color

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

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


#ad66cc Background Color

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

This div background color is #ad66cc


#ad66cc Border Color

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

This div border color is #ad66cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66cc

#ad66cc Color Palettes


Comments

No comments written yet.

Please login to write comment.