Color spaces of #f45ded
RGB | 244 | 93 | 237 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.66 |
HSV | 303° | 62° | 96° |
CMYK | 0.00 | 0.62 | 0.03 0.04 |
XYZ | 56.5086 | 33.1762 | 83.5461 |
Yxy | 33.1762 | 0.3262 | 0.1915 |
Hunter Lab | 57.5988 | 74.3236 | -45.6800 |
CIE-Lab | 64.3033 | 74.2966 | -44.6447 |
#f45ded color RGB value is (244,93,237).
#f45ded hex color red value is 244, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f45ded hue: 0.84 , saturation: 0.87 and the lightness value of f45ded is 0.66.
The process color (four color CMYK) of #f45ded color hex is 0.00, 0.62, 0.03, 0.04. Web safe color of #f45ded is #ff66ff. Color #f45ded contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01011101 | 11101101 |
Octal | 364 | 135 | 355 |
Decimal | 244 | 93 | 237 |
Hex | F4 | 5D | ED |
Shades of #f45ded
Tints of #f45ded
RGB Percentages of Color #f45ded
CMYK Percentages of Color #f45ded
Complementary Color
#f45ded | #5df464 |
#f45ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f45ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#f45ded Color CSS Codes
.mybgcolor {background-color:#f45ded; } .myforecolor {color:#f45ded; } .mybordercolor {border:3px solid #f45ded; }
#f45ded Text Font Color
<p style="color:#f45ded">Text here</p>
This sample text font color is #f45ded
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.
#f45ded Background Color
<div style="background-color:#f45ded">
Div content here</div>
This div background color is #f45ded
#f45ded Border Color
<div style="border:3px solid #f45ded">
Div here</div>
This div border color is #f45ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,93,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f45ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f45ded; -webkit-box-shadow: 1px 1px 3px 2px #f45ded; box-shadow: 1px 1px 3px 2px #f45ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,93,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 #f45ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f45ded; -webkit-box-shadow: 1px 1px 3px 2px #f45ded; box-shadow: 1px 1px 3px 2px #f45ded;">
Div content here</div>
This div box has shadow with color #f45ded
Comments
No comments written yet.
Please login to write comment.