Color Hex Logo

#d87cdb Color Hex

#D87CDB
(216,124,219)
0 Favorites   0 Comments

Color spaces of #d87cdb

RGB 216124219
HSL0.830.570.67
HSV298°43°86°
CMYK 0.010.430.00   0.14
XYZ48.312734.128771.0590
Yxy34.12870.31470.2223
Hunter Lab58.419845.3835-31.2237
CIE-Lab65.064649.6186-33.7136

#d87cdb color RGB value is (216,124,219).

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

The process color (four color CMYK) of #d87cdb color hex is 0.01, 0.43, 0.00, 0.14. Web safe color of #d87cdb is #cc66cc. Color #d87cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111100 11011011
Octal 330 174 333
Decimal 216 124 219
Hex D8 7C DB

RGB Percentages of Color #d87cdb

%38.64
%22.18
%39.18

CMYK Percentages of Color #d87cdb

%1
%43
%0
%14

Triadic Colors of #d87cdb

#d87cdb #dbd87c #7cdbd8

Analogous Colors of #d87cdb

#d87cdb #db7caf #a97cdb

Monochromatic Colors of #d87cdb

#d87cdb

Complementary Color

#d87cdb #7fdb7c

#d87cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87cdb Color CSS Codes

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

#d87cdb Text Font Color

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

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


#d87cdb Background Color

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

This div background color is #d87cdb


#d87cdb Border Color

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

This div border color is #d87cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87cdb


Comments

No comments written yet.

Please login to write comment.