Color Hex Logo

#d87ead Color Hex

#D87EAD
(216,126,173)
0 Favorites   0 Comments

Color spaces of #d87ead

RGB 216126173
HSL0.910.540.67
HSV329°42°85°
CMYK 0.000.420.20   0.15
XYZ43.322632.537843.5322
Yxy32.53780.36290.2725
Hunter Lab57.041935.7451-5.3185
CIE-Lab63.784940.8939-9.7774

#d87ead color RGB value is (216,126,173).

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

The process color (four color CMYK) of #d87ead color hex is 0.00, 0.42, 0.20, 0.15. Web safe color of #d87ead is #cc6699. Color #d87ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111110 10101101
Octal 330 176 255
Decimal 216 126 173
Hex D8 7E AD

RGB Percentages of Color #d87ead

%41.94
%24.47
%33.59

CMYK Percentages of Color #d87ead

%0
%42
%20
%15

Triadic Colors of #d87ead

#d87ead #add87e #7eadd8

Analogous Colors of #d87ead

#d87ead #d87e80 #d67ed8

Monochromatic Colors of #d87ead

#d87ead

Complementary Color

#d87ead #7ed8a9

#d87ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87ead Color CSS Codes

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

#d87ead Text Font Color

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

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


#d87ead Background Color

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

This div background color is #d87ead


#d87ead Border Color

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

This div border color is #d87ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87ead


Comments

No comments written yet.

Please login to write comment.