Color spaces of #f46bba
RGB | 244 | 107 | 186 |
---|---|---|---|
HSL | 0.90 | 0.86 | 0.69 |
HSV | 325° | 56° | 96° |
CMYK | 0.00 | 0.56 | 0.24 0.04 |
XYZ | 51.4288 | 33.2937 | 50.1701 |
Yxy | 33.2937 | 0.3813 | 0.2468 |
Hunter Lab | 57.7007 | 58.1214 | -11.1615 |
CIE-Lab | 64.3980 | 60.8928 | -15.8578 |
#f46bba color RGB value is (244,107,186).
#f46bba hex color red value is 244, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f46bba hue: 0.90 , saturation: 0.86 and the lightness value of f46bba is 0.69.
The process color (four color CMYK) of #f46bba color hex is 0.00, 0.56, 0.24, 0.04. Web safe color of #f46bba is #ff66cc. Color #f46bba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01101011 | 10111010 |
Octal | 364 | 153 | 272 |
Decimal | 244 | 107 | 186 |
Hex | F4 | 6B | BA |
Shades of #f46bba
Tints of #f46bba
RGB Percentages of Color #f46bba
CMYK Percentages of Color #f46bba
Complementary Color
#f46bba | #6bf4a5 |
#f46bba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f46bba Color Preview on White Background
Lorem ipsum dolor sit amet.
#f46bba Color CSS Codes
.mybgcolor {background-color:#f46bba; } .myforecolor {color:#f46bba; } .mybordercolor {border:3px solid #f46bba; }
#f46bba Text Font Color
<p style="color:#f46bba">Text here</p>
This sample text font color is #f46bba
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.
#f46bba Background Color
<div style="background-color:#f46bba">
Div content here</div>
This div background color is #f46bba
#f46bba Border Color
<div style="border:3px solid #f46bba">
Div here</div>
This div border color is #f46bba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,107,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f46bba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f46bba; -webkit-box-shadow: 1px 1px 3px 2px #f46bba; box-shadow: 1px 1px 3px 2px #f46bba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,107,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f46bba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f46bba; -webkit-box-shadow: 1px 1px 3px 2px #f46bba; box-shadow: 1px 1px 3px 2px #f46bba;">
Div content here</div>
This div box has shadow with color #f46bba
Comments
No comments written yet.
Please login to write comment.