Color Hex Logo

#d87caa Color Hex

#D87CAA
(216,124,170)
0 Favorites   0 Comments

Color spaces of #d87caa

RGB 216124170
HSL0.920.540.67
HSV330°43°85°
CMYK 0.000.430.21   0.15
XYZ42.782331.916541.9358
Yxy31.91650.36680.2736
Hunter Lab56.494736.3088-4.4645
CIE-Lab63.273841.4905-8.8351

#d87caa color RGB value is (216,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111100 10101010
Octal 330 174 252
Decimal 216 124 170
Hex D8 7C AA

RGB Percentages of Color #d87caa

%42.35
%24.31
%33.33

CMYK Percentages of Color #d87caa

%0
%43
%21
%15

Triadic Colors of #d87caa

#d87caa #aad87c #7caad8

Analogous Colors of #d87caa

#d87caa #d87c7c #d87cd8

Monochromatic Colors of #d87caa

#d87caa

Complementary Color

#d87caa #7cd8aa

#d87caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87caa Color CSS Codes

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

#d87caa Text Font Color

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

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


#d87caa Background Color

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

This div background color is #d87caa


#d87caa Border Color

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

This div border color is #d87caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87caa


Comments

No comments written yet.

Please login to write comment.