Color Hex Logo

#d87cde Color Hex

#D87CDE
(216,124,222)
0 Favorites   0 Comments

Color spaces of #d87cde

RGB 216124222
HSL0.820.600.68
HSV296°44°87°
CMYK 0.030.440.00   0.13
XYZ48.711434.288273.1581
Yxy34.28820.31190.2196
Hunter Lab58.556146.0165-33.0857
CIE-Lab65.190750.1698-35.1878

#d87cde color RGB value is (216,124,222).

#d87cde hex color red value is 216, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d87cde hue: 0.82 , saturation: 0.60 and the lightness value of d87cde is 0.68.

The process color (four color CMYK) of #d87cde color hex is 0.03, 0.44, 0.00, 0.13. Web safe color of #d87cde is #cc66cc. Color #d87cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111100 11011110
Octal 330 174 336
Decimal 216 124 222
Hex D8 7C DE

RGB Percentages of Color #d87cde

%38.43
%22.06
%39.50

CMYK Percentages of Color #d87cde

%3
%44
%0
%13

Triadic Colors of #d87cde

#d87cde #ded87c #7cded8

Analogous Colors of #d87cde

#d87cde #de7cb3 #a77cde

Monochromatic Colors of #d87cde

#d87cde

Complementary Color

#d87cde #82de7c

#d87cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87cde Color CSS Codes

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

#d87cde Text Font Color

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

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


#d87cde Background Color

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

This div background color is #d87cde


#d87cde Border Color

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

This div border color is #d87cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87cde


Comments

No comments written yet.

Please login to write comment.