Color Hex Logo

#d987dc Color Hex

#D987DC
(217,135,220)
0 Favorites   0 Comments

Color spaces of #d987dc

RGB 217135220
HSL0.830.550.70
HSV298°39°86°
CMYK 0.010.390.00   0.14
XYZ50.197537.247072.2538
Yxy37.24700.31430.2332
Hunter Lab61.030340.0134-27.4722
CIE-Lab67.461944.4083-30.5471

#d987dc color RGB value is (217,135,220).

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

The process color (four color CMYK) of #d987dc color hex is 0.01, 0.39, 0.00, 0.14. Web safe color of #d987dc is #cc99cc. Color #d987dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 11011100
Octal 331 207 334
Decimal 217 135 220
Hex D9 87 DC

RGB Percentages of Color #d987dc

%37.94
%23.60
%38.46

CMYK Percentages of Color #d987dc

%1
%39
%0
%14

Triadic Colors of #d987dc

#d987dc #dcd987 #87dcd9

Analogous Colors of #d987dc

#d987dc #dc87b5 #af87dc

Monochromatic Colors of #d987dc

#d987dc

Complementary Color

#d987dc #8adc87

#d987dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987dc Color CSS Codes

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

#d987dc Text Font Color

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

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


#d987dc Background Color

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

This div background color is #d987dc


#d987dc Border Color

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

This div border color is #d987dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987dc


Comments

No comments written yet.

Please login to write comment.