Color spaces of #f884da
RGB | 248 | 132 | 218 |
---|---|---|---|
HSL | 0.88 | 0.89 | 0.75 |
HSV | 316° | 47° | 97° |
CMYK | 0.00 | 0.47 | 0.12 0.03 |
XYZ | 59.6176 | 41.5209 | 71.2018 |
Yxy | 41.5209 | 0.3459 | 0.2409 |
Hunter Lab | 64.4367 | 52.3860 | -20.4090 |
CIE-Lab | 70.5393 | 54.9905 | -24.3905 |
#f884da color RGB value is (248,132,218).
#f884da hex color red value is 248, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f884da hue: 0.88 , saturation: 0.89 and the lightness value of f884da is 0.75.
The process color (four color CMYK) of #f884da color hex is 0.00, 0.47, 0.12, 0.03. Web safe color of #f884da is #ff99cc. Color #f884da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10000100 | 11011010 |
Octal | 370 | 204 | 332 |
Decimal | 248 | 132 | 218 |
Hex | F8 | 84 | DA |
Shades of #f884da
Tints of #f884da
RGB Percentages of Color #f884da
CMYK Percentages of Color #f884da
Complementary Color
#f884da | #84f8a2 |
#f884da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f884da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f884da Color CSS Codes
.mybgcolor {background-color:#f884da; } .myforecolor {color:#f884da; } .mybordercolor {border:3px solid #f884da; }
#f884da Text Font Color
<p style="color:#f884da">Text here</p>
This sample text font color is #f884da
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.
#f884da Background Color
<div style="background-color:#f884da">
Div content here</div>
This div background color is #f884da
#f884da Border Color
<div style="border:3px solid #f884da">
Div here</div>
This div border color is #f884da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,132,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f884da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f884da; -webkit-box-shadow: 1px 1px 3px 2px #f884da; box-shadow: 1px 1px 3px 2px #f884da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,132,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f884da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f884da; -webkit-box-shadow: 1px 1px 3px 2px #f884da; box-shadow: 1px 1px 3px 2px #f884da;">
Div content here</div>
This div box has shadow with color #f884da
Comments
No comments written yet.
Please login to write comment.