Color spaces of #fe729e
RGB | 254 | 114 | 158 |
---|---|---|---|
HSL | 0.95 | 0.99 | 0.72 |
HSV | 341° | 55° | 100° |
CMYK | 0.00 | 0.55 | 0.38 0.00 |
XYZ | 53.0619 | 35.5741 | 36.4176 |
Yxy | 35.5741 | 0.4243 | 0.2845 |
Hunter Lab | 59.6440 | 54.4243 | 5.5494 |
CIE-Lab | 66.1932 | 57.4226 | 2.8834 |
#fe729e color RGB value is (254,114,158).
#fe729e hex color red value is 254, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fe729e hue: 0.95 , saturation: 0.99 and the lightness value of fe729e is 0.72.
The process color (four color CMYK) of #fe729e color hex is 0.00, 0.55, 0.38, 0.00. Web safe color of #fe729e is #ff6699. Color #fe729e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01110010 | 10011110 |
Octal | 376 | 162 | 236 |
Decimal | 254 | 114 | 158 |
Hex | FE | 72 | 9E |
Shades of #fe729e
Tints of #fe729e
RGB Percentages of Color #fe729e
CMYK Percentages of Color #fe729e
Complementary Color
#fe729e | #72fed2 |
#fe729e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe729e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe729e Color CSS Codes
.mybgcolor {background-color:#fe729e; } .myforecolor {color:#fe729e; } .mybordercolor {border:3px solid #fe729e; }
#fe729e Text Font Color
<p style="color:#fe729e">Text here</p>
This sample text font color is #fe729e
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.
#fe729e Background Color
<div style="background-color:#fe729e">
Div content here</div>
This div background color is #fe729e
#fe729e Border Color
<div style="border:3px solid #fe729e">
Div here</div>
This div border color is #fe729e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,114,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe729e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe729e; -webkit-box-shadow: 1px 1px 3px 2px #fe729e; box-shadow: 1px 1px 3px 2px #fe729e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,114,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe729e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe729e; -webkit-box-shadow: 1px 1px 3px 2px #fe729e; box-shadow: 1px 1px 3px 2px #fe729e;">
Div content here</div>
This div box has shadow with color #fe729e
Comments
No comments written yet.
Please login to write comment.