Color Hex Logo

#d87caf Color Hex

#D87CAF
(216,124,175)
0 Favorites   0 Comments

Color spaces of #d87caf

RGB 216124175
HSL0.910.540.67
HSV327°43°85°
CMYK 0.000.430.19   0.15
XYZ43.264432.109444.4749
Yxy32.10940.36100.2679
Hunter Lab56.665237.1225-6.8695
CIE-Lab63.433242.2375-11.4397

#d87caf color RGB value is (216,124,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111100 10101111
Octal 330 174 257
Decimal 216 124 175
Hex D8 7C AF

RGB Percentages of Color #d87caf

%41.94
%24.08
%33.98

CMYK Percentages of Color #d87caf

%0
%43
%19
%15

Triadic Colors of #d87caf

#d87caf #afd87c #7cafd8

Analogous Colors of #d87caf

#d87caf #d87c81 #d37cd8

Monochromatic Colors of #d87caf

#d87caf

Complementary Color

#d87caf #7cd8a5

#d87caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87caf Color CSS Codes

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

#d87caf Text Font Color

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

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


#d87caf Background Color

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

This div background color is #d87caf


#d87caf Border Color

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

This div border color is #d87caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87caf


Comments

No comments written yet.

Please login to write comment.