Color spaces of #f390db
RGB | 243 | 144 | 219 |
---|---|---|---|
HSL | 0.87 | 0.80 | 0.76 |
HSV | 315° | 41° | 95° |
CMYK | 0.00 | 0.41 | 0.10 0.05 |
XYZ | 59.7216 | 44.1157 | 72.3853 |
Yxy | 44.1157 | 0.3389 | 0.2503 |
Hunter Lab | 66.4197 | 44.2649 | -18.1215 |
CIE-Lab | 72.3058 | 47.6253 | -22.3015 |
#f390db color RGB value is (243,144,219).
#f390db hex color red value is 243, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f390db hue: 0.87 , saturation: 0.80 and the lightness value of f390db is 0.76.
The process color (four color CMYK) of #f390db color hex is 0.00, 0.41, 0.10, 0.05. Web safe color of #f390db is #ff99cc. Color #f390db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 10010000 | 11011011 |
Octal | 363 | 220 | 333 |
Decimal | 243 | 144 | 219 |
Hex | F3 | 90 | DB |
Shades of #f390db
Tints of #f390db
RGB Percentages of Color #f390db
CMYK Percentages of Color #f390db
Complementary Color
#f390db | #90f3a8 |
#f390db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f390db Color Preview on White Background
Lorem ipsum dolor sit amet.
#f390db Color CSS Codes
.mybgcolor {background-color:#f390db; } .myforecolor {color:#f390db; } .mybordercolor {border:3px solid #f390db; }
#f390db Text Font Color
<p style="color:#f390db">Text here</p>
This sample text font color is #f390db
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.
#f390db Background Color
<div style="background-color:#f390db">
Div content here</div>
This div background color is #f390db
#f390db Border Color
<div style="border:3px solid #f390db">
Div here</div>
This div border color is #f390db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,144,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f390db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f390db; -webkit-box-shadow: 1px 1px 3px 2px #f390db; box-shadow: 1px 1px 3px 2px #f390db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,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 #f390db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f390db; -webkit-box-shadow: 1px 1px 3px 2px #f390db; box-shadow: 1px 1px 3px 2px #f390db;">
Div content here</div>
This div box has shadow with color #f390db
Comments
No comments written yet.
Please login to write comment.