Color spaces of #fd15da
RGB | 253 | 21 | 218 |
---|---|---|---|
HSL | 0.86 | 0.98 | 0.54 |
HSV | 309° | 92° | 99° |
CMYK | 0.00 | 0.92 | 0.14 0.01 |
XYZ | 53.4311 | 26.4809 | 68.6249 |
Yxy | 26.4809 | 0.3597 | 0.1783 |
Hunter Lab | 51.4596 | 95.2843 | -43.0456 |
CIE-Lab | 58.4907 | 91.5756 | -43.0439 |
#fd15da color RGB value is (253,21,218).
#fd15da hex color red value is 253, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fd15da hue: 0.86 , saturation: 0.98 and the lightness value of fd15da is 0.54.
The process color (four color CMYK) of #fd15da color hex is 0.00, 0.92, 0.14, 0.01. Web safe color of #fd15da is #ff00cc. Color #fd15da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00010101 | 11011010 |
Octal | 375 | 25 | 332 |
Decimal | 253 | 21 | 218 |
Hex | FD | 15 | DA |
Shades of #fd15da
Tints of #fd15da
RGB Percentages of Color #fd15da
CMYK Percentages of Color #fd15da
Complementary Color
#fd15da | #15fd38 |
#fd15da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd15da Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd15da Color CSS Codes
.mybgcolor {background-color:#fd15da; } .myforecolor {color:#fd15da; } .mybordercolor {border:3px solid #fd15da; }
#fd15da Text Font Color
<p style="color:#fd15da">Text here</p>
This sample text font color is #fd15da
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.
#fd15da Background Color
<div style="background-color:#fd15da">
Div content here</div>
This div background color is #fd15da
#fd15da Border Color
<div style="border:3px solid #fd15da">
Div here</div>
This div border color is #fd15da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,21,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd15da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd15da; -webkit-box-shadow: 1px 1px 3px 2px #fd15da; box-shadow: 1px 1px 3px 2px #fd15da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,21,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 #fd15da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd15da; -webkit-box-shadow: 1px 1px 3px 2px #fd15da; box-shadow: 1px 1px 3px 2px #fd15da;">
Div content here</div>
This div box has shadow with color #fd15da
Comments
No comments written yet.
Please login to write comment.