Color spaces of #f7917c
RGB | 247 | 145 | 124 |
---|---|---|---|
HSL | 0.03 | 0.88 | 0.73 |
HSV | 10° | 50° | 97° |
CMYK | 0.00 | 0.41 | 0.50 0.03 |
XYZ | 52.1213 | 41.4802 | 24.3282 |
Yxy | 41.4802 | 0.4420 | 0.3517 |
Hunter Lab | 64.4051 | 31.7462 | 22.6876 |
CIE-Lab | 70.5111 | 36.3641 | 27.7958 |
#f7917c color RGB value is (247,145,124).
#f7917c hex color red value is 247, green value is 145 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #f7917c hue: 0.03 , saturation: 0.88 and the lightness value of f7917c is 0.73.
The process color (four color CMYK) of #f7917c color hex is 0.00, 0.41, 0.50, 0.03. Web safe color of #f7917c is #ff9966. Color #f7917c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 10010001 | 01111100 |
Octal | 367 | 221 | 174 |
Decimal | 247 | 145 | 124 |
Hex | F7 | 91 | 7C |
Shades of #f7917c
Tints of #f7917c
RGB Percentages of Color #f7917c
CMYK Percentages of Color #f7917c
Complementary Color
#f7917c | #7ce2f7 |
#f7917c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7917c Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7917c Color CSS Codes
.mybgcolor {background-color:#f7917c; } .myforecolor {color:#f7917c; } .mybordercolor {border:3px solid #f7917c; }
#f7917c Text Font Color
<p style="color:#f7917c">Text here</p>
This sample text font color is #f7917c
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.
#f7917c Background Color
<div style="background-color:#f7917c">
Div content here</div>
This div background color is #f7917c
#f7917c Border Color
<div style="border:3px solid #f7917c">
Div here</div>
This div border color is #f7917c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,145,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7917c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7917c; -webkit-box-shadow: 1px 1px 3px 2px #f7917c; box-shadow: 1px 1px 3px 2px #f7917c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,145,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7917c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7917c; -webkit-box-shadow: 1px 1px 3px 2px #f7917c; box-shadow: 1px 1px 3px 2px #f7917c;">
Div content here</div>
This div box has shadow with color #f7917c
Comments
No comments written yet.
Please login to write comment.