Color spaces of #f260ec
RGB | 242 | 96 | 236 |
---|---|---|---|
HSL | 0.84 | 0.85 | 0.66 |
HSV | 302° | 60° | 95° |
CMYK | 0.00 | 0.60 | 0.02 0.05 |
XYZ | 55.9411 | 33.2991 | 82.8358 |
Yxy | 33.2991 | 0.3251 | 0.1935 |
Hunter Lab | 57.7054 | 72.0582 | -44.7168 |
CIE-Lab | 64.4024 | 72.4576 | -43.9536 |
#f260ec color RGB value is (242,96,236).
#f260ec hex color red value is 242, green value is 96 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f260ec hue: 0.84 , saturation: 0.85 and the lightness value of f260ec is 0.66.
The process color (four color CMYK) of #f260ec color hex is 0.00, 0.60, 0.02, 0.05. Web safe color of #f260ec is #ff66ff. Color #f260ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01100000 | 11101100 |
Octal | 362 | 140 | 354 |
Decimal | 242 | 96 | 236 |
Hex | F2 | 60 | EC |
Shades of #f260ec
Tints of #f260ec
RGB Percentages of Color #f260ec
CMYK Percentages of Color #f260ec
Complementary Color
#f260ec | #60f266 |
#f260ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f260ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f260ec Color CSS Codes
.mybgcolor {background-color:#f260ec; } .myforecolor {color:#f260ec; } .mybordercolor {border:3px solid #f260ec; }
#f260ec Text Font Color
<p style="color:#f260ec">Text here</p>
This sample text font color is #f260ec
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.
#f260ec Background Color
<div style="background-color:#f260ec">
Div content here</div>
This div background color is #f260ec
#f260ec Border Color
<div style="border:3px solid #f260ec">
Div here</div>
This div border color is #f260ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,96,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f260ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f260ec; -webkit-box-shadow: 1px 1px 3px 2px #f260ec; box-shadow: 1px 1px 3px 2px #f260ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,96,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 #f260ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f260ec; -webkit-box-shadow: 1px 1px 3px 2px #f260ec; box-shadow: 1px 1px 3px 2px #f260ec;">
Div content here</div>
This div box has shadow with color #f260ec
Comments
No comments written yet.
Please login to write comment.