Color Hex Logo

#d87fab Color Hex

#D87FAB
(216,127,171)
0 Favorites   0 Comments

Color spaces of #d87fab

RGB 216127171
HSL0.920.530.67
HSV330°41°85°
CMYK 0.000.410.21   0.15
XYZ43.259032.717942.5633
Yxy32.71790.36490.2760
Hunter Lab57.199634.8971-4.0791
CIE-Lab63.931840.0722-8.4227

#d87fab color RGB value is (216,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 10101011
Octal 330 177 253
Decimal 216 127 171
Hex D8 7F AB

RGB Percentages of Color #d87fab

%42.02
%24.71
%33.27

CMYK Percentages of Color #d87fab

%0
%41
%21
%15

Triadic Colors of #d87fab

#d87fab #abd87f #7fabd8

Analogous Colors of #d87fab

#d87fab #d8807f #d87fd8

Monochromatic Colors of #d87fab

#d87fab

Complementary Color

#d87fab #7fd8ac

#d87fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87fab Color CSS Codes

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

#d87fab Text Font Color

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

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


#d87fab Background Color

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

This div background color is #d87fab


#d87fab Border Color

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

This div border color is #d87fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87fab


Comments

No comments written yet.

Please login to write comment.