Color Hex Logo

#ad87cc Color Hex

#AD87CC
(173,135,204)
0 Favorites   0 Comments

Color spaces of #ad87cc

RGB 173135204
HSL0.760.400.66
HSV273°34°80°
CMYK 0.150.340.00   0.20
XYZ36.796630.571861.0883
Yxy30.57180.28650.2380
Hunter Lab55.291822.0309-26.8014
CIE-Lab62.144527.5827-30.2221

#ad87cc color RGB value is (173,135,204).

#ad87cc hex color red value is 173, green value is 135 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad87cc hue: 0.76 , saturation: 0.40 and the lightness value of ad87cc is 0.66.

The process color (four color CMYK) of #ad87cc color hex is 0.15, 0.34, 0.00, 0.20. Web safe color of #ad87cc is #9999cc. Color #ad87cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 11001100
Octal 255 207 314
Decimal 173 135 204
Hex AD 87 CC

RGB Percentages of Color #ad87cc

%33.79
%26.37
%39.84

CMYK Percentages of Color #ad87cc

%15
%34
%0
%20

Triadic Colors of #ad87cc

#ad87cc #ccad87 #87ccad

Analogous Colors of #ad87cc

#ad87cc #cc87c9 #8b87cc

Monochromatic Colors of #ad87cc

#ad87cc

Complementary Color

#ad87cc #a6cc87

#ad87cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad87cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad87cc Color CSS Codes

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

#ad87cc Text Font Color

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

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


#ad87cc Background Color

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

This div background color is #ad87cc


#ad87cc Border Color

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

This div border color is #ad87cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad87cc


Comments

No comments written yet.

Please login to write comment.