Color spaces of #f18efa
RGB | 241 | 142 | 250 |
---|---|---|---|
HSL | 0.82 | 0.92 | 0.77 |
HSV | 295° | 43° | 98° |
CMYK | 0.04 | 0.43 | 0.00 0.02 |
XYZ | 63.2039 | 44.9489 | 95.7873 |
Yxy | 44.9489 | 0.3099 | 0.2204 |
Hunter Lab | 67.0439 | 50.9493 | -37.7783 |
CIE-Lab | 72.8582 | 53.4109 | -38.4331 |
#f18efa color RGB value is (241,142,250).
#f18efa hex color red value is 241, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f18efa hue: 0.82 , saturation: 0.92 and the lightness value of f18efa is 0.77.
The process color (four color CMYK) of #f18efa color hex is 0.04, 0.43, 0.00, 0.02. Web safe color of #f18efa is #ff99ff. Color #f18efa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10001110 | 11111010 |
Octal | 361 | 216 | 372 |
Decimal | 241 | 142 | 250 |
Hex | F1 | 8E | FA |
Shades of #f18efa
Tints of #f18efa
RGB Percentages of Color #f18efa
CMYK Percentages of Color #f18efa
Complementary Color
#f18efa | #97fa8e |
#f18efa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f18efa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f18efa Color CSS Codes
.mybgcolor {background-color:#f18efa; } .myforecolor {color:#f18efa; } .mybordercolor {border:3px solid #f18efa; }
#f18efa Text Font Color
<p style="color:#f18efa">Text here</p>
This sample text font color is #f18efa
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.
#f18efa Background Color
<div style="background-color:#f18efa">
Div content here</div>
This div background color is #f18efa
#f18efa Border Color
<div style="border:3px solid #f18efa">
Div here</div>
This div border color is #f18efa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,142,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f18efa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f18efa; -webkit-box-shadow: 1px 1px 3px 2px #f18efa; box-shadow: 1px 1px 3px 2px #f18efa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,142,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f18efa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f18efa; -webkit-box-shadow: 1px 1px 3px 2px #f18efa; box-shadow: 1px 1px 3px 2px #f18efa;">
Div content here</div>
This div box has shadow with color #f18efa
Comments
No comments written yet.
Please login to write comment.