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