Color spaces of #f48ddc
RGB | 244 | 141 | 220 |
---|---|---|---|
HSL | 0.87 | 0.82 | 0.75 |
HSV | 314° | 42° | 96° |
CMYK | 0.00 | 0.42 | 0.10 0.04 |
XYZ | 59.7514 | 43.4502 | 72.9476 |
Yxy | 43.4502 | 0.3392 | 0.2467 |
Hunter Lab | 65.9168 | 46.4501 | -19.4723 |
CIE-Lab | 71.8595 | 49.6202 | -23.5217 |
#f48ddc color RGB value is (244,141,220).
#f48ddc hex color red value is 244, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f48ddc hue: 0.87 , saturation: 0.82 and the lightness value of f48ddc is 0.75.
The process color (four color CMYK) of #f48ddc color hex is 0.00, 0.42, 0.10, 0.04. Web safe color of #f48ddc is #ff99cc. Color #f48ddc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10001101 | 11011100 |
Octal | 364 | 215 | 334 |
Decimal | 244 | 141 | 220 |
Hex | F4 | 8D | DC |
Shades of #f48ddc
Tints of #f48ddc
RGB Percentages of Color #f48ddc
CMYK Percentages of Color #f48ddc
Complementary Color
#f48ddc | #8df4a5 |
#f48ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f48ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f48ddc Color CSS Codes
.mybgcolor {background-color:#f48ddc; } .myforecolor {color:#f48ddc; } .mybordercolor {border:3px solid #f48ddc; }
#f48ddc Text Font Color
<p style="color:#f48ddc">Text here</p>
This sample text font color is #f48ddc
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.
#f48ddc Background Color
<div style="background-color:#f48ddc">
Div content here</div>
This div background color is #f48ddc
#f48ddc Border Color
<div style="border:3px solid #f48ddc">
Div here</div>
This div border color is #f48ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,141,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f48ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f48ddc; -webkit-box-shadow: 1px 1px 3px 2px #f48ddc; box-shadow: 1px 1px 3px 2px #f48ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,141,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 #f48ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f48ddc; -webkit-box-shadow: 1px 1px 3px 2px #f48ddc; box-shadow: 1px 1px 3px 2px #f48ddc;">
Div content here</div>
This div box has shadow with color #f48ddc
Comments
No comments written yet.
Please login to write comment.