Color spaces of #fd7079
RGB | 253 | 112 | 121 |
---|---|---|---|
HSL | 0.99 | 0.97 | 0.72 |
HSV | 356° | 56° | 99° |
CMYK | 0.00 | 0.56 | 0.52 0.01 |
XYZ | 49.7534 | 33.8515 | 22.0009 |
Yxy | 33.8515 | 0.4711 | 0.3205 |
Hunter Lab | 58.1820 | 50.8227 | 18.3076 |
CIE-Lab | 64.8445 | 54.4949 | 22.0262 |
#fd7079 color RGB value is (253,112,121).
#fd7079 hex color red value is 253, green value is 112 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fd7079 hue: 0.99 , saturation: 0.97 and the lightness value of fd7079 is 0.72.
The process color (four color CMYK) of #fd7079 color hex is 0.00, 0.56, 0.52, 0.01. Web safe color of #fd7079 is #ff6666. Color #fd7079 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01110000 | 01111001 |
Octal | 375 | 160 | 171 |
Decimal | 253 | 112 | 121 |
Hex | FD | 70 | 79 |
Shades of #fd7079
Tints of #fd7079
RGB Percentages of Color #fd7079
CMYK Percentages of Color #fd7079
Complementary Color
#fd7079 | #70fdf4 |
#fd7079 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd7079 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd7079 Color CSS Codes
.mybgcolor {background-color:#fd7079; } .myforecolor {color:#fd7079; } .mybordercolor {border:3px solid #fd7079; }
#fd7079 Text Font Color
<p style="color:#fd7079">Text here</p>
This sample text font color is #fd7079
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.
#fd7079 Background Color
<div style="background-color:#fd7079">
Div content here</div>
This div background color is #fd7079
#fd7079 Border Color
<div style="border:3px solid #fd7079">
Div here</div>
This div border color is #fd7079
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,112,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd7079; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd7079; -webkit-box-shadow: 1px 1px 3px 2px #fd7079; box-shadow: 1px 1px 3px 2px #fd7079; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,112,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd7079">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd7079; -webkit-box-shadow: 1px 1px 3px 2px #fd7079; box-shadow: 1px 1px 3px 2px #fd7079;">
Div content here</div>
This div box has shadow with color #fd7079
Comments
No comments written yet.
Please login to write comment.