Color Hex Logo

#d87faa Color Hex

#D87FAA
(216,127,170)
0 Favorites   0 Comments

Color spaces of #d87faa

RGB 216127170
HSL0.920.530.67
HSV331°41°85°
CMYK 0.000.410.21   0.15
XYZ43.164032.680042.0631
Yxy32.68000.36610.2772
Hunter Lab57.166434.7367-3.6091
CIE-Lab63.901039.9235-7.9009

#d87faa color RGB value is (216,127,170).

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

The process color (four color CMYK) of #d87faa color hex is 0.00, 0.41, 0.21, 0.15. Web safe color of #d87faa is #cc6699. Color #d87faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 10101010
Octal 330 177 252
Decimal 216 127 170
Hex D8 7F AA

RGB Percentages of Color #d87faa

%42.11
%24.76
%33.14

CMYK Percentages of Color #d87faa

%0
%41
%21
%15

Triadic Colors of #d87faa

#d87faa #aad87f #7faad8

Analogous Colors of #d87faa

#d87faa #d8817f #d87fd7

Monochromatic Colors of #d87faa

#d87faa

Complementary Color

#d87faa #7fd8ad

#d87faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87faa Color CSS Codes

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

#d87faa Text Font Color

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

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


#d87faa Background Color

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

This div background color is #d87faa


#d87faa Border Color

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

This div border color is #d87faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87faa


Comments

No comments written yet.

Please login to write comment.