Color spaces of #d15cdf
RGB | 209 | 92 | 223 |
---|---|---|---|
HSL | 0.82 | 0.67 | 0.62 |
HSV | 294° | 59° | 87° |
CMYK | 0.06 | 0.59 | 0.00 0.13 |
XYZ | 43.4409 | 26.5373 | 72.6447 |
Yxy | 26.5373 | 0.3046 | 0.1861 |
Hunter Lab | 51.5144 | 60.3749 | -47.5497 |
CIE-Lab | 58.5436 | 63.8358 | -46.2376 |
#d15cdf color RGB value is (209,92,223).
#d15cdf hex color red value is 209, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d15cdf hue: 0.82 , saturation: 0.67 and the lightness value of d15cdf is 0.62.
The process color (four color CMYK) of #d15cdf color hex is 0.06, 0.59, 0.00, 0.13. Web safe color of #d15cdf is #cc66cc. Color #d15cdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01011100 | 11011111 |
Octal | 321 | 134 | 337 |
Decimal | 209 | 92 | 223 |
Hex | D1 | 5C | DF |
Shades of #d15cdf
Tints of #d15cdf
RGB Percentages of Color #d15cdf
CMYK Percentages of Color #d15cdf
Complementary Color
#d15cdf | #6adf5c |
#d15cdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d15cdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d15cdf Color CSS Codes
.mybgcolor {background-color:#d15cdf; } .myforecolor {color:#d15cdf; } .mybordercolor {border:3px solid #d15cdf; }
#d15cdf Text Font Color
<p style="color:#d15cdf">Text here</p>
This sample text font color is #d15cdf
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.
#d15cdf Background Color
<div style="background-color:#d15cdf">
Div content here</div>
This div background color is #d15cdf
#d15cdf Border Color
<div style="border:3px solid #d15cdf">
Div here</div>
This div border color is #d15cdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,92,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d15cdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d15cdf; -webkit-box-shadow: 1px 1px 3px 2px #d15cdf; box-shadow: 1px 1px 3px 2px #d15cdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,92,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d15cdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d15cdf; -webkit-box-shadow: 1px 1px 3px 2px #d15cdf; box-shadow: 1px 1px 3px 2px #d15cdf;">
Div content here</div>
This div box has shadow with color #d15cdf
Comments
No comments written yet.
Please login to write comment.