Color spaces of #f544ea
RGB | 245 | 68 | 234 |
---|---|---|---|
HSL | 0.84 | 0.90 | 0.61 |
HSV | 304° | 72° | 96° |
CMYK | 0.00 | 0.72 | 0.04 0.04 |
XYZ | 54.5746 | 29.4872 | 80.6571 |
Yxy | 29.4872 | 0.3313 | 0.1790 |
Hunter Lab | 54.3021 | 84.3670 | -50.0543 |
CIE-Lab | 61.2092 | 82.7811 | -47.8441 |
#f544ea color RGB value is (245,68,234).
#f544ea hex color red value is 245, green value is 68 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f544ea hue: 0.84 , saturation: 0.90 and the lightness value of f544ea is 0.61.
The process color (four color CMYK) of #f544ea color hex is 0.00, 0.72, 0.04, 0.04. Web safe color of #f544ea is #ff33ff. Color #f544ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01000100 | 11101010 |
Octal | 365 | 104 | 352 |
Decimal | 245 | 68 | 234 |
Hex | F5 | 44 | EA |
Shades of #f544ea
Tints of #f544ea
RGB Percentages of Color #f544ea
CMYK Percentages of Color #f544ea
Complementary Color
#f544ea | #44f54f |
#f544ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f544ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#f544ea Color CSS Codes
.mybgcolor {background-color:#f544ea; } .myforecolor {color:#f544ea; } .mybordercolor {border:3px solid #f544ea; }
#f544ea Text Font Color
<p style="color:#f544ea">Text here</p>
This sample text font color is #f544ea
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.
#f544ea Background Color
<div style="background-color:#f544ea">
Div content here</div>
This div background color is #f544ea
#f544ea Border Color
<div style="border:3px solid #f544ea">
Div here</div>
This div border color is #f544ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,68,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f544ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f544ea; -webkit-box-shadow: 1px 1px 3px 2px #f544ea; box-shadow: 1px 1px 3px 2px #f544ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,68,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 #f544ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f544ea; -webkit-box-shadow: 1px 1px 3px 2px #f544ea; box-shadow: 1px 1px 3px 2px #f544ea;">
Div content here</div>
This div box has shadow with color #f544ea
Comments
No comments written yet.
Please login to write comment.