Color Hex Logo

#d87dcc Color Hex

#D87DCC
(216,125,204)
0 Favorites   0 Comments

Color spaces of #d87dcc

RGB 216125204
HSL0.860.540.67
HSV308°42°85°
CMYK 0.000.420.06   0.15
XYZ46.551633.625861.1636
Yxy33.62580.32940.2379
Hunter Lab57.987841.8182-21.9457
CIE-Lab64.664546.4347-25.9450

#d87dcc color RGB value is (216,125,204).

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

The process color (four color CMYK) of #d87dcc color hex is 0.00, 0.42, 0.06, 0.15. Web safe color of #d87dcc is #cc66cc. Color #d87dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 11001100
Octal 330 175 314
Decimal 216 125 204
Hex D8 7D CC

RGB Percentages of Color #d87dcc

%39.63
%22.94
%37.43

CMYK Percentages of Color #d87dcc

%0
%42
%6
%15

Triadic Colors of #d87dcc

#d87dcc #ccd87d #7dccd8

Analogous Colors of #d87dcc

#d87dcc #d87d9f #b77dd8

Monochromatic Colors of #d87dcc

#d87dcc

Complementary Color

#d87dcc #7dd889

#d87dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87dcc Color CSS Codes

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

#d87dcc Text Font Color

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

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


#d87dcc Background Color

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

This div background color is #d87dcc


#d87dcc Border Color

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

This div border color is #d87dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87dcc


Comments

No comments written yet.

Please login to write comment.