Color spaces of #fe297e
RGB | 254 | 41 | 126 |
---|---|---|---|
HSL | 0.93 | 0.99 | 0.58 |
HSV | 336° | 84° | 100° |
CMYK | 0.00 | 0.84 | 0.50 0.00 |
XYZ | 45.4319 | 24.1631 | 22.0081 |
Yxy | 24.1631 | 0.4960 | 0.2638 |
Hunter Lab | 49.1560 | 78.9538 | 7.8639 |
CIE-Lab | 56.2507 | 79.5151 | 7.1965 |
#fe297e color RGB value is (254,41,126).
#fe297e hex color red value is 254, green value is 41 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fe297e hue: 0.93 , saturation: 0.99 and the lightness value of fe297e is 0.58.
The process color (four color CMYK) of #fe297e color hex is 0.00, 0.84, 0.50, 0.00. Web safe color of #fe297e is #ff3366. Color #fe297e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00101001 | 01111110 |
Octal | 376 | 51 | 176 |
Decimal | 254 | 41 | 126 |
Hex | FE | 29 | 7E |
Shades of #fe297e
Tints of #fe297e
RGB Percentages of Color #fe297e
CMYK Percentages of Color #fe297e
Complementary Color
#fe297e | #29fea9 |
#fe297e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe297e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe297e Color CSS Codes
.mybgcolor {background-color:#fe297e; } .myforecolor {color:#fe297e; } .mybordercolor {border:3px solid #fe297e; }
#fe297e Text Font Color
<p style="color:#fe297e">Text here</p>
This sample text font color is #fe297e
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.
#fe297e Background Color
<div style="background-color:#fe297e">
Div content here</div>
This div background color is #fe297e
#fe297e Border Color
<div style="border:3px solid #fe297e">
Div here</div>
This div border color is #fe297e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,41,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe297e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe297e; -webkit-box-shadow: 1px 1px 3px 2px #fe297e; box-shadow: 1px 1px 3px 2px #fe297e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,41,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe297e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe297e; -webkit-box-shadow: 1px 1px 3px 2px #fe297e; box-shadow: 1px 1px 3px 2px #fe297e;">
Div content here</div>
This div box has shadow with color #fe297e
Comments
No comments written yet.
Please login to write comment.