Color spaces of #d15eda
RGB | 209 | 94 | 218 |
---|---|---|---|
HSL | 0.82 | 0.63 | 0.61 |
HSV | 296° | 57° | 85° |
CMYK | 0.04 | 0.57 | 0.00 0.15 |
XYZ | 42.9521 | 26.6227 | 69.2045 |
Yxy | 26.6227 | 0.3095 | 0.1918 |
Hunter Lab | 51.5972 | 58.2973 | -43.4044 |
CIE-Lab | 58.6235 | 62.0415 | -43.2965 |
#d15eda color RGB value is (209,94,218).
#d15eda hex color red value is 209, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d15eda hue: 0.82 , saturation: 0.63 and the lightness value of d15eda is 0.61.
The process color (four color CMYK) of #d15eda color hex is 0.04, 0.57, 0.00, 0.15. Web safe color of #d15eda is #cc66cc. Color #d15eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01011110 | 11011010 |
Octal | 321 | 136 | 332 |
Decimal | 209 | 94 | 218 |
Hex | D1 | 5E | DA |
Shades of #d15eda
Tints of #d15eda
RGB Percentages of Color #d15eda
CMYK Percentages of Color #d15eda
Complementary Color
#d15eda | #67da5e |
#d15eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d15eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#d15eda Color CSS Codes
.mybgcolor {background-color:#d15eda; } .myforecolor {color:#d15eda; } .mybordercolor {border:3px solid #d15eda; }
#d15eda Text Font Color
<p style="color:#d15eda">Text here</p>
This sample text font color is #d15eda
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.
#d15eda Background Color
<div style="background-color:#d15eda">
Div content here</div>
This div background color is #d15eda
#d15eda Border Color
<div style="border:3px solid #d15eda">
Div here</div>
This div border color is #d15eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,94,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d15eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d15eda; -webkit-box-shadow: 1px 1px 3px 2px #d15eda; box-shadow: 1px 1px 3px 2px #d15eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,94,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d15eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d15eda; -webkit-box-shadow: 1px 1px 3px 2px #d15eda; box-shadow: 1px 1px 3px 2px #d15eda;">
Div content here</div>
This div box has shadow with color #d15eda
Comments
No comments written yet.
Please login to write comment.