Color spaces of #f87295
RGB | 248 | 114 | 149 |
---|---|---|---|
HSL | 0.96 | 0.91 | 0.71 |
HSV | 344° | 54° | 97° |
CMYK | 0.00 | 0.54 | 0.40 0.03 |
XYZ | 50.1535 | 34.1610 | 32.3841 |
Yxy | 34.1610 | 0.4298 | 0.2927 |
Hunter Lab | 58.4474 | 50.8872 | 8.0622 |
CIE-Lab | 65.0902 | 54.5134 | 6.3088 |
#f87295 color RGB value is (248,114,149).
#f87295 hex color red value is 248, green value is 114 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f87295 hue: 0.96 , saturation: 0.91 and the lightness value of f87295 is 0.71.
The process color (four color CMYK) of #f87295 color hex is 0.00, 0.54, 0.40, 0.03. Web safe color of #f87295 is #ff6699. Color #f87295 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01110010 | 10010101 |
Octal | 370 | 162 | 225 |
Decimal | 248 | 114 | 149 |
Hex | F8 | 72 | 95 |
Shades of #f87295
Tints of #f87295
RGB Percentages of Color #f87295
CMYK Percentages of Color #f87295
Complementary Color
#f87295 | #72f8d5 |
#f87295 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f87295 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f87295 Color CSS Codes
.mybgcolor {background-color:#f87295; } .myforecolor {color:#f87295; } .mybordercolor {border:3px solid #f87295; }
#f87295 Text Font Color
<p style="color:#f87295">Text here</p>
This sample text font color is #f87295
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.
#f87295 Background Color
<div style="background-color:#f87295">
Div content here</div>
This div background color is #f87295
#f87295 Border Color
<div style="border:3px solid #f87295">
Div here</div>
This div border color is #f87295
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,114,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f87295; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f87295; -webkit-box-shadow: 1px 1px 3px 2px #f87295; box-shadow: 1px 1px 3px 2px #f87295; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,114,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f87295">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f87295; -webkit-box-shadow: 1px 1px 3px 2px #f87295; box-shadow: 1px 1px 3px 2px #f87295;">
Div content here</div>
This div box has shadow with color #f87295
Comments
No comments written yet.
Please login to write comment.