Color spaces of #f445ae
RGB | 244 | 69 | 174 |
---|---|---|---|
HSL | 0.90 | 0.89 | 0.61 |
HSV | 324° | 72° | 96° |
CMYK | 0.00 | 0.72 | 0.29 0.04 |
XYZ | 47.0763 | 26.5453 | 42.6870 |
Yxy | 26.5453 | 0.4048 | 0.2282 |
Hunter Lab | 51.5221 | 72.9336 | -13.0573 |
CIE-Lab | 58.5511 | 74.2607 | -17.8415 |
#f445ae color RGB value is (244,69,174).
#f445ae hex color red value is 244, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f445ae hue: 0.90 , saturation: 0.89 and the lightness value of f445ae is 0.61.
The process color (four color CMYK) of #f445ae color hex is 0.00, 0.72, 0.29, 0.04. Web safe color of #f445ae is #ff3399. Color #f445ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01000101 | 10101110 |
Octal | 364 | 105 | 256 |
Decimal | 244 | 69 | 174 |
Hex | F4 | 45 | AE |
Shades of #f445ae
Tints of #f445ae
RGB Percentages of Color #f445ae
CMYK Percentages of Color #f445ae
Complementary Color
#f445ae | #45f48b |
#f445ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f445ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#f445ae Color CSS Codes
.mybgcolor {background-color:#f445ae; } .myforecolor {color:#f445ae; } .mybordercolor {border:3px solid #f445ae; }
#f445ae Text Font Color
<p style="color:#f445ae">Text here</p>
This sample text font color is #f445ae
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.
#f445ae Background Color
<div style="background-color:#f445ae">
Div content here</div>
This div background color is #f445ae
#f445ae Border Color
<div style="border:3px solid #f445ae">
Div here</div>
This div border color is #f445ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,69,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f445ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f445ae; -webkit-box-shadow: 1px 1px 3px 2px #f445ae; box-shadow: 1px 1px 3px 2px #f445ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,69,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f445ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f445ae; -webkit-box-shadow: 1px 1px 3px 2px #f445ae; box-shadow: 1px 1px 3px 2px #f445ae;">
Div content here</div>
This div box has shadow with color #f445ae
Comments
No comments written yet.
Please login to write comment.