Color spaces of #f48baf
RGB | 244 | 139 | 175 |
---|---|---|---|
HSL | 0.94 | 0.83 | 0.75 |
HSV | 339° | 43° | 96° |
CMYK | 0.00 | 0.43 | 0.28 0.04 |
XYZ | 54.2787 | 40.7935 | 45.5706 |
Yxy | 40.7935 | 0.3859 | 0.2901 |
Hunter Lab | 63.8698 | 39.9232 | 2.4059 |
CIE-Lab | 70.0310 | 44.0037 | -1.2730 |
#f48baf color RGB value is (244,139,175).
#f48baf hex color red value is 244, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f48baf hue: 0.94 , saturation: 0.83 and the lightness value of f48baf is 0.75.
The process color (four color CMYK) of #f48baf color hex is 0.00, 0.43, 0.28, 0.04. Web safe color of #f48baf is #ff9999. Color #f48baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10001011 | 10101111 |
Octal | 364 | 213 | 257 |
Decimal | 244 | 139 | 175 |
Hex | F4 | 8B | AF |
Shades of #f48baf
Tints of #f48baf
RGB Percentages of Color #f48baf
CMYK Percentages of Color #f48baf
Complementary Color
#f48baf | #8bf4d0 |
#f48baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f48baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f48baf Color CSS Codes
.mybgcolor {background-color:#f48baf; } .myforecolor {color:#f48baf; } .mybordercolor {border:3px solid #f48baf; }
#f48baf Text Font Color
<p style="color:#f48baf">Text here</p>
This sample text font color is #f48baf
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.
#f48baf Background Color
<div style="background-color:#f48baf">
Div content here</div>
This div background color is #f48baf
#f48baf Border Color
<div style="border:3px solid #f48baf">
Div here</div>
This div border color is #f48baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,139,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f48baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f48baf; -webkit-box-shadow: 1px 1px 3px 2px #f48baf; box-shadow: 1px 1px 3px 2px #f48baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,139,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f48baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f48baf; -webkit-box-shadow: 1px 1px 3px 2px #f48baf; box-shadow: 1px 1px 3px 2px #f48baf;">
Div content here</div>
This div box has shadow with color #f48baf
Comments
No comments written yet.
Please login to write comment.