Color Hex Logo

#d19eac Color Hex

#D19EAC
(209,158,172)
0 Favorites   0 Comments

Color spaces of #d19eac

RGB 209158172
HSL0.950.360.72
HSV344°24°82°
CMYK 0.000.240.18   0.18
XYZ45.967740.987644.5184
Yxy40.98760.34960.3118
Hunter Lab64.021616.12593.5869
CIE-Lab70.167221.06100.1223

#d19eac color RGB value is (209,158,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011110 10101100
Octal 321 236 254
Decimal 209 158 172
Hex D1 9E AC

RGB Percentages of Color #d19eac

%38.78
%29.31
%31.91

CMYK Percentages of Color #d19eac

%0
%24
%18
%18

Triadic Colors of #d19eac

#d19eac #acd19e #9eacd1

Analogous Colors of #d19eac

#d19eac #d1aa9e #d19ec6

Monochromatic Colors of #d19eac

#d19eac

Complementary Color

#d19eac #9ed1c3

#d19eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19eac Color CSS Codes

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

#d19eac Text Font Color

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

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


#d19eac Background Color

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

This div background color is #d19eac


#d19eac Border Color

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

This div border color is #d19eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19eac


Comments

No comments written yet.

Please login to write comment.