Color Hex Logo

#d87cae Color Hex

#D87CAE
(216,124,174)
0 Favorites   0 Comments

Color spaces of #d87cae

RGB 216124174
HSL0.910.540.67
HSV327°43°85°
CMYK 0.000.430.19   0.15
XYZ43.166532.070243.9594
Yxy32.07020.36210.2691
Hunter Lab56.630636.9577-6.3824
CIE-Lab63.400942.0866-10.9199

#d87cae color RGB value is (216,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111100 10101110
Octal 330 174 256
Decimal 216 124 174
Hex D8 7C AE

RGB Percentages of Color #d87cae

%42.02
%24.12
%33.85

CMYK Percentages of Color #d87cae

%0
%43
%19
%15

Triadic Colors of #d87cae

#d87cae #aed87c #7caed8

Analogous Colors of #d87cae

#d87cae #d87c80 #d47cd8

Monochromatic Colors of #d87cae

#d87cae

Complementary Color

#d87cae #7cd8a6

#d87cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87cae Color CSS Codes

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

#d87cae Text Font Color

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

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


#d87cae Background Color

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

This div background color is #d87cae


#d87cae Border Color

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

This div border color is #d87cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87cae


Comments

No comments written yet.

Please login to write comment.