Color spaces of #fd053b
RGB | 253 | 5 | 59 |
---|---|---|---|
HSL | 0.96 | 0.98 | 0.51 |
HSV | 347° | 98° | 99° |
CMYK | 0.00 | 0.98 | 0.77 0.01 |
XYZ | 41.3517 | 21.3070 | 6.0708 |
Yxy | 21.3070 | 0.6017 | 0.3100 |
Hunter Lab | 46.1595 | 79.1290 | 24.5140 |
CIE-Lab | 53.2839 | 80.2310 | 43.0493 |
#fd053b color RGB value is (253,5,59).
#fd053b hex color red value is 253, green value is 5 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fd053b hue: 0.96 , saturation: 0.98 and the lightness value of fd053b is 0.51.
The process color (four color CMYK) of #fd053b color hex is 0.00, 0.98, 0.77, 0.01. Web safe color of #fd053b is #ff0033. Color #fd053b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00000101 | 00111011 |
Octal | 375 | 5 | 73 |
Decimal | 253 | 5 | 59 |
Hex | FD | 5 | 3B |
Shades of #fd053b
Tints of #fd053b
RGB Percentages of Color #fd053b
CMYK Percentages of Color #fd053b
Complementary Color
#fd053b | #05fdc7 |
#fd053b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd053b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd053b Color CSS Codes
.mybgcolor {background-color:#fd053b; } .myforecolor {color:#fd053b; } .mybordercolor {border:3px solid #fd053b; }
#fd053b Text Font Color
<p style="color:#fd053b">Text here</p>
This sample text font color is #fd053b
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.
#fd053b Background Color
<div style="background-color:#fd053b">
Div content here</div>
This div background color is #fd053b
#fd053b Border Color
<div style="border:3px solid #fd053b">
Div here</div>
This div border color is #fd053b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,5,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd053b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd053b; -webkit-box-shadow: 1px 1px 3px 2px #fd053b; box-shadow: 1px 1px 3px 2px #fd053b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,5,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd053b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd053b; -webkit-box-shadow: 1px 1px 3px 2px #fd053b; box-shadow: 1px 1px 3px 2px #fd053b;">
Div content here</div>
This div box has shadow with color #fd053b
Comments
No comments written yet.
Please login to write comment.