Color spaces of #f74bbe
RGB | 247 | 75 | 190 |
---|---|---|---|
HSL | 0.89 | 0.91 | 0.63 |
HSV | 320° | 70° | 97° |
CMYK | 0.00 | 0.70 | 0.23 0.03 |
XYZ | 50.1681 | 28.5240 | 51.5767 |
Yxy | 28.5240 | 0.3851 | 0.2190 |
Hunter Lab | 53.4079 | 74.2083 | -19.8717 |
CIE-Lab | 60.3592 | 74.9446 | -24.2516 |
#f74bbe color RGB value is (247,75,190).
#f74bbe hex color red value is 247, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f74bbe hue: 0.89 , saturation: 0.91 and the lightness value of f74bbe is 0.63.
The process color (four color CMYK) of #f74bbe color hex is 0.00, 0.70, 0.23, 0.03. Web safe color of #f74bbe is #ff33cc. Color #f74bbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01001011 | 10111110 |
Octal | 367 | 113 | 276 |
Decimal | 247 | 75 | 190 |
Hex | F7 | 4B | BE |
Shades of #f74bbe
Tints of #f74bbe
RGB Percentages of Color #f74bbe
CMYK Percentages of Color #f74bbe
Complementary Color
#f74bbe | #4bf784 |
#f74bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f74bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f74bbe Color CSS Codes
.mybgcolor {background-color:#f74bbe; } .myforecolor {color:#f74bbe; } .mybordercolor {border:3px solid #f74bbe; }
#f74bbe Text Font Color
<p style="color:#f74bbe">Text here</p>
This sample text font color is #f74bbe
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.
#f74bbe Background Color
<div style="background-color:#f74bbe">
Div content here</div>
This div background color is #f74bbe
#f74bbe Border Color
<div style="border:3px solid #f74bbe">
Div here</div>
This div border color is #f74bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,75,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f74bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f74bbe; -webkit-box-shadow: 1px 1px 3px 2px #f74bbe; box-shadow: 1px 1px 3px 2px #f74bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,75,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f74bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f74bbe; -webkit-box-shadow: 1px 1px 3px 2px #f74bbe; box-shadow: 1px 1px 3px 2px #f74bbe;">
Div content here</div>
This div box has shadow with color #f74bbe
Comments
No comments written yet.
Please login to write comment.