Color Hex Logo

#d87daa Color Hex

#D87DAA
(216,125,170)
0 Favorites   0 Comments

Color spaces of #d87daa

RGB 216125170
HSL0.920.540.67
HSV330°42°85°
CMYK 0.000.420.21   0.15
XYZ42.908232.168441.9778
Yxy32.16840.36660.2748
Hunter Lab56.717235.7853-4.1800
CIE-Lab63.481840.9695-8.5250

#d87daa color RGB value is (216,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 10101010
Octal 330 175 252
Decimal 216 125 170
Hex D8 7D AA

RGB Percentages of Color #d87daa

%42.27
%24.46
%33.27

CMYK Percentages of Color #d87daa

%0
%42
%21
%15

Triadic Colors of #d87daa

#d87daa #aad87d #7daad8

Analogous Colors of #d87daa

#d87daa #d87e7d #d87dd8

Monochromatic Colors of #d87daa

#d87daa

Complementary Color

#d87daa #7dd8ab

#d87daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87daa Color CSS Codes

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

#d87daa Text Font Color

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

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


#d87daa Background Color

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

This div background color is #d87daa


#d87daa Border Color

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

This div border color is #d87daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,125,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 #d87daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87daa


Comments

No comments written yet.

Please login to write comment.