Color spaces of #d715bb
RGB | 215 | 21 | 187 |
---|---|---|---|
HSL | 0.86 | 0.82 | 0.46 |
HSV | 309° | 90° | 84° |
CMYK | 0.00 | 0.90 | 0.13 0.16 |
XYZ | 37.2621 | 18.5713 | 48.6344 |
Yxy | 18.5713 | 0.3567 | 0.1778 |
Hunter Lab | 43.0944 | 78.9268 | -36.7459 |
CIE-Lab | 50.1818 | 80.6761 | -38.7759 |
#d715bb color RGB value is (215,21,187).
#d715bb hex color red value is 215, green value is 21 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d715bb hue: 0.86 , saturation: 0.82 and the lightness value of d715bb is 0.46.
The process color (four color CMYK) of #d715bb color hex is 0.00, 0.90, 0.13, 0.16. Web safe color of #d715bb is #cc00cc. Color #d715bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00010101 | 10111011 |
Octal | 327 | 25 | 273 |
Decimal | 215 | 21 | 187 |
Hex | D7 | 15 | BB |
Shades of #d715bb
Tints of #d715bb
RGB Percentages of Color #d715bb
CMYK Percentages of Color #d715bb
Complementary Color
#d715bb | #15d731 |
#d715bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d715bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d715bb Color CSS Codes
.mybgcolor {background-color:#d715bb; } .myforecolor {color:#d715bb; } .mybordercolor {border:3px solid #d715bb; }
#d715bb Text Font Color
<p style="color:#d715bb">Text here</p>
This sample text font color is #d715bb
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.
#d715bb Background Color
<div style="background-color:#d715bb">
Div content here</div>
This div background color is #d715bb
#d715bb Border Color
<div style="border:3px solid #d715bb">
Div here</div>
This div border color is #d715bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,21,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d715bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d715bb; -webkit-box-shadow: 1px 1px 3px 2px #d715bb; box-shadow: 1px 1px 3px 2px #d715bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,21,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d715bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d715bb; -webkit-box-shadow: 1px 1px 3px 2px #d715bb; box-shadow: 1px 1px 3px 2px #d715bb;">
Div content here</div>
This div box has shadow with color #d715bb
Comments
No comments written yet.
Please login to write comment.