Color spaces of #f09adb
RGB | 240 | 154 | 219 |
---|---|---|---|
HSL | 0.87 | 0.74 | 0.77 |
HSV | 315° | 36° | 94° |
CMYK | 0.00 | 0.36 | 0.09 0.06 |
XYZ | 60.2770 | 46.7509 | 72.8647 |
Yxy | 46.7509 | 0.3351 | 0.2599 |
Hunter Lab | 68.3746 | 37.7046 | -15.3213 |
CIE-Lab | 74.0302 | 41.5161 | -19.7129 |
#f09adb color RGB value is (240,154,219).
#f09adb hex color red value is 240, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f09adb hue: 0.87 , saturation: 0.74 and the lightness value of f09adb is 0.77.
The process color (four color CMYK) of #f09adb color hex is 0.00, 0.36, 0.09, 0.06. Web safe color of #f09adb is #ff99cc. Color #f09adb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10011010 | 11011011 |
Octal | 360 | 232 | 333 |
Decimal | 240 | 154 | 219 |
Hex | F0 | 9A | DB |
Shades of #f09adb
Tints of #f09adb
RGB Percentages of Color #f09adb
CMYK Percentages of Color #f09adb
Complementary Color
#f09adb | #9af0af |
#f09adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f09adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f09adb Color CSS Codes
.mybgcolor {background-color:#f09adb; } .myforecolor {color:#f09adb; } .mybordercolor {border:3px solid #f09adb; }
#f09adb Text Font Color
<p style="color:#f09adb">Text here</p>
This sample text font color is #f09adb
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.
#f09adb Background Color
<div style="background-color:#f09adb">
Div content here</div>
This div background color is #f09adb
#f09adb Border Color
<div style="border:3px solid #f09adb">
Div here</div>
This div border color is #f09adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,154,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f09adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f09adb; -webkit-box-shadow: 1px 1px 3px 2px #f09adb; box-shadow: 1px 1px 3px 2px #f09adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,154,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f09adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f09adb; -webkit-box-shadow: 1px 1px 3px 2px #f09adb; box-shadow: 1px 1px 3px 2px #f09adb;">
Div content here</div>
This div box has shadow with color #f09adb
Comments
No comments written yet.
Please login to write comment.