Color Hex Logo

#d987cd Color Hex

#D987CD
(217,135,205)
0 Favorites   0 Comments

Color spaces of #d987cd

RGB 217135205
HSL0.860.520.69
HSV309°38°85°
CMYK 0.000.380.06   0.15
XYZ48.298736.487462.2548
Yxy36.48740.32850.2481
Hunter Lab60.404837.0173-18.8225
CIE-Lab66.890741.7091-23.0823

#d987cd color RGB value is (217,135,205).

#d987cd hex color red value is 217, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d987cd hue: 0.86 , saturation: 0.52 and the lightness value of d987cd is 0.69.

The process color (four color CMYK) of #d987cd color hex is 0.00, 0.38, 0.06, 0.15. Web safe color of #d987cd is #cc99cc. Color #d987cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 11001101
Octal 331 207 315
Decimal 217 135 205
Hex D9 87 CD

RGB Percentages of Color #d987cd

%38.96
%24.24
%36.80

CMYK Percentages of Color #d987cd

%0
%38
%6
%15

Triadic Colors of #d987cd

#d987cd #cdd987 #87cdd9

Analogous Colors of #d987cd

#d987cd #d987a4 #bc87d9

Monochromatic Colors of #d987cd

#d987cd

Complementary Color

#d987cd #87d993

#d987cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987cd Color CSS Codes

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

#d987cd Text Font Color

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

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


#d987cd Background Color

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

This div background color is #d987cd


#d987cd Border Color

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

This div border color is #d987cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987cd


Comments

No comments written yet.

Please login to write comment.