Color spaces of #f745ac
RGB | 247 | 69 | 172 |
---|---|---|---|
HSL | 0.90 | 0.92 | 0.62 |
HSV | 325° | 72° | 97° |
CMYK | 0.00 | 0.72 | 0.30 0.03 |
XYZ | 47.9323 | 27.0090 | 41.7167 |
Yxy | 27.0090 | 0.4109 | 0.2315 |
Hunter Lab | 51.9702 | 73.6834 | -11.2132 |
CIE-Lab | 58.9827 | 74.7838 | -15.9798 |
#f745ac color RGB value is (247,69,172).
#f745ac hex color red value is 247, green value is 69 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f745ac hue: 0.90 , saturation: 0.92 and the lightness value of f745ac is 0.62.
The process color (four color CMYK) of #f745ac color hex is 0.00, 0.72, 0.30, 0.03. Web safe color of #f745ac is #ff3399. Color #f745ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01000101 | 10101100 |
Octal | 367 | 105 | 254 |
Decimal | 247 | 69 | 172 |
Hex | F7 | 45 | AC |
Shades of #f745ac
Tints of #f745ac
RGB Percentages of Color #f745ac
CMYK Percentages of Color #f745ac
Complementary Color
#f745ac | #45f790 |
#f745ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f745ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f745ac Color CSS Codes
.mybgcolor {background-color:#f745ac; } .myforecolor {color:#f745ac; } .mybordercolor {border:3px solid #f745ac; }
#f745ac Text Font Color
<p style="color:#f745ac">Text here</p>
This sample text font color is #f745ac
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.
#f745ac Background Color
<div style="background-color:#f745ac">
Div content here</div>
This div background color is #f745ac
#f745ac Border Color
<div style="border:3px solid #f745ac">
Div here</div>
This div border color is #f745ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,69,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f745ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f745ac; -webkit-box-shadow: 1px 1px 3px 2px #f745ac; box-shadow: 1px 1px 3px 2px #f745ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,69,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f745ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f745ac; -webkit-box-shadow: 1px 1px 3px 2px #f745ac; box-shadow: 1px 1px 3px 2px #f745ac;">
Div content here</div>
This div box has shadow with color #f745ac
Comments
No comments written yet.
Please login to write comment.