Color spaces of #f748af
RGB | 247 | 72 | 175 |
---|---|---|---|
HSL | 0.90 | 0.92 | 0.63 |
HSV | 325° | 71° | 97° |
CMYK | 0.00 | 0.71 | 0.29 0.03 |
XYZ | 48.4130 | 27.5040 | 43.3146 |
Yxy | 27.5040 | 0.4060 | 0.2307 |
Hunter Lab | 52.4443 | 73.0017 | -12.2576 |
CIE-Lab | 59.4380 | 74.1473 | -17.0262 |
#f748af color RGB value is (247,72,175).
#f748af hex color red value is 247, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f748af hue: 0.90 , saturation: 0.92 and the lightness value of f748af is 0.63.
The process color (four color CMYK) of #f748af color hex is 0.00, 0.71, 0.29, 0.03. Web safe color of #f748af is #ff3399. Color #f748af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01001000 | 10101111 |
Octal | 367 | 110 | 257 |
Decimal | 247 | 72 | 175 |
Hex | F7 | 48 | AF |
Shades of #f748af
Tints of #f748af
RGB Percentages of Color #f748af
CMYK Percentages of Color #f748af
Complementary Color
#f748af | #48f790 |
#f748af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f748af Color Preview on White Background
Lorem ipsum dolor sit amet.
#f748af Color CSS Codes
.mybgcolor {background-color:#f748af; } .myforecolor {color:#f748af; } .mybordercolor {border:3px solid #f748af; }
#f748af Text Font Color
<p style="color:#f748af">Text here</p>
This sample text font color is #f748af
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.
#f748af Background Color
<div style="background-color:#f748af">
Div content here</div>
This div background color is #f748af
#f748af Border Color
<div style="border:3px solid #f748af">
Div here</div>
This div border color is #f748af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,72,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f748af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f748af; -webkit-box-shadow: 1px 1px 3px 2px #f748af; box-shadow: 1px 1px 3px 2px #f748af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,72,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f748af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f748af; -webkit-box-shadow: 1px 1px 3px 2px #f748af; box-shadow: 1px 1px 3px 2px #f748af;">
Div content here</div>
This div box has shadow with color #f748af
Comments
No comments written yet.
Please login to write comment.