Color Hex Logo

#d89caf Color Hex

#D89CAF
(216,156,175)
0 Favorites   0 Comments

Color spaces of #d89caf

RGB 216156175
HSL0.950.430.73
HSV341°28°85°
CMYK 0.000.280.19   0.15
XYZ47.945241.471046.0352
Yxy41.47100.35400.3062
Hunter Lab64.398020.19932.6949
CIE-Lab70.504725.1557-0.9630

#d89caf color RGB value is (216,156,175).

#d89caf hex color red value is 216, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d89caf hue: 0.95 , saturation: 0.43 and the lightness value of d89caf is 0.73.

The process color (four color CMYK) of #d89caf color hex is 0.00, 0.28, 0.19, 0.15. Web safe color of #d89caf is #cc9999. Color #d89caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011100 10101111
Octal 330 234 257
Decimal 216 156 175
Hex D8 9C AF

RGB Percentages of Color #d89caf

%39.49
%28.52
%31.99

CMYK Percentages of Color #d89caf

%0
%28
%19
%15

Triadic Colors of #d89caf

#d89caf #afd89c #9cafd8

Analogous Colors of #d89caf

#d89caf #d8a79c #d89ccd

Monochromatic Colors of #d89caf

#d89caf

Complementary Color

#d89caf #9cd8c5

#d89caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89caf Color CSS Codes

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

#d89caf Text Font Color

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

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


#d89caf Background Color

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

This div background color is #d89caf


#d89caf Border Color

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

This div border color is #d89caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89caf


Comments

No comments written yet.

Please login to write comment.