Color spaces of #d19290
RGB | 209 | 146 | 144 |
---|---|---|---|
HSL | 0.01 | 0.41 | 0.69 |
HSV | 2° | 31° | 82° |
CMYK | 0.00 | 0.30 | 0.31 0.18 |
XYZ | 41.6074 | 36.1267 | 31.1658 |
Yxy | 36.1267 | 0.3821 | 0.3317 |
Hunter Lab | 60.1055 | 18.3802 | 11.3309 |
CIE-Lab | 66.6166 | 23.5415 | 10.6362 |
#d19290 color RGB value is (209,146,144).
#d19290 hex color red value is 209, green value is 146 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d19290 hue: 0.01 , saturation: 0.41 and the lightness value of d19290 is 0.69.
The process color (four color CMYK) of #d19290 color hex is 0.00, 0.30, 0.31, 0.18. Web safe color of #d19290 is #cc9999. Color #d19290 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10010010 | 10010000 |
Octal | 321 | 222 | 220 |
Decimal | 209 | 146 | 144 |
Hex | D1 | 92 | 90 |
Shades of #d19290
Tints of #d19290
RGB Percentages of Color #d19290
CMYK Percentages of Color #d19290
Complementary Color
#d19290 | #90cfd1 |
#d19290 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d19290 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d19290 Color CSS Codes
.mybgcolor {background-color:#d19290; } .myforecolor {color:#d19290; } .mybordercolor {border:3px solid #d19290; }
#d19290 Text Font Color
<p style="color:#d19290">Text here</p>
This sample text font color is #d19290
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.
#d19290 Background Color
<div style="background-color:#d19290">
Div content here</div>
This div background color is #d19290
#d19290 Border Color
<div style="border:3px solid #d19290">
Div here</div>
This div border color is #d19290
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,146,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d19290; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d19290; -webkit-box-shadow: 1px 1px 3px 2px #d19290; box-shadow: 1px 1px 3px 2px #d19290; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,146,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d19290">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d19290; -webkit-box-shadow: 1px 1px 3px 2px #d19290; box-shadow: 1px 1px 3px 2px #d19290;">
Div content here</div>
This div box has shadow with color #d19290
Comments
No comments written yet.
Please login to write comment.