Color Hex Logo

#d87d9e Color Hex

#D87D9E
(216,125,158)
0 Favorites   0 Comments

Color spaces of #d87d9e

RGB 216125158
HSL0.940.540.67
HSV338°42°85°
CMYK 0.000.420.27   0.15
XYZ41.824131.734836.2688
Yxy31.73480.38080.2890
Hunter Lab56.333633.94081.2614
CIE-Lab63.123139.2578-2.2206

#d87d9e color RGB value is (216,125,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 10011110
Octal 330 175 236
Decimal 216 125 158
Hex D8 7D 9E

RGB Percentages of Color #d87d9e

%43.29
%25.05
%31.66

CMYK Percentages of Color #d87d9e

%0
%42
%27
%15

Triadic Colors of #d87d9e

#d87d9e #9ed87d #7d9ed8

Analogous Colors of #d87d9e

#d87d9e #d88a7d #d87dcc

Monochromatic Colors of #d87d9e

#d87d9e

Complementary Color

#d87d9e #7dd8b7

#d87d9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87d9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87d9e Color CSS Codes

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

#d87d9e Text Font Color

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

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


#d87d9e Background Color

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

This div background color is #d87d9e


#d87d9e Border Color

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

This div border color is #d87d9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87d9e


Comments

No comments written yet.

Please login to write comment.