Color Hex Logo

#d87dbb Color Hex

#D87DBB
(216,125,187)
0 Favorites   0 Comments

Color spaces of #d87dbb

RGB 216125187
HSL0.890.540.67
HSV319°42°85°
CMYK 0.000.420.13   0.15
XYZ44.622232.854051.0033
Yxy32.85400.34730.2557
Hunter Lab57.318438.6545-12.6348
CIE-Lab64.042543.5934-17.3211

#d87dbb color RGB value is (216,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 10111011
Octal 330 175 273
Decimal 216 125 187
Hex D8 7D BB

RGB Percentages of Color #d87dbb

%40.91
%23.67
%35.42

CMYK Percentages of Color #d87dbb

%0
%42
%13
%15

Triadic Colors of #d87dbb

#d87dbb #bbd87d #7dbbd8

Analogous Colors of #d87dbb

#d87dbb #d87d8e #c87dd8

Monochromatic Colors of #d87dbb

#d87dbb

Complementary Color

#d87dbb #7dd89a

#d87dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87dbb Color CSS Codes

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

#d87dbb Text Font Color

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

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


#d87dbb Background Color

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

This div background color is #d87dbb


#d87dbb Border Color

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

This div border color is #d87dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87dbb


Comments

No comments written yet.

Please login to write comment.