Color spaces of #f967da
RGB | 249 | 103 | 218 |
---|---|---|---|
HSL | 0.87 | 0.92 | 0.69 |
HSV | 313° | 59° | 98° |
CMYK | 0.00 | 0.59 | 0.12 0.02 |
XYZ | 56.5721 | 34.9022 | 70.0848 |
Yxy | 34.9022 | 0.3502 | 0.2160 |
Hunter Lab | 59.0781 | 67.5417 | -28.9815 |
CIE-Lab | 65.6725 | 68.5526 | -31.8691 |
#f967da color RGB value is (249,103,218).
#f967da hex color red value is 249, green value is 103 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f967da hue: 0.87 , saturation: 0.92 and the lightness value of f967da is 0.69.
The process color (four color CMYK) of #f967da color hex is 0.00, 0.59, 0.12, 0.02. Web safe color of #f967da is #ff66cc. Color #f967da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01100111 | 11011010 |
Octal | 371 | 147 | 332 |
Decimal | 249 | 103 | 218 |
Hex | F9 | 67 | DA |
Shades of #f967da
Tints of #f967da
RGB Percentages of Color #f967da
CMYK Percentages of Color #f967da
Complementary Color
#f967da | #67f986 |
#f967da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f967da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f967da Color CSS Codes
.mybgcolor {background-color:#f967da; } .myforecolor {color:#f967da; } .mybordercolor {border:3px solid #f967da; }
#f967da Text Font Color
<p style="color:#f967da">Text here</p>
This sample text font color is #f967da
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.
#f967da Background Color
<div style="background-color:#f967da">
Div content here</div>
This div background color is #f967da
#f967da Border Color
<div style="border:3px solid #f967da">
Div here</div>
This div border color is #f967da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,103,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f967da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f967da; -webkit-box-shadow: 1px 1px 3px 2px #f967da; box-shadow: 1px 1px 3px 2px #f967da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,103,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 #f967da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f967da; -webkit-box-shadow: 1px 1px 3px 2px #f967da; box-shadow: 1px 1px 3px 2px #f967da;">
Div content here</div>
This div box has shadow with color #f967da
Comments
No comments written yet.
Please login to write comment.