Color spaces of #f46aea
RGB | 244 | 106 | 234 |
---|---|---|---|
HSL | 0.85 | 0.86 | 0.69 |
HSV | 304° | 57° | 96° |
CMYK | 0.00 | 0.57 | 0.04 0.04 |
XYZ | 57.3135 | 35.4817 | 81.6698 |
Yxy | 35.4817 | 0.3285 | 0.2034 |
Hunter Lab | 59.5665 | 67.5071 | -39.5941 |
CIE-Lab | 66.1220 | 68.4443 | -40.1280 |
#f46aea color RGB value is (244,106,234).
#f46aea hex color red value is 244, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f46aea hue: 0.85 , saturation: 0.86 and the lightness value of f46aea is 0.69.
The process color (four color CMYK) of #f46aea color hex is 0.00, 0.57, 0.04, 0.04. Web safe color of #f46aea is #ff66ff. Color #f46aea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01101010 | 11101010 |
Octal | 364 | 152 | 352 |
Decimal | 244 | 106 | 234 |
Hex | F4 | 6A | EA |
Shades of #f46aea
Tints of #f46aea
RGB Percentages of Color #f46aea
CMYK Percentages of Color #f46aea
Complementary Color
#f46aea | #6af474 |
#f46aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f46aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#f46aea Color CSS Codes
.mybgcolor {background-color:#f46aea; } .myforecolor {color:#f46aea; } .mybordercolor {border:3px solid #f46aea; }
#f46aea Text Font Color
<p style="color:#f46aea">Text here</p>
This sample text font color is #f46aea
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.
#f46aea Background Color
<div style="background-color:#f46aea">
Div content here</div>
This div background color is #f46aea
#f46aea Border Color
<div style="border:3px solid #f46aea">
Div here</div>
This div border color is #f46aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,106,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f46aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f46aea; -webkit-box-shadow: 1px 1px 3px 2px #f46aea; box-shadow: 1px 1px 3px 2px #f46aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,106,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f46aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f46aea; -webkit-box-shadow: 1px 1px 3px 2px #f46aea; box-shadow: 1px 1px 3px 2px #f46aea;">
Div content here</div>
This div box has shadow with color #f46aea
Comments
No comments written yet.
Please login to write comment.