Color spaces of #ff023f
RGB | 255 | 2 | 63 |
---|---|---|---|
HSL | 0.96 | 1.00 | 0.50 |
HSV | 346° | 99° | 100° |
CMYK | 0.00 | 0.99 | 0.75 0.00 |
XYZ | 42.1589 | 21.6623 | 6.6618 |
Yxy | 21.6623 | 0.5981 | 0.3073 |
Hunter Lab | 46.5428 | 80.2372 | 24.0936 |
CIE-Lab | 53.6669 | 81.0295 | 41.3066 |
#ff023f color RGB value is (255,2,63).
#ff023f hex color red value is 255, green value is 2 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ff023f hue: 0.96 , saturation: 1.00 and the lightness value of ff023f is 0.50.
The process color (four color CMYK) of #ff023f color hex is 0.00, 0.99, 0.75, 0.00. Web safe color of #ff023f is #ff0033. Color #ff023f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00000010 | 00111111 |
Octal | 377 | 2 | 77 |
Decimal | 255 | 2 | 63 |
Hex | FF | 2 | 3F |
Shades of #ff023f
Tints of #ff023f
RGB Percentages of Color #ff023f
CMYK Percentages of Color #ff023f
Complementary Color
#ff023f | #02ffc2 |
#ff023f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff023f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff023f Color CSS Codes
.mybgcolor {background-color:#ff023f; } .myforecolor {color:#ff023f; } .mybordercolor {border:3px solid #ff023f; }
#ff023f Text Font Color
<p style="color:#ff023f">Text here</p>
This sample text font color is #ff023f
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.
#ff023f Background Color
<div style="background-color:#ff023f">
Div content here</div>
This div background color is #ff023f
#ff023f Border Color
<div style="border:3px solid #ff023f">
Div here</div>
This div border color is #ff023f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,2,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff023f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff023f; -webkit-box-shadow: 1px 1px 3px 2px #ff023f; box-shadow: 1px 1px 3px 2px #ff023f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,2,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff023f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff023f; -webkit-box-shadow: 1px 1px 3px 2px #ff023f; box-shadow: 1px 1px 3px 2px #ff023f;">
Div content here</div>
This div box has shadow with color #ff023f
Comments
No comments written yet.
Please login to write comment.