Color spaces of #f78cfe
RGB | 247 | 140 | 254 |
---|---|---|---|
HSL | 0.82 | 0.98 | 0.77 |
HSV | 296° | 45° | 100° |
CMYK | 0.03 | 0.45 | 0.00 0.00 |
XYZ | 65.6252 | 45.6861 | 99.1254 |
Yxy | 45.6861 | 0.3119 | 0.2171 |
Hunter Lab | 67.5915 | 55.0222 | -39.6369 |
CIE-Lab | 73.3414 | 56.8316 | -39.8008 |
#f78cfe color RGB value is (247,140,254).
#f78cfe hex color red value is 247, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f78cfe hue: 0.82 , saturation: 0.98 and the lightness value of f78cfe is 0.77.
The process color (four color CMYK) of #f78cfe color hex is 0.03, 0.45, 0.00, 0.00. Web safe color of #f78cfe is #ff99ff. Color #f78cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 10001100 | 11111110 |
Octal | 367 | 214 | 376 |
Decimal | 247 | 140 | 254 |
Hex | F7 | 8C | FE |
Shades of #f78cfe
Tints of #f78cfe
RGB Percentages of Color #f78cfe
CMYK Percentages of Color #f78cfe
Complementary Color
#f78cfe | #93fe8c |
#f78cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f78cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f78cfe Color CSS Codes
.mybgcolor {background-color:#f78cfe; } .myforecolor {color:#f78cfe; } .mybordercolor {border:3px solid #f78cfe; }
#f78cfe Text Font Color
<p style="color:#f78cfe">Text here</p>
This sample text font color is #f78cfe
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.
#f78cfe Background Color
<div style="background-color:#f78cfe">
Div content here</div>
This div background color is #f78cfe
#f78cfe Border Color
<div style="border:3px solid #f78cfe">
Div here</div>
This div border color is #f78cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,140,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f78cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f78cfe; -webkit-box-shadow: 1px 1px 3px 2px #f78cfe; box-shadow: 1px 1px 3px 2px #f78cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,140,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f78cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f78cfe; -webkit-box-shadow: 1px 1px 3px 2px #f78cfe; box-shadow: 1px 1px 3px 2px #f78cfe;">
Div content here</div>
This div box has shadow with color #f78cfe
Related Colors
Comments
No comments written yet.
Please login to write comment.