Color Hex Logo

#d19eae Color Hex

#D19EAE
(209,158,174)
0 Favorites   0 Comments

Color spaces of #d19eae

RGB 209158174
HSL0.950.360.72
HSV341°24°82°
CMYK 0.000.240.17   0.18
XYZ46.161341.065045.5378
Yxy41.06500.34770.3093
Hunter Lab64.082016.43862.7249
CIE-Lab70.221421.3776-0.9087

#d19eae color RGB value is (209,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011110 10101110
Octal 321 236 256
Decimal 209 158 174
Hex D1 9E AE

RGB Percentages of Color #d19eae

%38.63
%29.21
%32.16

CMYK Percentages of Color #d19eae

%0
%24
%17
%18

Triadic Colors of #d19eae

#d19eae #aed19e #9eaed1

Analogous Colors of #d19eae

#d19eae #d1a89e #d19ec8

Monochromatic Colors of #d19eae

#d19eae

Complementary Color

#d19eae #9ed1c1

#d19eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19eae Color CSS Codes

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

#d19eae Text Font Color

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

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


#d19eae Background Color

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

This div background color is #d19eae


#d19eae Border Color

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

This div border color is #d19eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19eae

#d19eae Color Palettes


Comments

No comments written yet.

Please login to write comment.