Color Hex Logo

#d887cc Color Hex

#D887CC
(216,135,204)
0 Favorites   0 Comments

Color spaces of #d887cc

RGB 216135204
HSL0.860.510.69
HSV309°38°85°
CMYK 0.000.380.06   0.15
XYZ47.882036.286561.6071
Yxy36.28650.32850.2489
Hunter Lab60.238336.4685-18.4705
CIE-Lab66.738341.2153-22.7674

#d887cc color RGB value is (216,135,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000111 11001100
Octal 330 207 314
Decimal 216 135 204
Hex D8 87 CC

RGB Percentages of Color #d887cc

%38.92
%24.32
%36.76

CMYK Percentages of Color #d887cc

%0
%38
%6
%15

Triadic Colors of #d887cc

#d887cc #ccd887 #87ccd8

Analogous Colors of #d887cc

#d887cc #d887a4 #bc87d8

Monochromatic Colors of #d887cc

#d887cc

Complementary Color

#d887cc #87d893

#d887cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d887cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d887cc Color CSS Codes

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

#d887cc Text Font Color

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

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


#d887cc Background Color

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

This div background color is #d887cc


#d887cc Border Color

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

This div border color is #d887cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d887cc


Comments

No comments written yet.

Please login to write comment.