Color spaces of #f88aaa
RGB | 248 | 138 | 170 |
---|---|---|---|
HSL | 0.95 | 0.89 | 0.76 |
HSV | 343° | 44° | 97° |
CMYK | 0.00 | 0.44 | 0.31 0.03 |
XYZ | 55.0556 | 41.0357 | 43.0491 |
Yxy | 41.0357 | 0.3957 | 0.2949 |
Hunter Lab | 64.0591 | 41.3084 | 4.9972 |
CIE-Lab | 70.2009 | 45.2411 | 1.8318 |
#f88aaa color RGB value is (248,138,170).
#f88aaa hex color red value is 248, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f88aaa hue: 0.95 , saturation: 0.89 and the lightness value of f88aaa is 0.76.
The process color (four color CMYK) of #f88aaa color hex is 0.00, 0.44, 0.31, 0.03. Web safe color of #f88aaa is #ff9999. Color #f88aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10001010 | 10101010 |
Octal | 370 | 212 | 252 |
Decimal | 248 | 138 | 170 |
Hex | F8 | 8A | AA |
Shades of #f88aaa
Tints of #f88aaa
RGB Percentages of Color #f88aaa
CMYK Percentages of Color #f88aaa
Complementary Color
#f88aaa | #8af8d8 |
#f88aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f88aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f88aaa Color CSS Codes
.mybgcolor {background-color:#f88aaa; } .myforecolor {color:#f88aaa; } .mybordercolor {border:3px solid #f88aaa; }
#f88aaa Text Font Color
<p style="color:#f88aaa">Text here</p>
This sample text font color is #f88aaa
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.
#f88aaa Background Color
<div style="background-color:#f88aaa">
Div content here</div>
This div background color is #f88aaa
#f88aaa Border Color
<div style="border:3px solid #f88aaa">
Div here</div>
This div border color is #f88aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,138,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f88aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f88aaa; -webkit-box-shadow: 1px 1px 3px 2px #f88aaa; box-shadow: 1px 1px 3px 2px #f88aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,138,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f88aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f88aaa; -webkit-box-shadow: 1px 1px 3px 2px #f88aaa; box-shadow: 1px 1px 3px 2px #f88aaa;">
Div content here</div>
This div box has shadow with color #f88aaa
Comments
No comments written yet.
Please login to write comment.