Color Hex Logo

#d987dd Color Hex

#D987DD
(217,135,221)
0 Favorites   0 Comments

Color spaces of #d987dd

RGB 217135221
HSL0.830.560.70
HSV297°39°87°
CMYK 0.020.390.00   0.13
XYZ50.330437.300172.9536
Yxy37.30010.31340.2323
Hunter Lab61.073840.2212-28.0711
CIE-Lab67.501644.5938-31.0402

#d987dd color RGB value is (217,135,221).

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

The process color (four color CMYK) of #d987dd color hex is 0.02, 0.39, 0.00, 0.13. Web safe color of #d987dd is #cc99cc. Color #d987dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 11011101
Octal 331 207 335
Decimal 217 135 221
Hex D9 87 DD

RGB Percentages of Color #d987dd

%37.87
%23.56
%38.57

CMYK Percentages of Color #d987dd

%2
%39
%0
%13

Triadic Colors of #d987dd

#d987dd #ddd987 #87ddd9

Analogous Colors of #d987dd

#d987dd #dd87b6 #ae87dd

Monochromatic Colors of #d987dd

#d987dd

Complementary Color

#d987dd #8bdd87

#d987dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987dd Color CSS Codes

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

#d987dd Text Font Color

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

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


#d987dd Background Color

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

This div background color is #d987dd


#d987dd Border Color

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

This div border color is #d987dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987dd


Comments

No comments written yet.

Please login to write comment.