Color Hex Logo

#d87fcb Color Hex

#D87FCB
(216,127,203)
0 Favorites   0 Comments

Color spaces of #d87fcb

RGB 216127203
HSL0.860.530.67
HSV309°41°85°
CMYK 0.000.410.06   0.15
XYZ46.687834.089560.6191
Yxy34.08950.33020.2411
Hunter Lab58.386240.5594-20.6871
CIE-Lab65.033645.2277-24.8175

#d87fcb color RGB value is (216,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 11001011
Octal 330 177 313
Decimal 216 127 203
Hex D8 7F CB

RGB Percentages of Color #d87fcb

%39.56
%23.26
%37.18

CMYK Percentages of Color #d87fcb

%0
%41
%6
%15

Triadic Colors of #d87fcb

#d87fcb #cbd87f #7fcbd8

Analogous Colors of #d87fcb

#d87fcb #d87f9f #b97fd8

Monochromatic Colors of #d87fcb

#d87fcb

Complementary Color

#d87fcb #7fd88c

#d87fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87fcb Color CSS Codes

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

#d87fcb Text Font Color

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

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


#d87fcb Background Color

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

This div background color is #d87fcb


#d87fcb Border Color

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

This div border color is #d87fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87fcb


Comments

No comments written yet.

Please login to write comment.