color details

Color Details
#ff2c9e Color Hex

#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
Color spaces of #ff2c9eValue
RGB255, 44, 158
HSL0.91, 1, 0.59
HSV328°, 83°, 100°
XYZ48.32, 25.54, 34.73
Base Numbers
Base Red Green Blue
Binary 11111111 101100 10011110
Octal 377 54 236
Decimal 255 44 158
Hex FF 2C 9E

RGB Percentages for Color #ff2c9e

55.8%
9.63%
34.57%

CMYK Percentages of the Color #ff2c9e

82.75%
38.04%
CSS Codes for Color #ff2c9e
.mybgColor {background-color: #ff2c9e;}
.myforeColor {color: #ff2c9e;}
.myborderColor {border:3px solid #ff2c9e;}
Text Font Color #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,

Background Color #ff2c9e

<div style="background-color:#ff2c9e">Div content here</div>

The background color of this div is #ff2c9e
Border Color #ff2c9e

<div style="border:3px solid #ff2c9e">Div here</div>

The border color of this div is #ff2c9e
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255, 44, 158, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #ff2c9e;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #ff2c9e

Scroll to Top