Color spaces of #fd1fdb
RGB | 253 | 31 | 219 |
---|---|---|---|
HSL | 0.86 | 0.98 | 0.56 |
HSV | 309° | 88° | 99° |
CMYK | 0.00 | 0.88 | 0.13 0.01 |
XYZ | 53.7842 | 26.9771 | 69.3902 |
Yxy | 26.9771 | 0.3582 | 0.1797 |
Hunter Lab | 51.9395 | 93.9456 | -42.8527 |
CIE-Lab | 58.9531 | 90.4896 | -42.8818 |
#fd1fdb color RGB value is (253,31,219).
#fd1fdb hex color red value is 253, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fd1fdb hue: 0.86 , saturation: 0.98 and the lightness value of fd1fdb is 0.56.
The process color (four color CMYK) of #fd1fdb color hex is 0.00, 0.88, 0.13, 0.01. Web safe color of #fd1fdb is #ff33cc. Color #fd1fdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00011111 | 11011011 |
Octal | 375 | 37 | 333 |
Decimal | 253 | 31 | 219 |
Hex | FD | 1F | DB |
Shades of #fd1fdb
Tints of #fd1fdb
RGB Percentages of Color #fd1fdb
CMYK Percentages of Color #fd1fdb
Complementary Color
#fd1fdb | #1ffd41 |
#fd1fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd1fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd1fdb Color CSS Codes
.mybgcolor {background-color:#fd1fdb; } .myforecolor {color:#fd1fdb; } .mybordercolor {border:3px solid #fd1fdb; }
#fd1fdb Text Font Color
<p style="color:#fd1fdb">Text here</p>
This sample text font color is #fd1fdb
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.
#fd1fdb Background Color
<div style="background-color:#fd1fdb">
Div content here</div>
This div background color is #fd1fdb
#fd1fdb Border Color
<div style="border:3px solid #fd1fdb">
Div here</div>
This div border color is #fd1fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,31,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd1fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd1fdb; -webkit-box-shadow: 1px 1px 3px 2px #fd1fdb; box-shadow: 1px 1px 3px 2px #fd1fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,31,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd1fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd1fdb; -webkit-box-shadow: 1px 1px 3px 2px #fd1fdb; box-shadow: 1px 1px 3px 2px #fd1fdb;">
Div content here</div>
This div box has shadow with color #fd1fdb
Comments
No comments written yet.
Please login to write comment.