Color Hex Logo

#d87fbe Color Hex

#D87FBE
(216,127,190)
0 Favorites   0 Comments

Color spaces of #d87fbe

RGB 216127190
HSL0.880.530.67
HSV318°41°85°
CMYK 0.000.410.12   0.15
XYZ45.202533.495452.7980
Yxy33.49540.34380.2547
Hunter Lab57.875238.1329-13.5760
CIE-Lab64.560043.0400-18.2298

#d87fbe color RGB value is (216,127,190).

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

The process color (four color CMYK) of #d87fbe color hex is 0.00, 0.41, 0.12, 0.15. Web safe color of #d87fbe is #cc66cc. Color #d87fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 10111110
Octal 330 177 276
Decimal 216 127 190
Hex D8 7F BE

RGB Percentages of Color #d87fbe

%40.53
%23.83
%35.65

CMYK Percentages of Color #d87fbe

%0
%41
%12
%15

Triadic Colors of #d87fbe

#d87fbe #bed87f #7fbed8

Analogous Colors of #d87fbe

#d87fbe #d87f92 #c67fd8

Monochromatic Colors of #d87fbe

#d87fbe

Complementary Color

#d87fbe #7fd899

#d87fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87fbe Color CSS Codes

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

#d87fbe Text Font Color

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

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


#d87fbe Background Color

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

This div background color is #d87fbe


#d87fbe Border Color

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

This div border color is #d87fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87fbe


Comments

No comments written yet.

Please login to write comment.