Color spaces of #f734bb
RGB | 247 | 52 | 187 |
---|---|---|---|
HSL | 0.88 | 0.92 | 0.59 |
HSV | 318° | 79° | 97° |
CMYK | 0.00 | 0.79 | 0.24 0.03 |
XYZ | 48.5554 | 25.8180 | 49.4379 |
Yxy | 25.8180 | 0.3922 | 0.2085 |
Hunter Lab | 50.8114 | 81.6547 | -22.1193 |
CIE-Lab | 57.8639 | 81.3232 | -26.3683 |
#f734bb color RGB value is (247,52,187).
#f734bb hex color red value is 247, green value is 52 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f734bb hue: 0.88 , saturation: 0.92 and the lightness value of f734bb is 0.59.
The process color (four color CMYK) of #f734bb color hex is 0.00, 0.79, 0.24, 0.03. Web safe color of #f734bb is #ff33cc. Color #f734bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00110100 | 10111011 |
Octal | 367 | 64 | 273 |
Decimal | 247 | 52 | 187 |
Hex | F7 | 34 | BB |
Shades of #f734bb
Tints of #f734bb
RGB Percentages of Color #f734bb
CMYK Percentages of Color #f734bb
Complementary Color
#f734bb | #34f770 |
#f734bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f734bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f734bb Color CSS Codes
.mybgcolor {background-color:#f734bb; } .myforecolor {color:#f734bb; } .mybordercolor {border:3px solid #f734bb; }
#f734bb Text Font Color
<p style="color:#f734bb">Text here</p>
This sample text font color is #f734bb
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.
#f734bb Background Color
<div style="background-color:#f734bb">
Div content here</div>
This div background color is #f734bb
#f734bb Border Color
<div style="border:3px solid #f734bb">
Div here</div>
This div border color is #f734bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,52,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f734bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f734bb; -webkit-box-shadow: 1px 1px 3px 2px #f734bb; box-shadow: 1px 1px 3px 2px #f734bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,52,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 #f734bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f734bb; -webkit-box-shadow: 1px 1px 3px 2px #f734bb; box-shadow: 1px 1px 3px 2px #f734bb;">
Div content here</div>
This div box has shadow with color #f734bb
Comments
No comments written yet.
Please login to write comment.