Color spaces of #f084ff
RGB | 240 | 132 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.76 |
HSV | 293° | 48° | 100° |
CMYK | 0.06 | 0.48 | 0.00 0.00 |
XYZ | 62.2364 | 42.2478 | 99.4822 |
Yxy | 42.2478 | 0.3051 | 0.2071 |
Hunter Lab | 64.9983 | 57.1681 | -45.2466 |
CIE-Lab | 71.0414 | 59.0036 | -43.9986 |
#f084ff color RGB value is (240,132,255).
#f084ff hex color red value is 240, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f084ff hue: 0.81 , saturation: 1.00 and the lightness value of f084ff is 0.76.
The process color (four color CMYK) of #f084ff color hex is 0.06, 0.48, 0.00, 0.00. Web safe color of #f084ff is #ff99ff. Color #f084ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10000100 | 11111111 |
Octal | 360 | 204 | 377 |
Decimal | 240 | 132 | 255 |
Hex | F0 | 84 | FF |
Shades of #f084ff
Tints of #f084ff
RGB Percentages of Color #f084ff
CMYK Percentages of Color #f084ff
Complementary Color
#f084ff | #93ff84 |
#f084ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f084ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f084ff Color CSS Codes
.mybgcolor {background-color:#f084ff; } .myforecolor {color:#f084ff; } .mybordercolor {border:3px solid #f084ff; }
#f084ff Text Font Color
<p style="color:#f084ff">Text here</p>
This sample text font color is #f084ff
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.
#f084ff Background Color
<div style="background-color:#f084ff">
Div content here</div>
This div background color is #f084ff
#f084ff Border Color
<div style="border:3px solid #f084ff">
Div here</div>
This div border color is #f084ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,132,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f084ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f084ff; -webkit-box-shadow: 1px 1px 3px 2px #f084ff; box-shadow: 1px 1px 3px 2px #f084ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,132,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f084ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f084ff; -webkit-box-shadow: 1px 1px 3px 2px #f084ff; box-shadow: 1px 1px 3px 2px #f084ff;">
Div content here</div>
This div box has shadow with color #f084ff
Related Colors
Comments
No comments written yet.
Please login to write comment.