Color Hex Logo

#d87ccc Color Hex

#D87CCC
(216,124,204)
0 Favorites   0 Comments

Color spaces of #d87ccc

RGB 216124204
HSL0.860.540.67
HSV308°43°85°
CMYK 0.000.430.06   0.15
XYZ46.425633.373961.1216
Yxy33.37390.32940.2368
Hunter Lab57.770142.3495-22.2905
CIE-Lab64.462546.9492-26.2554

#d87ccc color RGB value is (216,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111100 11001100
Octal 330 174 314
Decimal 216 124 204
Hex D8 7C CC

RGB Percentages of Color #d87ccc

%39.71
%22.79
%37.50

CMYK Percentages of Color #d87ccc

%0
%43
%6
%15

Triadic Colors of #d87ccc

#d87ccc #ccd87c #7cccd8

Analogous Colors of #d87ccc

#d87ccc #d87c9e #b67cd8

Monochromatic Colors of #d87ccc

#d87ccc

Complementary Color

#d87ccc #7cd888

#d87ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87ccc Color CSS Codes

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

#d87ccc Text Font Color

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

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


#d87ccc Background Color

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

This div background color is #d87ccc


#d87ccc Border Color

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

This div border color is #d87ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87ccc


Comments

No comments written yet.

Please login to write comment.