Color spaces of #f090db
RGB | 240 | 144 | 219 |
---|---|---|---|
HSL | 0.87 | 0.76 | 0.75 |
HSV | 313° | 40° | 94° |
CMYK | 0.00 | 0.40 | 0.09 0.06 |
XYZ | 58.6946 | 43.5863 | 72.3373 |
Yxy | 43.5863 | 0.3361 | 0.2496 |
Hunter Lab | 66.0199 | 43.1595 | -18.7495 |
CIE-Lab | 71.9511 | 46.6850 | -22.8743 |
#f090db color RGB value is (240,144,219).
#f090db hex color red value is 240, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f090db hue: 0.87 , saturation: 0.76 and the lightness value of f090db is 0.75.
The process color (four color CMYK) of #f090db color hex is 0.00, 0.40, 0.09, 0.06. Web safe color of #f090db is #ff99cc. Color #f090db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10010000 | 11011011 |
Octal | 360 | 220 | 333 |
Decimal | 240 | 144 | 219 |
Hex | F0 | 90 | DB |
Shades of #f090db
Tints of #f090db
RGB Percentages of Color #f090db
CMYK Percentages of Color #f090db
Complementary Color
#f090db | #90f0a5 |
#f090db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f090db Color Preview on White Background
Lorem ipsum dolor sit amet.
#f090db Color CSS Codes
.mybgcolor {background-color:#f090db; } .myforecolor {color:#f090db; } .mybordercolor {border:3px solid #f090db; }
#f090db Text Font Color
<p style="color:#f090db">Text here</p>
This sample text font color is #f090db
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.
#f090db Background Color
<div style="background-color:#f090db">
Div content here</div>
This div background color is #f090db
#f090db Border Color
<div style="border:3px solid #f090db">
Div here</div>
This div border color is #f090db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,144,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f090db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f090db; -webkit-box-shadow: 1px 1px 3px 2px #f090db; box-shadow: 1px 1px 3px 2px #f090db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,144,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 #f090db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f090db; -webkit-box-shadow: 1px 1px 3px 2px #f090db; box-shadow: 1px 1px 3px 2px #f090db;">
Div content here</div>
This div box has shadow with color #f090db
Comments
No comments written yet.
Please login to write comment.