Color spaces of #f91efc
RGB | 249 | 30 | 252 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.55 |
HSV | 299° | 88° | 99° |
CMYK | 0.01 | 0.88 | 0.00 0.01 |
XYZ | 57.1019 | 28.0966 | 94.5090 |
Yxy | 28.0966 | 0.3177 | 0.1563 |
Hunter Lab | 53.0062 | 99.5314 | -68.6085 |
CIE-Lab | 59.9759 | 94.4155 | -59.7877 |
#f91efc color RGB value is (249,30,252).
#f91efc hex color red value is 249, green value is 30 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f91efc hue: 0.83 , saturation: 0.97 and the lightness value of f91efc is 0.55.
The process color (four color CMYK) of #f91efc color hex is 0.01, 0.88, 0.00, 0.01. Web safe color of #f91efc is #ff33ff. Color #f91efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00011110 | 11111100 |
Octal | 371 | 36 | 374 |
Decimal | 249 | 30 | 252 |
Hex | F9 | 1E | FC |
Shades of #f91efc
Tints of #f91efc
RGB Percentages of Color #f91efc
CMYK Percentages of Color #f91efc
Complementary Color
#f91efc | #21fc1e |
#f91efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f91efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f91efc Color CSS Codes
.mybgcolor {background-color:#f91efc; } .myforecolor {color:#f91efc; } .mybordercolor {border:3px solid #f91efc; }
#f91efc Text Font Color
<p style="color:#f91efc">Text here</p>
This sample text font color is #f91efc
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.
#f91efc Background Color
<div style="background-color:#f91efc">
Div content here</div>
This div background color is #f91efc
#f91efc Border Color
<div style="border:3px solid #f91efc">
Div here</div>
This div border color is #f91efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,30,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f91efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f91efc; -webkit-box-shadow: 1px 1px 3px 2px #f91efc; box-shadow: 1px 1px 3px 2px #f91efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,30,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f91efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f91efc; -webkit-box-shadow: 1px 1px 3px 2px #f91efc; box-shadow: 1px 1px 3px 2px #f91efc;">
Div content here</div>
This div box has shadow with color #f91efc
Comments
No comments written yet.
Please login to write comment.