Color spaces of #d1937c
RGB | 209 | 147 | 124 |
---|---|---|---|
HSL | 0.05 | 0.48 | 0.65 |
HSV | 16° | 41° | 82° |
CMYK | 0.00 | 0.30 | 0.41 0.18 |
XYZ | 40.3663 | 35.8780 | 23.8664 |
Yxy | 35.8780 | 0.4032 | 0.3584 |
Hunter Lab | 59.8982 | 15.4718 | 18.3047 |
CIE-Lab | 66.4266 | 20.5476 | 21.5264 |
#d1937c color RGB value is (209,147,124).
#d1937c hex color red value is 209, green value is 147 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d1937c hue: 0.05 , saturation: 0.48 and the lightness value of d1937c is 0.65.
The process color (four color CMYK) of #d1937c color hex is 0.00, 0.30, 0.41, 0.18. Web safe color of #d1937c is #cc9966. Color #d1937c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10010011 | 01111100 |
Octal | 321 | 223 | 174 |
Decimal | 209 | 147 | 124 |
Hex | D1 | 93 | 7C |
Shades of #d1937c
Tints of #d1937c
RGB Percentages of Color #d1937c
CMYK Percentages of Color #d1937c
Complementary Color
#d1937c | #7cbad1 |
#d1937c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1937c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1937c Color CSS Codes
.mybgcolor {background-color:#d1937c; } .myforecolor {color:#d1937c; } .mybordercolor {border:3px solid #d1937c; }
#d1937c Text Font Color
<p style="color:#d1937c">Text here</p>
This sample text font color is #d1937c
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.
#d1937c Background Color
<div style="background-color:#d1937c">
Div content here</div>
This div background color is #d1937c
#d1937c Border Color
<div style="border:3px solid #d1937c">
Div here</div>
This div border color is #d1937c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,147,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1937c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1937c; -webkit-box-shadow: 1px 1px 3px 2px #d1937c; box-shadow: 1px 1px 3px 2px #d1937c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,147,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1937c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1937c; -webkit-box-shadow: 1px 1px 3px 2px #d1937c; box-shadow: 1px 1px 3px 2px #d1937c;">
Div content here</div>
This div box has shadow with color #d1937c
#d1937c Color Palettes
Comments
No comments written yet.
Please login to write comment.