Color spaces of #f73dab
RGB | 247 | 61 | 171 |
---|---|---|---|
HSL | 0.90 | 0.92 | 0.60 |
HSV | 325° | 75° | 97° |
CMYK | 0.00 | 0.75 | 0.31 0.03 |
XYZ | 47.3772 | 26.0519 | 41.0595 |
Yxy | 26.0519 | 0.4138 | 0.2276 |
Hunter Lab | 51.0411 | 76.3649 | -11.9665 |
CIE-Lab | 58.0863 | 77.1052 | -16.7584 |
#f73dab color RGB value is (247,61,171).
#f73dab hex color red value is 247, green value is 61 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f73dab hue: 0.90 , saturation: 0.92 and the lightness value of f73dab is 0.60.
The process color (four color CMYK) of #f73dab color hex is 0.00, 0.75, 0.31, 0.03. Web safe color of #f73dab is #ff3399. Color #f73dab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00111101 | 10101011 |
Octal | 367 | 75 | 253 |
Decimal | 247 | 61 | 171 |
Hex | F7 | 3D | AB |
Shades of #f73dab
Tints of #f73dab
RGB Percentages of Color #f73dab
CMYK Percentages of Color #f73dab
Complementary Color
#f73dab | #3df789 |
#f73dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f73dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#f73dab Color CSS Codes
.mybgcolor {background-color:#f73dab; } .myforecolor {color:#f73dab; } .mybordercolor {border:3px solid #f73dab; }
#f73dab Text Font Color
<p style="color:#f73dab">Text here</p>
This sample text font color is #f73dab
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.
#f73dab Background Color
<div style="background-color:#f73dab">
Div content here</div>
This div background color is #f73dab
#f73dab Border Color
<div style="border:3px solid #f73dab">
Div here</div>
This div border color is #f73dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,61,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f73dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f73dab; -webkit-box-shadow: 1px 1px 3px 2px #f73dab; box-shadow: 1px 1px 3px 2px #f73dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,61,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f73dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f73dab; -webkit-box-shadow: 1px 1px 3px 2px #f73dab; box-shadow: 1px 1px 3px 2px #f73dab;">
Div content here</div>
This div box has shadow with color #f73dab
Comments
No comments written yet.
Please login to write comment.