Color Hex Logo

#d987de Color Hex

#D987DE
(217,135,222)
0 Favorites   0 Comments

Color spaces of #d987de

RGB 217135222
HSL0.820.570.70
HSV297°39°87°
CMYK 0.020.390.00   0.13
XYZ50.464137.353673.6575
Yxy37.35360.31250.2313
Hunter Lab61.117640.4296-28.6726
CIE-Lab67.541544.7797-31.5324

#d987de color RGB value is (217,135,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 11011110
Octal 331 207 336
Decimal 217 135 222
Hex D9 87 DE

RGB Percentages of Color #d987de

%37.80
%23.52
%38.68

CMYK Percentages of Color #d987de

%2
%39
%0
%13

Triadic Colors of #d987de

#d987de #ded987 #87ded9

Analogous Colors of #d987de

#d987de #de87b8 #ae87de

Monochromatic Colors of #d987de

#d987de

Complementary Color

#d987de #8cde87

#d987de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987de Color CSS Codes

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

#d987de Text Font Color

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

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


#d987de Background Color

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

This div background color is #d987de


#d987de Border Color

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

This div border color is #d987de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,135,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987de


Comments

No comments written yet.

Please login to write comment.