Color Hex Logo

#ad87dd Color Hex

#AD87DD
(173,135,221)
0 Favorites   0 Comments

Color spaces of #ad87dd

RGB 173135221
HSL0.740.560.70
HSV267°39°87°
CMYK 0.220.390.00   0.13
XYZ38.948731.432672.4209
Yxy31.43260.27270.2201
Hunter Lab56.064825.8922-37.3417
CIE-Lab62.871131.4208-38.5967

#ad87dd color RGB value is (173,135,221).

#ad87dd hex color red value is 173, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad87dd hue: 0.74 , saturation: 0.56 and the lightness value of ad87dd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 11011101
Octal 255 207 335
Decimal 173 135 221
Hex AD 87 DD

RGB Percentages of Color #ad87dd

%32.70
%25.52
%41.78

CMYK Percentages of Color #ad87dd

%22
%39
%0
%13

Triadic Colors of #ad87dd

#ad87dd #ddad87 #87ddad

Analogous Colors of #ad87dd

#ad87dd #d887dd #878cdd

Monochromatic Colors of #ad87dd

#ad87dd

Complementary Color

#ad87dd #b7dd87

#ad87dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad87dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad87dd Color CSS Codes

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

#ad87dd Text Font Color

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

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


#ad87dd Background Color

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

This div background color is #ad87dd


#ad87dd Border Color

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

This div border color is #ad87dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad87dd


Comments

No comments written yet.

Please login to write comment.