Color spaces of #fd4dda
RGB | 253 | 77 | 218 |
---|---|---|---|
HSL | 0.87 | 0.98 | 0.65 |
HSV | 312° | 70° | 99° |
CMYK | 0.00 | 0.70 | 0.14 0.01 |
XYZ | 55.8168 | 31.2524 | 69.4201 |
Yxy | 31.2524 | 0.3567 | 0.1997 |
Hunter Lab | 55.9038 | 80.3903 | -34.4923 |
CIE-Lab | 62.7201 | 79.3980 | -36.4116 |
#fd4dda color RGB value is (253,77,218).
#fd4dda hex color red value is 253, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fd4dda hue: 0.87 , saturation: 0.98 and the lightness value of fd4dda is 0.65.
The process color (four color CMYK) of #fd4dda color hex is 0.00, 0.70, 0.14, 0.01. Web safe color of #fd4dda is #ff66cc. Color #fd4dda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01001101 | 11011010 |
Octal | 375 | 115 | 332 |
Decimal | 253 | 77 | 218 |
Hex | FD | 4D | DA |
Shades of #fd4dda
Tints of #fd4dda
RGB Percentages of Color #fd4dda
CMYK Percentages of Color #fd4dda
Complementary Color
#fd4dda | #4dfd70 |
#fd4dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd4dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd4dda Color CSS Codes
.mybgcolor {background-color:#fd4dda; } .myforecolor {color:#fd4dda; } .mybordercolor {border:3px solid #fd4dda; }
#fd4dda Text Font Color
<p style="color:#fd4dda">Text here</p>
This sample text font color is #fd4dda
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.
#fd4dda Background Color
<div style="background-color:#fd4dda">
Div content here</div>
This div background color is #fd4dda
#fd4dda Border Color
<div style="border:3px solid #fd4dda">
Div here</div>
This div border color is #fd4dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,77,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd4dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd4dda; -webkit-box-shadow: 1px 1px 3px 2px #fd4dda; box-shadow: 1px 1px 3px 2px #fd4dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,77,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 #fd4dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd4dda; -webkit-box-shadow: 1px 1px 3px 2px #fd4dda; box-shadow: 1px 1px 3px 2px #fd4dda;">
Div content here</div>
This div box has shadow with color #fd4dda
Comments
No comments written yet.
Please login to write comment.