Color spaces of #f453de
RGB | 244 | 83 | 222 |
---|---|---|---|
HSL | 0.86 | 0.88 | 0.64 |
HSV | 308° | 66° | 96° |
CMYK | 0.00 | 0.66 | 0.09 0.04 |
XYZ | 53.5863 | 30.6935 | 72.2074 |
Yxy | 30.6935 | 0.3424 | 0.1961 |
Hunter Lab | 55.4017 | 75.6979 | -38.4940 |
CIE-Lab | 62.2480 | 75.7795 | -39.4992 |
#f453de color RGB value is (244,83,222).
#f453de hex color red value is 244, green value is 83 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f453de hue: 0.86 , saturation: 0.88 and the lightness value of f453de is 0.64.
The process color (four color CMYK) of #f453de color hex is 0.00, 0.66, 0.09, 0.04. Web safe color of #f453de is #ff66cc. Color #f453de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01010011 | 11011110 |
Octal | 364 | 123 | 336 |
Decimal | 244 | 83 | 222 |
Hex | F4 | 53 | DE |
Shades of #f453de
Tints of #f453de
RGB Percentages of Color #f453de
CMYK Percentages of Color #f453de
Complementary Color
#f453de | #53f469 |
#f453de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f453de Color Preview on White Background
Lorem ipsum dolor sit amet.
#f453de Color CSS Codes
.mybgcolor {background-color:#f453de; } .myforecolor {color:#f453de; } .mybordercolor {border:3px solid #f453de; }
#f453de Text Font Color
<p style="color:#f453de">Text here</p>
This sample text font color is #f453de
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.
#f453de Background Color
<div style="background-color:#f453de">
Div content here</div>
This div background color is #f453de
#f453de Border Color
<div style="border:3px solid #f453de">
Div here</div>
This div border color is #f453de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,83,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f453de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f453de; -webkit-box-shadow: 1px 1px 3px 2px #f453de; box-shadow: 1px 1px 3px 2px #f453de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,83,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f453de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f453de; -webkit-box-shadow: 1px 1px 3px 2px #f453de; box-shadow: 1px 1px 3px 2px #f453de;">
Div content here</div>
This div box has shadow with color #f453de
Comments
No comments written yet.
Please login to write comment.