Color spaces of #f626ec
RGB | 246 | 38 | 236 |
---|---|---|---|
HSL | 0.84 | 0.92 | 0.56 |
HSV | 303° | 85° | 96° |
CMYK | 0.00 | 0.85 | 0.04 0.04 |
XYZ | 53.8395 | 27.0352 | 81.7375 |
Yxy | 27.0352 | 0.3311 | 0.1663 |
Hunter Lab | 51.9954 | 93.8389 | -56.8080 |
CIE-Lab | 59.0069 | 90.3995 | -52.4456 |
#f626ec color RGB value is (246,38,236).
#f626ec hex color red value is 246, green value is 38 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f626ec hue: 0.84 , saturation: 0.92 and the lightness value of f626ec is 0.56.
The process color (four color CMYK) of #f626ec color hex is 0.00, 0.85, 0.04, 0.04. Web safe color of #f626ec is #ff33ff. Color #f626ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 00100110 | 11101100 |
Octal | 366 | 46 | 354 |
Decimal | 246 | 38 | 236 |
Hex | F6 | 26 | EC |
Shades of #f626ec
Tints of #f626ec
RGB Percentages of Color #f626ec
CMYK Percentages of Color #f626ec
Complementary Color
#f626ec | #26f630 |
#f626ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f626ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f626ec Color CSS Codes
.mybgcolor {background-color:#f626ec; } .myforecolor {color:#f626ec; } .mybordercolor {border:3px solid #f626ec; }
#f626ec Text Font Color
<p style="color:#f626ec">Text here</p>
This sample text font color is #f626ec
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.
#f626ec Background Color
<div style="background-color:#f626ec">
Div content here</div>
This div background color is #f626ec
#f626ec Border Color
<div style="border:3px solid #f626ec">
Div here</div>
This div border color is #f626ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,38,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f626ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f626ec; -webkit-box-shadow: 1px 1px 3px 2px #f626ec; box-shadow: 1px 1px 3px 2px #f626ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,38,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 #f626ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f626ec; -webkit-box-shadow: 1px 1px 3px 2px #f626ec; box-shadow: 1px 1px 3px 2px #f626ec;">
Div content here</div>
This div box has shadow with color #f626ec
Comments
No comments written yet.
Please login to write comment.