Color spaces of #f88793
RGB | 248 | 135 | 147 |
---|---|---|---|
HSL | 0.98 | 0.89 | 0.75 |
HSV | 354° | 46° | 97° |
CMYK | 0.00 | 0.46 | 0.41 0.03 |
XYZ | 52.6418 | 39.3910 | 32.4325 |
Yxy | 39.3910 | 0.4229 | 0.3165 |
Hunter Lab | 62.7622 | 39.8828 | 13.2954 |
CIE-Lab | 69.0336 | 44.0904 | 13.0413 |
#f88793 color RGB value is (248,135,147).
#f88793 hex color red value is 248, green value is 135 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f88793 hue: 0.98 , saturation: 0.89 and the lightness value of f88793 is 0.75.
The process color (four color CMYK) of #f88793 color hex is 0.00, 0.46, 0.41, 0.03. Web safe color of #f88793 is #ff9999. Color #f88793 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10000111 | 10010011 |
Octal | 370 | 207 | 223 |
Decimal | 248 | 135 | 147 |
Hex | F8 | 87 | 93 |
Shades of #f88793
Tints of #f88793
RGB Percentages of Color #f88793
CMYK Percentages of Color #f88793
Complementary Color
#f88793 | #87f8ec |
#f88793 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f88793 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f88793 Color CSS Codes
.mybgcolor {background-color:#f88793; } .myforecolor {color:#f88793; } .mybordercolor {border:3px solid #f88793; }
#f88793 Text Font Color
<p style="color:#f88793">Text here</p>
This sample text font color is #f88793
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.
#f88793 Background Color
<div style="background-color:#f88793">
Div content here</div>
This div background color is #f88793
#f88793 Border Color
<div style="border:3px solid #f88793">
Div here</div>
This div border color is #f88793
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,135,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f88793; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f88793; -webkit-box-shadow: 1px 1px 3px 2px #f88793; box-shadow: 1px 1px 3px 2px #f88793; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,135,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f88793">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f88793; -webkit-box-shadow: 1px 1px 3px 2px #f88793; box-shadow: 1px 1px 3px 2px #f88793;">
Div content here</div>
This div box has shadow with color #f88793
Comments
No comments written yet.
Please login to write comment.