Color spaces of #f49cfe
RGB | 244 | 156 | 254 |
---|---|---|---|
HSL | 0.82 | 0.98 | 0.80 |
HSV | 294° | 39° | 100° |
CMYK | 0.04 | 0.39 | 0.00 0.00 |
XYZ | 67.0861 | 50.1658 | 99.9131 |
Yxy | 50.1658 | 0.3089 | 0.2310 |
Hunter Lab | 70.8278 | 45.1214 | -34.0578 |
CIE-Lab | 76.1709 | 47.8906 | -35.4344 |
#f49cfe color RGB value is (244,156,254).
#f49cfe hex color red value is 244, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f49cfe hue: 0.82 , saturation: 0.98 and the lightness value of f49cfe is 0.80.
The process color (four color CMYK) of #f49cfe color hex is 0.04, 0.39, 0.00, 0.00. Web safe color of #f49cfe is #ff99ff. Color #f49cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10011100 | 11111110 |
Octal | 364 | 234 | 376 |
Decimal | 244 | 156 | 254 |
Hex | F4 | 9C | FE |
Shades of #f49cfe
Tints of #f49cfe
RGB Percentages of Color #f49cfe
CMYK Percentages of Color #f49cfe
Complementary Color
#f49cfe | #a6fe9c |
#f49cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f49cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f49cfe Color CSS Codes
.mybgcolor {background-color:#f49cfe; } .myforecolor {color:#f49cfe; } .mybordercolor {border:3px solid #f49cfe; }
#f49cfe Text Font Color
<p style="color:#f49cfe">Text here</p>
This sample text font color is #f49cfe
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.
#f49cfe Background Color
<div style="background-color:#f49cfe">
Div content here</div>
This div background color is #f49cfe
#f49cfe Border Color
<div style="border:3px solid #f49cfe">
Div here</div>
This div border color is #f49cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,156,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f49cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f49cfe; -webkit-box-shadow: 1px 1px 3px 2px #f49cfe; box-shadow: 1px 1px 3px 2px #f49cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,156,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 #f49cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f49cfe; -webkit-box-shadow: 1px 1px 3px 2px #f49cfe; box-shadow: 1px 1px 3px 2px #f49cfe;">
Div content here</div>
This div box has shadow with color #f49cfe
Comments
No comments written yet.
Please login to write comment.