Color spaces of #f141eb
RGB | 241 | 65 | 235 |
---|---|---|---|
HSL | 0.84 | 0.86 | 0.60 |
HSV | 302° | 73° | 95° |
CMYK | 0.00 | 0.73 | 0.02 0.05 |
XYZ | 53.1613 | 28.4795 | 81.2924 |
Yxy | 28.4795 | 0.3263 | 0.1748 |
Hunter Lab | 53.3662 | 84.4239 | -52.9598 |
CIE-Lab | 60.3195 | 82.9973 | -49.8520 |
#f141eb color RGB value is (241,65,235).
#f141eb hex color red value is 241, green value is 65 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f141eb hue: 0.84 , saturation: 0.86 and the lightness value of f141eb is 0.60.
The process color (four color CMYK) of #f141eb color hex is 0.00, 0.73, 0.02, 0.05. Web safe color of #f141eb is #ff33ff. Color #f141eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01000001 | 11101011 |
Octal | 361 | 101 | 353 |
Decimal | 241 | 65 | 235 |
Hex | F1 | 41 | EB |
Shades of #f141eb
Tints of #f141eb
RGB Percentages of Color #f141eb
CMYK Percentages of Color #f141eb
Complementary Color
#f141eb | #41f147 |
#f141eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f141eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f141eb Color CSS Codes
.mybgcolor {background-color:#f141eb; } .myforecolor {color:#f141eb; } .mybordercolor {border:3px solid #f141eb; }
#f141eb Text Font Color
<p style="color:#f141eb">Text here</p>
This sample text font color is #f141eb
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.
#f141eb Background Color
<div style="background-color:#f141eb">
Div content here</div>
This div background color is #f141eb
#f141eb Border Color
<div style="border:3px solid #f141eb">
Div here</div>
This div border color is #f141eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,65,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f141eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f141eb; -webkit-box-shadow: 1px 1px 3px 2px #f141eb; box-shadow: 1px 1px 3px 2px #f141eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,65,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f141eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f141eb; -webkit-box-shadow: 1px 1px 3px 2px #f141eb; box-shadow: 1px 1px 3px 2px #f141eb;">
Div content here</div>
This div box has shadow with color #f141eb
Comments
No comments written yet.
Please login to write comment.