Color spaces of #f171ec
RGB | 241 | 113 | 236 |
---|---|---|---|
HSL | 0.84 | 0.82 | 0.69 |
HSV | 302° | 53° | 95° |
CMYK | 0.00 | 0.53 | 0.02 0.05 |
XYZ | 57.3211 | 36.5672 | 83.3939 |
Yxy | 36.5672 | 0.3233 | 0.2063 |
Hunter Lab | 60.4708 | 63.3786 | -39.4359 |
CIE-Lab | 66.9511 | 64.8895 | -39.9684 |
#f171ec color RGB value is (241,113,236).
#f171ec hex color red value is 241, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f171ec hue: 0.84 , saturation: 0.82 and the lightness value of f171ec is 0.69.
The process color (four color CMYK) of #f171ec color hex is 0.00, 0.53, 0.02, 0.05. Web safe color of #f171ec is #ff66ff. Color #f171ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01110001 | 11101100 |
Octal | 361 | 161 | 354 |
Decimal | 241 | 113 | 236 |
Hex | F1 | 71 | EC |
Shades of #f171ec
Tints of #f171ec
RGB Percentages of Color #f171ec
CMYK Percentages of Color #f171ec
Complementary Color
#f171ec | #71f176 |
#f171ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f171ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f171ec Color CSS Codes
.mybgcolor {background-color:#f171ec; } .myforecolor {color:#f171ec; } .mybordercolor {border:3px solid #f171ec; }
#f171ec Text Font Color
<p style="color:#f171ec">Text here</p>
This sample text font color is #f171ec
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.
#f171ec Background Color
<div style="background-color:#f171ec">
Div content here</div>
This div background color is #f171ec
#f171ec Border Color
<div style="border:3px solid #f171ec">
Div here</div>
This div border color is #f171ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,113,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f171ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f171ec; -webkit-box-shadow: 1px 1px 3px 2px #f171ec; box-shadow: 1px 1px 3px 2px #f171ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,113,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f171ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f171ec; -webkit-box-shadow: 1px 1px 3px 2px #f171ec; box-shadow: 1px 1px 3px 2px #f171ec;">
Div content here</div>
This div box has shadow with color #f171ec
Comments
No comments written yet.
Please login to write comment.