Color spaces of #f780da
RGB | 247 | 128 | 218 |
---|---|---|---|
HSL | 0.87 | 0.88 | 0.74 |
HSV | 315° | 48° | 97° |
CMYK | 0.00 | 0.48 | 0.12 0.03 |
XYZ | 58.7318 | 40.2745 | 71.0079 |
Yxy | 40.2745 | 0.3455 | 0.2369 |
Hunter Lab | 63.4622 | 54.1360 | -21.9161 |
CIE-Lab | 69.6646 | 56.6305 | -25.7409 |
#f780da color RGB value is (247,128,218).
#f780da hex color red value is 247, green value is 128 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f780da hue: 0.87 , saturation: 0.88 and the lightness value of f780da is 0.74.
The process color (four color CMYK) of #f780da color hex is 0.00, 0.48, 0.12, 0.03. Web safe color of #f780da is #ff99cc. Color #f780da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 10000000 | 11011010 |
Octal | 367 | 200 | 332 |
Decimal | 247 | 128 | 218 |
Hex | F7 | 80 | DA |
Shades of #f780da
Tints of #f780da
RGB Percentages of Color #f780da
CMYK Percentages of Color #f780da
Complementary Color
#f780da | #80f79d |
#f780da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f780da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f780da Color CSS Codes
.mybgcolor {background-color:#f780da; } .myforecolor {color:#f780da; } .mybordercolor {border:3px solid #f780da; }
#f780da Text Font Color
<p style="color:#f780da">Text here</p>
This sample text font color is #f780da
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.
#f780da Background Color
<div style="background-color:#f780da">
Div content here</div>
This div background color is #f780da
#f780da Border Color
<div style="border:3px solid #f780da">
Div here</div>
This div border color is #f780da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,128,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f780da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f780da; -webkit-box-shadow: 1px 1px 3px 2px #f780da; box-shadow: 1px 1px 3px 2px #f780da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,128,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 #f780da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f780da; -webkit-box-shadow: 1px 1px 3px 2px #f780da; box-shadow: 1px 1px 3px 2px #f780da;">
Div content here</div>
This div box has shadow with color #f780da
Comments
No comments written yet.
Please login to write comment.