Color spaces of #f490ed
RGB | 244 | 144 | 237 |
---|---|---|---|
HSL | 0.85 | 0.82 | 0.76 |
HSV | 304° | 41° | 96° |
CMYK | 0.00 | 0.41 | 0.03 0.04 |
XYZ | 62.5675 | 45.2940 | 85.5657 |
Yxy | 45.2940 | 0.3235 | 0.2342 |
Hunter Lab | 67.3008 | 48.1695 | -28.2702 |
CIE-Lab | 73.0851 | 50.9635 | -30.9675 |
#f490ed color RGB value is (244,144,237).
#f490ed hex color red value is 244, green value is 144 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f490ed hue: 0.85 , saturation: 0.82 and the lightness value of f490ed is 0.76.
The process color (four color CMYK) of #f490ed color hex is 0.00, 0.41, 0.03, 0.04. Web safe color of #f490ed is #ff99ff. Color #f490ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10010000 | 11101101 |
Octal | 364 | 220 | 355 |
Decimal | 244 | 144 | 237 |
Hex | F4 | 90 | ED |
Shades of #f490ed
Tints of #f490ed
RGB Percentages of Color #f490ed
CMYK Percentages of Color #f490ed
Complementary Color
#f490ed | #90f497 |
#f490ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f490ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#f490ed Color CSS Codes
.mybgcolor {background-color:#f490ed; } .myforecolor {color:#f490ed; } .mybordercolor {border:3px solid #f490ed; }
#f490ed Text Font Color
<p style="color:#f490ed">Text here</p>
This sample text font color is #f490ed
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.
#f490ed Background Color
<div style="background-color:#f490ed">
Div content here</div>
This div background color is #f490ed
#f490ed Border Color
<div style="border:3px solid #f490ed">
Div here</div>
This div border color is #f490ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,144,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f490ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f490ed; -webkit-box-shadow: 1px 1px 3px 2px #f490ed; box-shadow: 1px 1px 3px 2px #f490ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,144,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f490ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f490ed; -webkit-box-shadow: 1px 1px 3px 2px #f490ed; box-shadow: 1px 1px 3px 2px #f490ed;">
Div content here</div>
This div box has shadow with color #f490ed
Comments
No comments written yet.
Please login to write comment.