Color Hex Logo

#d59faf Color Hex

#D59FAF
(213,159,175)
0 Favorites   0 Comments

Color spaces of #d59faf

RGB 213159175
HSL0.950.390.73
HSV342°25°84°
CMYK 0.000.250.18   0.16
XYZ47.576642.037646.1639
Yxy42.03760.35040.3096
Hunter Lab64.836417.51863.1707
CIE-Lab70.896822.4427-0.4266

#d59faf color RGB value is (213,159,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011111 10101111
Octal 325 237 257
Decimal 213 159 175
Hex D5 9F AF

RGB Percentages of Color #d59faf

%38.94
%29.07
%31.99

CMYK Percentages of Color #d59faf

%0
%25
%18
%16

Triadic Colors of #d59faf

#d59faf #afd59f #9fafd5

Analogous Colors of #d59faf

#d59faf #d5aa9f #d59fca

Monochromatic Colors of #d59faf

#d59faf

Complementary Color

#d59faf #9fd5c5

#d59faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59faf Color CSS Codes

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

#d59faf Text Font Color

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

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


#d59faf Background Color

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

This div background color is #d59faf


#d59faf Border Color

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

This div border color is #d59faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59faf


Comments

No comments written yet.

Please login to write comment.