#ff2c9e color RGB value is (15, 242, 201).
#ff2c9e hex color red value is 15, green value is 242, and blue value is 201.
Cylindrical-coordinate representations (HSL) of color #ff2c9e
hue: 169.16,
saturation: 0.9 and lightness: 0.5.
The process color (four-color CMYK) of #ff2c9e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ff2c9e is #ff9999. Color #ff2c9e contains mainly RED.
Color spaces of #ff2c9e | Value |
---|---|
RGB | 255, 44, 158 |
HSL | 0.91, 1, 0.59 |
HSV | 328°, 83°, 100° |
XYZ | 48.32, 25.54, 34.73 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 101100 | 10011110 |
Octal | 377 | 54 | 236 |
Decimal | 255 | 44 | 158 |
Hex | FF | 2C | 9E |
Shades of #ff2c9e
Tints of #ff2c9e
.mybgColor {background-color: #ff2c9e;} .myforeColor {color: #ff2c9e;} .myborderColor {border:3px solid #ff2c9e;}
<p style="color:#ff2c9e">Text here</p>
This sample text is styled with the font color #ff2c9e. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#ff2c9e">Div content here</div>
<div style="border:3px solid #ff2c9e">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 44, 158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff2c9e; } .divShadow { -moz-box-shadow: 1px 1px 3px #ff2c9e; -webkit-box-shadow: 1px 1px 3px #ff2c9e; box-shadow: 1px 1px 3px #ff2c9e; }
<p style="text-shadow: 4px 4px 2px rgba(255, 44, 158, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ff2c9e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ff2c9e;
-webkit-box-shadow: 1px 1px 3px #ff2c9e;
box-shadow: 1px 1px 3px #ff2c9e;">Div content here</div>