color codes Logo

#d19aae color codes

#D19AAE
(209,154,174)
0 Favorites   0 Comments

Color spaces of #d19aae

RGB 209154174
HSL0.940.370.71
HSV338°26°82°
CMYK 0.000.260.17   0.18
XYZ45.490139.722545.3140
Yxy39.72250.34850.3043
Hunter Lab63.025818.54071.4900
CIE-Lab69.271423.5583-2.3013

#d19aae color RGB value is (209,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011010 10101110
Octal 321 232 256
Decimal 209 154 174
Hex D1 9A AE

RGB Percentages of Color #d19aae

%38.92
%28.68
%32.40

CMYK Percentages of Color #d19aae

%0
%26
%17
%18

Triadic Colors of #d19aae

#d19aae #aed19a #9aaed1

Analogous Colors of #d19aae

#d19aae #d1a29a #d19aca

Monochromatic Colors of #d19aae

#d19aae

Complementary Color

#d19aae #9ad1bd

#d19aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19aae Color CSS Codes

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

#d19aae Text Font Color

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

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


#d19aae Background Color

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

This div background color is #d19aae


#d19aae Border Color

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

This div border color is #d19aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19aae


Comments

No comments written yet.

Please login to write comment.