Color spaces of #d80fcb
RGB | 216 | 15 | 203 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.45 |
HSV | 304° | 93° | 85° |
CMYK | 0.00 | 0.93 | 0.06 0.15 |
XYZ | 39.2692 | 19.2524 | 58.1463 |
Yxy | 19.2524 | 0.3366 | 0.1650 |
Hunter Lab | 43.8776 | 82.9668 | -47.8565 |
CIE-Lab | 50.9812 | 83.6864 | -46.7774 |
#d80fcb color RGB value is (216,15,203).
#d80fcb hex color red value is 216, green value is 15 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d80fcb hue: 0.84 , saturation: 0.87 and the lightness value of d80fcb is 0.45.
The process color (four color CMYK) of #d80fcb color hex is 0.00, 0.93, 0.06, 0.15. Web safe color of #d80fcb is #cc00cc. Color #d80fcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00001111 | 11001011 |
Octal | 330 | 17 | 313 |
Decimal | 216 | 15 | 203 |
Hex | D8 | F | CB |
Shades of #d80fcb
Tints of #d80fcb
RGB Percentages of Color #d80fcb
CMYK Percentages of Color #d80fcb
Complementary Color
#d80fcb | #0fd81c |
#d80fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d80fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d80fcb Color CSS Codes
.mybgcolor {background-color:#d80fcb; } .myforecolor {color:#d80fcb; } .mybordercolor {border:3px solid #d80fcb; }
#d80fcb Text Font Color
<p style="color:#d80fcb">Text here</p>
This sample text font color is #d80fcb
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.
#d80fcb Background Color
<div style="background-color:#d80fcb">
Div content here</div>
This div background color is #d80fcb
#d80fcb Border Color
<div style="border:3px solid #d80fcb">
Div here</div>
This div border color is #d80fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,15,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d80fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d80fcb; -webkit-box-shadow: 1px 1px 3px 2px #d80fcb; box-shadow: 1px 1px 3px 2px #d80fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,15,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d80fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d80fcb; -webkit-box-shadow: 1px 1px 3px 2px #d80fcb; box-shadow: 1px 1px 3px 2px #d80fcb;">
Div content here</div>
This div box has shadow with color #d80fcb
Comments
No comments written yet.
Please login to write comment.