Color Hex Logo

#d87dbc Color Hex

#D87DBC
(216,125,188)
0 Favorites   0 Comments

Color spaces of #d87dbc

RGB 216125188
HSL0.880.540.67
HSV318°42°85°
CMYK 0.000.420.13   0.15
XYZ44.729632.897051.5692
Yxy32.89700.34620.2546
Hunter Lab57.355938.8322-13.1590
CIE-Lab64.077443.7545-17.8333

#d87dbc color RGB value is (216,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 10111100
Octal 330 175 274
Decimal 216 125 188
Hex D8 7D BC

RGB Percentages of Color #d87dbc

%40.83
%23.63
%35.54

CMYK Percentages of Color #d87dbc

%0
%42
%13
%15

Triadic Colors of #d87dbc

#d87dbc #bcd87d #7dbcd8

Analogous Colors of #d87dbc

#d87dbc #d87d8f #c77dd8

Monochromatic Colors of #d87dbc

#d87dbc

Complementary Color

#d87dbc #7dd899

#d87dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87dbc Color CSS Codes

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

#d87dbc Text Font Color

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

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


#d87dbc Background Color

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

This div background color is #d87dbc


#d87dbc Border Color

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

This div border color is #d87dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87dbc

#d87dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.