Color Hex Logo

#d19faf Color Hex

#D19FAF
(209,159,175)
0 Favorites   0 Comments

Color spaces of #d19faf

RGB 209159175
HSL0.950.350.72
HSV341°24°82°
CMYK 0.000.240.16   0.18
XYZ46.430541.446746.1103
Yxy41.44670.34650.3093
Hunter Lab64.379116.07152.6001
CIE-Lab70.487820.9922-1.0737

#d19faf color RGB value is (209,159,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011111 10101111
Octal 321 237 257
Decimal 209 159 175
Hex D1 9F AF

RGB Percentages of Color #d19faf

%38.49
%29.28
%32.23

CMYK Percentages of Color #d19faf

%0
%24
%16
%18

Triadic Colors of #d19faf

#d19faf #afd19f #9fafd1

Analogous Colors of #d19faf

#d19faf #d1a89f #d19fc8

Monochromatic Colors of #d19faf

#d19faf

Complementary Color

#d19faf #9fd1c1

#d19faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19faf Color CSS Codes

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

#d19faf Text Font Color

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

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


#d19faf Background Color

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

This div background color is #d19faf


#d19faf Border Color

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

This div border color is #d19faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19faf


Comments

No comments written yet.

Please login to write comment.