Color Hex Logo

#d87fcf Color Hex

#D87FCF
(216,127,207)
0 Favorites   0 Comments

Color spaces of #d87fcf

RGB 216127207
HSL0.850.530.67
HSV306°41°85°
CMYK 0.000.410.04   0.15
XYZ47.170834.282763.1625
Yxy34.28270.32620.2371
Hunter Lab58.551441.3400-22.9732
CIE-Lab65.186345.9249-26.8237

#d87fcf color RGB value is (216,127,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 11001111
Octal 330 177 317
Decimal 216 127 207
Hex D8 7F CF

RGB Percentages of Color #d87fcf

%39.27
%23.09
%37.64

CMYK Percentages of Color #d87fcf

%0
%41
%4
%15

Triadic Colors of #d87fcf

#d87fcf #cfd87f #7fcfd8

Analogous Colors of #d87fcf

#d87fcf #d87fa3 #b57fd8

Monochromatic Colors of #d87fcf

#d87fcf

Complementary Color

#d87fcf #7fd888

#d87fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87fcf Color CSS Codes

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

#d87fcf Text Font Color

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

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


#d87fcf Background Color

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

This div background color is #d87fcf


#d87fcf Border Color

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

This div border color is #d87fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87fcf


Comments

No comments written yet.

Please login to write comment.