Color spaces of #f045fd
RGB | 240 | 69 | 253 |
---|---|---|---|
HSL | 0.82 | 0.98 | 0.63 |
HSV | 296° | 73° | 99° |
CMYK | 0.05 | 0.73 | 0.00 0.01 |
XYZ | 55.7929 | 29.8734 | 95.7540 |
Yxy | 29.8734 | 0.3075 | 0.1647 |
Hunter Lab | 54.6566 | 86.5621 | -65.6118 |
CIE-Lab | 61.5448 | 84.4041 | -57.9168 |
#f045fd color RGB value is (240,69,253).
#f045fd hex color red value is 240, green value is 69 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f045fd hue: 0.82 , saturation: 0.98 and the lightness value of f045fd is 0.63.
The process color (four color CMYK) of #f045fd color hex is 0.05, 0.73, 0.00, 0.01. Web safe color of #f045fd is #ff33ff. Color #f045fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01000101 | 11111101 |
Octal | 360 | 105 | 375 |
Decimal | 240 | 69 | 253 |
Hex | F0 | 45 | FD |
Shades of #f045fd
Tints of #f045fd
RGB Percentages of Color #f045fd
CMYK Percentages of Color #f045fd
Complementary Color
#f045fd | #52fd45 |
#f045fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f045fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f045fd Color CSS Codes
.mybgcolor {background-color:#f045fd; } .myforecolor {color:#f045fd; } .mybordercolor {border:3px solid #f045fd; }
#f045fd Text Font Color
<p style="color:#f045fd">Text here</p>
This sample text font color is #f045fd
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.
#f045fd Background Color
<div style="background-color:#f045fd">
Div content here</div>
This div background color is #f045fd
#f045fd Border Color
<div style="border:3px solid #f045fd">
Div here</div>
This div border color is #f045fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,69,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f045fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f045fd; -webkit-box-shadow: 1px 1px 3px 2px #f045fd; box-shadow: 1px 1px 3px 2px #f045fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,69,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f045fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f045fd; -webkit-box-shadow: 1px 1px 3px 2px #f045fd; box-shadow: 1px 1px 3px 2px #f045fd;">
Div content here</div>
This div box has shadow with color #f045fd
Comments
No comments written yet.
Please login to write comment.