Color spaces of #f11ecf
RGB | 241 | 30 | 207 |
---|---|---|---|
HSL | 0.86 | 0.88 | 0.53 |
HSV | 310° | 88° | 95° |
CMYK | 0.00 | 0.88 | 0.14 0.05 |
XYZ | 48.0024 | 24.1343 | 61.1599 |
Yxy | 24.1343 | 0.3601 | 0.1811 |
Hunter Lab | 49.1267 | 88.4433 | -39.4240 |
CIE-Lab | 56.2220 | 86.8771 | -40.4976 |
#f11ecf color RGB value is (241,30,207).
#f11ecf hex color red value is 241, green value is 30 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f11ecf hue: 0.86 , saturation: 0.88 and the lightness value of f11ecf is 0.53.
The process color (four color CMYK) of #f11ecf color hex is 0.00, 0.88, 0.14, 0.05. Web safe color of #f11ecf is #ff33cc. Color #f11ecf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 00011110 | 11001111 |
Octal | 361 | 36 | 317 |
Decimal | 241 | 30 | 207 |
Hex | F1 | 1E | CF |
Shades of #f11ecf
Tints of #f11ecf
RGB Percentages of Color #f11ecf
CMYK Percentages of Color #f11ecf
Complementary Color
#f11ecf | #1ef140 |
#f11ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f11ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f11ecf Color CSS Codes
.mybgcolor {background-color:#f11ecf; } .myforecolor {color:#f11ecf; } .mybordercolor {border:3px solid #f11ecf; }
#f11ecf Text Font Color
<p style="color:#f11ecf">Text here</p>
This sample text font color is #f11ecf
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.
#f11ecf Background Color
<div style="background-color:#f11ecf">
Div content here</div>
This div background color is #f11ecf
#f11ecf Border Color
<div style="border:3px solid #f11ecf">
Div here</div>
This div border color is #f11ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,30,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f11ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f11ecf; -webkit-box-shadow: 1px 1px 3px 2px #f11ecf; box-shadow: 1px 1px 3px 2px #f11ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,30,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f11ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f11ecf; -webkit-box-shadow: 1px 1px 3px 2px #f11ecf; box-shadow: 1px 1px 3px 2px #f11ecf;">
Div content here</div>
This div box has shadow with color #f11ecf
Comments
No comments written yet.
Please login to write comment.