Color spaces of #ff028f
RGB | 255 | 2 | 143 |
---|---|---|---|
HSL | 0.91 | 1.00 | 0.50 |
HSV | 327° | 99° | 100° |
CMYK | 0.00 | 0.99 | 0.44 0.00 |
XYZ | 46.2196 | 23.2866 | 28.0453 |
Yxy | 23.2866 | 0.4738 | 0.2387 |
Hunter Lab | 48.2562 | 86.5183 | -0.6785 |
CIE-Lab | 55.3663 | 85.5736 | -4.2062 |
#ff028f color RGB value is (255,2,143).
#ff028f hex color red value is 255, green value is 2 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ff028f hue: 0.91 , saturation: 1.00 and the lightness value of ff028f is 0.50.
The process color (four color CMYK) of #ff028f color hex is 0.00, 0.99, 0.44, 0.00. Web safe color of #ff028f is #ff0099. Color #ff028f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00000010 | 10001111 |
Octal | 377 | 2 | 217 |
Decimal | 255 | 2 | 143 |
Hex | FF | 2 | 8F |
Shades of #ff028f
Tints of #ff028f
RGB Percentages of Color #ff028f
CMYK Percentages of Color #ff028f
Complementary Color
#ff028f | #02ff72 |
#ff028f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff028f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff028f Color CSS Codes
.mybgcolor {background-color:#ff028f; } .myforecolor {color:#ff028f; } .mybordercolor {border:3px solid #ff028f; }
#ff028f Text Font Color
<p style="color:#ff028f">Text here</p>
This sample text font color is #ff028f
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.
#ff028f Background Color
<div style="background-color:#ff028f">
Div content here</div>
This div background color is #ff028f
#ff028f Border Color
<div style="border:3px solid #ff028f">
Div here</div>
This div border color is #ff028f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,2,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff028f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff028f; -webkit-box-shadow: 1px 1px 3px 2px #ff028f; box-shadow: 1px 1px 3px 2px #ff028f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,2,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff028f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff028f; -webkit-box-shadow: 1px 1px 3px 2px #ff028f; box-shadow: 1px 1px 3px 2px #ff028f;">
Div content here</div>
This div box has shadow with color #ff028f
Comments
No comments written yet.
Please login to write comment.