Color spaces of #d17cbe
RGB | 209 | 124 | 190 |
---|---|---|---|
HSL | 0.87 | 0.48 | 0.65 |
HSV | 313° | 41° | 82° |
CMYK | 0.00 | 0.41 | 0.09 0.18 |
XYZ | 42.7964 | 31.6883 | 52.5760 |
Yxy | 31.6883 | 0.3368 | 0.2494 |
Hunter Lab | 56.2924 | 37.1934 | -15.9711 |
CIE-Lab | 63.0844 | 42.3490 | -20.5534 |
#d17cbe color RGB value is (209,124,190).
#d17cbe hex color red value is 209, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d17cbe hue: 0.87 , saturation: 0.48 and the lightness value of d17cbe is 0.65.
The process color (four color CMYK) of #d17cbe color hex is 0.00, 0.41, 0.09, 0.18. Web safe color of #d17cbe is #cc66cc. Color #d17cbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01111100 | 10111110 |
Octal | 321 | 174 | 276 |
Decimal | 209 | 124 | 190 |
Hex | D1 | 7C | BE |
Shades of #d17cbe
Tints of #d17cbe
RGB Percentages of Color #d17cbe
CMYK Percentages of Color #d17cbe
Complementary Color
#d17cbe | #7cd18f |
#d17cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d17cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d17cbe Color CSS Codes
.mybgcolor {background-color:#d17cbe; } .myforecolor {color:#d17cbe; } .mybordercolor {border:3px solid #d17cbe; }
#d17cbe Text Font Color
<p style="color:#d17cbe">Text here</p>
This sample text font color is #d17cbe
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.
#d17cbe Background Color
<div style="background-color:#d17cbe">
Div content here</div>
This div background color is #d17cbe
#d17cbe Border Color
<div style="border:3px solid #d17cbe">
Div here</div>
This div border color is #d17cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,124,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d17cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d17cbe; -webkit-box-shadow: 1px 1px 3px 2px #d17cbe; box-shadow: 1px 1px 3px 2px #d17cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,124,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d17cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d17cbe; -webkit-box-shadow: 1px 1px 3px 2px #d17cbe; box-shadow: 1px 1px 3px 2px #d17cbe;">
Div content here</div>
This div box has shadow with color #d17cbe
Comments
No comments written yet.
Please login to write comment.