Color spaces of #f8064e
RGB | 248 | 6 | 78 |
---|---|---|---|
HSL | 0.95 | 0.95 | 0.50 |
HSV | 342° | 98° | 97° |
CMYK | 0.00 | 0.98 | 0.69 0.03 |
XYZ | 40.1517 | 20.6368 | 9.0748 |
Yxy | 20.6368 | 0.5747 | 0.2954 |
Hunter Lab | 45.4277 | 78.2702 | 19.9555 |
CIE-Lab | 52.5497 | 79.6947 | 30.8272 |
#f8064e color RGB value is (248,6,78).
#f8064e hex color red value is 248, green value is 6 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f8064e hue: 0.95 , saturation: 0.95 and the lightness value of f8064e is 0.50.
The process color (four color CMYK) of #f8064e color hex is 0.00, 0.98, 0.69, 0.03. Web safe color of #f8064e is #ff0066. Color #f8064e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00000110 | 01001110 |
Octal | 370 | 6 | 116 |
Decimal | 248 | 6 | 78 |
Hex | F8 | 6 | 4E |
Shades of #f8064e
Tints of #f8064e
RGB Percentages of Color #f8064e
CMYK Percentages of Color #f8064e
Complementary Color
#f8064e | #06f8b0 |
#f8064e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8064e Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8064e Color CSS Codes
.mybgcolor {background-color:#f8064e; } .myforecolor {color:#f8064e; } .mybordercolor {border:3px solid #f8064e; }
#f8064e Text Font Color
<p style="color:#f8064e">Text here</p>
This sample text font color is #f8064e
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.
#f8064e Background Color
<div style="background-color:#f8064e">
Div content here</div>
This div background color is #f8064e
#f8064e Border Color
<div style="border:3px solid #f8064e">
Div here</div>
This div border color is #f8064e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,6,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8064e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8064e; -webkit-box-shadow: 1px 1px 3px 2px #f8064e; box-shadow: 1px 1px 3px 2px #f8064e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,6,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f8064e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8064e; -webkit-box-shadow: 1px 1px 3px 2px #f8064e; box-shadow: 1px 1px 3px 2px #f8064e;">
Div content here</div>
This div box has shadow with color #f8064e
Comments
No comments written yet.
Please login to write comment.