Color Hex Logo

#d59caf Color Hex

#D59CAF
(213,156,175)
0 Favorites   0 Comments

Color spaces of #d59caf

RGB 213156175
HSL0.940.400.72
HSV340°27°84°
CMYK 0.000.270.18   0.16
XYZ47.066941.018245.9941
Yxy41.01820.35100.3059
Hunter Lab64.045519.09982.2528
CIE-Lab70.188724.0723-1.4631

#d59caf color RGB value is (213,156,175).

#d59caf hex color red value is 213, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d59caf hue: 0.94 , saturation: 0.40 and the lightness value of d59caf is 0.72.

The process color (four color CMYK) of #d59caf color hex is 0.00, 0.27, 0.18, 0.16. Web safe color of #d59caf is #cc9999. Color #d59caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011100 10101111
Octal 325 234 257
Decimal 213 156 175
Hex D5 9C AF

RGB Percentages of Color #d59caf

%39.15
%28.68
%32.17

CMYK Percentages of Color #d59caf

%0
%27
%18
%16

Triadic Colors of #d59caf

#d59caf #afd59c #9cafd5

Analogous Colors of #d59caf

#d59caf #d5a69c #d59ccc

Monochromatic Colors of #d59caf

#d59caf

Complementary Color

#d59caf #9cd5c2

#d59caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59caf Color CSS Codes

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

#d59caf Text Font Color

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

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


#d59caf Background Color

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

This div background color is #d59caf


#d59caf Border Color

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

This div border color is #d59caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59caf


Comments

No comments written yet.

Please login to write comment.