Color spaces of #f574ee
RGB | 245 | 116 | 238 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.71 |
HSV | 303° | 53° | 96° |
CMYK | 0.00 | 0.53 | 0.03 0.04 |
XYZ | 59.3342 | 38.0763 | 85.1111 |
Yxy | 38.0763 | 0.3251 | 0.2086 |
Hunter Lab | 61.7060 | 63.6535 | -38.5845 |
CIE-Lab | 68.0768 | 64.9255 | -39.2749 |
#f574ee color RGB value is (245,116,238).
#f574ee hex color red value is 245, green value is 116 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f574ee hue: 0.84 , saturation: 0.87 and the lightness value of f574ee is 0.71.
The process color (four color CMYK) of #f574ee color hex is 0.00, 0.53, 0.03, 0.04. Web safe color of #f574ee is #ff66ff. Color #f574ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01110100 | 11101110 |
Octal | 365 | 164 | 356 |
Decimal | 245 | 116 | 238 |
Hex | F5 | 74 | EE |
Shades of #f574ee
Tints of #f574ee
RGB Percentages of Color #f574ee
CMYK Percentages of Color #f574ee
Complementary Color
#f574ee | #74f57b |
#f574ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f574ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#f574ee Color CSS Codes
.mybgcolor {background-color:#f574ee; } .myforecolor {color:#f574ee; } .mybordercolor {border:3px solid #f574ee; }
#f574ee Text Font Color
<p style="color:#f574ee">Text here</p>
This sample text font color is #f574ee
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.
#f574ee Background Color
<div style="background-color:#f574ee">
Div content here</div>
This div background color is #f574ee
#f574ee Border Color
<div style="border:3px solid #f574ee">
Div here</div>
This div border color is #f574ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,116,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f574ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f574ee; -webkit-box-shadow: 1px 1px 3px 2px #f574ee; box-shadow: 1px 1px 3px 2px #f574ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,116,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f574ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f574ee; -webkit-box-shadow: 1px 1px 3px 2px #f574ee; box-shadow: 1px 1px 3px 2px #f574ee;">
Div content here</div>
This div box has shadow with color #f574ee
Comments
No comments written yet.
Please login to write comment.