Color spaces of #f08ffb
RGB | 240 | 143 | 251 |
---|---|---|---|
HSL | 0.82 | 0.93 | 0.77 |
HSV | 294° | 43° | 98° |
CMYK | 0.04 | 0.43 | 0.00 0.02 |
XYZ | 63.1702 | 45.1352 | 96.6493 |
Yxy | 45.1352 | 0.3082 | 0.2202 |
Hunter Lab | 67.1827 | 50.2692 | -38.2669 |
CIE-Lab | 72.9808 | 52.8049 | -38.7949 |
#f08ffb color RGB value is (240,143,251).
#f08ffb hex color red value is 240, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f08ffb hue: 0.82 , saturation: 0.93 and the lightness value of f08ffb is 0.77.
The process color (four color CMYK) of #f08ffb color hex is 0.04, 0.43, 0.00, 0.02. Web safe color of #f08ffb is #ff99ff. Color #f08ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10001111 | 11111011 |
Octal | 360 | 217 | 373 |
Decimal | 240 | 143 | 251 |
Hex | F0 | 8F | FB |
Shades of #f08ffb
Tints of #f08ffb
RGB Percentages of Color #f08ffb
CMYK Percentages of Color #f08ffb
Complementary Color
#f08ffb | #9afb8f |
#f08ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f08ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f08ffb Color CSS Codes
.mybgcolor {background-color:#f08ffb; } .myforecolor {color:#f08ffb; } .mybordercolor {border:3px solid #f08ffb; }
#f08ffb Text Font Color
<p style="color:#f08ffb">Text here</p>
This sample text font color is #f08ffb
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.
#f08ffb Background Color
<div style="background-color:#f08ffb">
Div content here</div>
This div background color is #f08ffb
#f08ffb Border Color
<div style="border:3px solid #f08ffb">
Div here</div>
This div border color is #f08ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,143,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f08ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f08ffb; -webkit-box-shadow: 1px 1px 3px 2px #f08ffb; box-shadow: 1px 1px 3px 2px #f08ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,143,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f08ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f08ffb; -webkit-box-shadow: 1px 1px 3px 2px #f08ffb; box-shadow: 1px 1px 3px 2px #f08ffb;">
Div content here</div>
This div box has shadow with color #f08ffb
Comments
No comments written yet.
Please login to write comment.