Color spaces of #f47edc
RGB | 244 | 126 | 220 |
---|---|---|---|
HSL | 0.87 | 0.84 | 0.73 |
HSV | 312° | 48° | 96° |
CMYK | 0.00 | 0.48 | 0.10 0.04 |
XYZ | 57.6873 | 39.3221 | 72.2596 |
Yxy | 39.3221 | 0.3408 | 0.2323 |
Hunter Lab | 62.7073 | 54.4723 | -24.4266 |
CIE-Lab | 68.9839 | 57.0247 | -27.9276 |
#f47edc color RGB value is (244,126,220).
#f47edc hex color red value is 244, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f47edc hue: 0.87 , saturation: 0.84 and the lightness value of f47edc is 0.73.
The process color (four color CMYK) of #f47edc color hex is 0.00, 0.48, 0.10, 0.04. Web safe color of #f47edc is #ff66cc. Color #f47edc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01111110 | 11011100 |
Octal | 364 | 176 | 334 |
Decimal | 244 | 126 | 220 |
Hex | F4 | 7E | DC |
Shades of #f47edc
Tints of #f47edc
RGB Percentages of Color #f47edc
CMYK Percentages of Color #f47edc
Complementary Color
#f47edc | #7ef496 |
#f47edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f47edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f47edc Color CSS Codes
.mybgcolor {background-color:#f47edc; } .myforecolor {color:#f47edc; } .mybordercolor {border:3px solid #f47edc; }
#f47edc Text Font Color
<p style="color:#f47edc">Text here</p>
This sample text font color is #f47edc
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.
#f47edc Background Color
<div style="background-color:#f47edc">
Div content here</div>
This div background color is #f47edc
#f47edc Border Color
<div style="border:3px solid #f47edc">
Div here</div>
This div border color is #f47edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,126,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f47edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f47edc; -webkit-box-shadow: 1px 1px 3px 2px #f47edc; box-shadow: 1px 1px 3px 2px #f47edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,126,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f47edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f47edc; -webkit-box-shadow: 1px 1px 3px 2px #f47edc; box-shadow: 1px 1px 3px 2px #f47edc;">
Div content here</div>
This div box has shadow with color #f47edc
Comments
No comments written yet.
Please login to write comment.