Color spaces of #f72ebb
RGB | 247 | 46 | 187 |
---|---|---|---|
HSL | 0.88 | 0.93 | 0.57 |
HSV | 318° | 81° | 97° |
CMYK | 0.00 | 0.81 | 0.24 0.03 |
XYZ | 48.3044 | 25.3160 | 49.3543 |
Yxy | 25.3160 | 0.3928 | 0.2059 |
Hunter Lab | 50.3150 | 83.3158 | -22.9374 |
CIE-Lab | 57.3820 | 82.7103 | -27.1124 |
#f72ebb color RGB value is (247,46,187).
#f72ebb hex color red value is 247, green value is 46 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f72ebb hue: 0.88 , saturation: 0.93 and the lightness value of f72ebb is 0.57.
The process color (four color CMYK) of #f72ebb color hex is 0.00, 0.81, 0.24, 0.03. Web safe color of #f72ebb is #ff33cc. Color #f72ebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00101110 | 10111011 |
Octal | 367 | 56 | 273 |
Decimal | 247 | 46 | 187 |
Hex | F7 | 2E | BB |
Shades of #f72ebb
Tints of #f72ebb
RGB Percentages of Color #f72ebb
CMYK Percentages of Color #f72ebb
Complementary Color
#f72ebb | #2ef76a |
#f72ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f72ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f72ebb Color CSS Codes
.mybgcolor {background-color:#f72ebb; } .myforecolor {color:#f72ebb; } .mybordercolor {border:3px solid #f72ebb; }
#f72ebb Text Font Color
<p style="color:#f72ebb">Text here</p>
This sample text font color is #f72ebb
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.
#f72ebb Background Color
<div style="background-color:#f72ebb">
Div content here</div>
This div background color is #f72ebb
#f72ebb Border Color
<div style="border:3px solid #f72ebb">
Div here</div>
This div border color is #f72ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,46,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f72ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f72ebb; -webkit-box-shadow: 1px 1px 3px 2px #f72ebb; box-shadow: 1px 1px 3px 2px #f72ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,46,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f72ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f72ebb; -webkit-box-shadow: 1px 1px 3px 2px #f72ebb; box-shadow: 1px 1px 3px 2px #f72ebb;">
Div content here</div>
This div box has shadow with color #f72ebb
Comments
No comments written yet.
Please login to write comment.