Color spaces of #f85057
RGB | 248 | 80 | 87 |
---|---|---|---|
HSL | 0.99 | 0.92 | 0.64 |
HSV | 358° | 68° | 97° |
CMYK | 0.00 | 0.68 | 0.65 0.03 |
XYZ | 43.3004 | 26.3819 | 11.8269 |
Yxy | 26.3819 | 0.5312 | 0.3237 |
Hunter Lab | 51.3633 | 60.5936 | 22.3022 |
CIE-Lab | 58.3978 | 64.0485 | 32.8460 |
#f85057 color RGB value is (248,80,87).
#f85057 hex color red value is 248, green value is 80 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #f85057 hue: 0.99 , saturation: 0.92 and the lightness value of f85057 is 0.64.
The process color (four color CMYK) of #f85057 color hex is 0.00, 0.68, 0.65, 0.03. Web safe color of #f85057 is #ff6666. Color #f85057 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01010000 | 01010111 |
Octal | 370 | 120 | 127 |
Decimal | 248 | 80 | 87 |
Hex | F8 | 50 | 57 |
Shades of #f85057
Tints of #f85057
RGB Percentages of Color #f85057
CMYK Percentages of Color #f85057
Complementary Color
#f85057 | #50f8f1 |
#f85057 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f85057 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f85057 Color CSS Codes
.mybgcolor {background-color:#f85057; } .myforecolor {color:#f85057; } .mybordercolor {border:3px solid #f85057; }
#f85057 Text Font Color
<p style="color:#f85057">Text here</p>
This sample text font color is #f85057
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.
#f85057 Background Color
<div style="background-color:#f85057">
Div content here</div>
This div background color is #f85057
#f85057 Border Color
<div style="border:3px solid #f85057">
Div here</div>
This div border color is #f85057
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,80,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f85057; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f85057; -webkit-box-shadow: 1px 1px 3px 2px #f85057; box-shadow: 1px 1px 3px 2px #f85057; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,80,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f85057">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f85057; -webkit-box-shadow: 1px 1px 3px 2px #f85057; box-shadow: 1px 1px 3px 2px #f85057;">
Div content here</div>
This div box has shadow with color #f85057
Comments
No comments written yet.
Please login to write comment.