Color Hex Logo

#d19aab Color Hex

#D19AAB
(209,154,171)
0 Favorites   0 Comments

Color spaces of #d19aab

RGB 209154171
HSL0.950.370.71
HSV341°26°82°
CMYK 0.000.260.18   0.18
XYZ45.200839.606843.7906
Yxy39.60680.35150.3080
Hunter Lab62.933918.06902.7987
CIE-Lab69.188623.0846-0.7517

#d19aab color RGB value is (209,154,171).

#d19aab hex color red value is 209, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d19aab hue: 0.95 , saturation: 0.37 and the lightness value of d19aab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011010 10101011
Octal 321 232 253
Decimal 209 154 171
Hex D1 9A AB

RGB Percentages of Color #d19aab

%39.14
%28.84
%32.02

CMYK Percentages of Color #d19aab

%0
%26
%18
%18

Triadic Colors of #d19aab

#d19aab #abd19a #9aabd1

Analogous Colors of #d19aab

#d19aab #d1a59a #d19ac7

Monochromatic Colors of #d19aab

#d19aab

Complementary Color

#d19aab #9ad1c0

#d19aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19aab Color CSS Codes

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

#d19aab Text Font Color

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

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


#d19aab Background Color

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

This div background color is #d19aab


#d19aab Border Color

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

This div border color is #d19aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19aab


Comments

No comments written yet.

Please login to write comment.