Color spaces of #f0689b
RGB | 240 | 104 | 155 |
---|---|---|---|
HSL | 0.94 | 0.82 | 0.67 |
HSV | 338° | 57° | 94° |
CMYK | 0.00 | 0.57 | 0.35 0.06 |
XYZ | 46.8019 | 30.7925 | 34.4872 |
Yxy | 30.7925 | 0.4176 | 0.2747 |
Hunter Lab | 55.4910 | 53.4402 | 1.9954 |
CIE-Lab | 62.3321 | 57.1931 | -1.2761 |
#f0689b color RGB value is (240,104,155).
#f0689b hex color red value is 240, green value is 104 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f0689b hue: 0.94 , saturation: 0.82 and the lightness value of f0689b is 0.67.
The process color (four color CMYK) of #f0689b color hex is 0.00, 0.57, 0.35, 0.06. Web safe color of #f0689b is #ff6699. Color #f0689b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01101000 | 10011011 |
Octal | 360 | 150 | 233 |
Decimal | 240 | 104 | 155 |
Hex | F0 | 68 | 9B |
Shades of #f0689b
Tints of #f0689b
RGB Percentages of Color #f0689b
CMYK Percentages of Color #f0689b
Complementary Color
#f0689b | #68f0bd |
#f0689b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0689b Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0689b Color CSS Codes
.mybgcolor {background-color:#f0689b; } .myforecolor {color:#f0689b; } .mybordercolor {border:3px solid #f0689b; }
#f0689b Text Font Color
<p style="color:#f0689b">Text here</p>
This sample text font color is #f0689b
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.
#f0689b Background Color
<div style="background-color:#f0689b">
Div content here</div>
This div background color is #f0689b
#f0689b Border Color
<div style="border:3px solid #f0689b">
Div here</div>
This div border color is #f0689b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,104,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0689b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0689b; -webkit-box-shadow: 1px 1px 3px 2px #f0689b; box-shadow: 1px 1px 3px 2px #f0689b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,104,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f0689b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0689b; -webkit-box-shadow: 1px 1px 3px 2px #f0689b; box-shadow: 1px 1px 3px 2px #f0689b;">
Div content here</div>
This div box has shadow with color #f0689b
Comments
No comments written yet.
Please login to write comment.