Color Hex Logo

#d19fae Color Hex

#D19FAE
(209,159,174)
0 Favorites   0 Comments

Color spaces of #d19fae

RGB 209159174
HSL0.950.350.72
HSV342°24°82°
CMYK 0.000.240.17   0.18
XYZ46.332641.407645.5949
Yxy41.40760.34750.3106
Hunter Lab64.348715.91393.0336
CIE-Lab70.460620.8325-0.5589

#d19fae color RGB value is (209,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011111 10101110
Octal 321 237 256
Decimal 209 159 174
Hex D1 9F AE

RGB Percentages of Color #d19fae

%38.56
%29.34
%32.10

CMYK Percentages of Color #d19fae

%0
%24
%17
%18

Triadic Colors of #d19fae

#d19fae #aed19f #9faed1

Analogous Colors of #d19fae

#d19fae #d1a99f #d19fc7

Monochromatic Colors of #d19fae

#d19fae

Complementary Color

#d19fae #9fd1c2

#d19fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19fae Color CSS Codes

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

#d19fae Text Font Color

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

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


#d19fae Background Color

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

This div background color is #d19fae


#d19fae Border Color

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

This div border color is #d19fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,159,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19fae


Comments

No comments written yet.

Please login to write comment.