Color spaces of #f686ea
RGB | 246 | 134 | 234 |
---|---|---|---|
HSL | 0.85 | 0.86 | 0.75 |
HSV | 306° | 46° | 96° |
CMYK | 0.00 | 0.46 | 0.05 0.04 |
XYZ | 61.3824 | 42.5835 | 82.8261 |
Yxy | 42.5835 | 0.3286 | 0.2280 |
Hunter Lab | 65.2560 | 53.7061 | -29.5745 |
CIE-Lab | 71.2714 | 56.0174 | -32.1034 |
#f686ea color RGB value is (246,134,234).
#f686ea hex color red value is 246, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f686ea hue: 0.85 , saturation: 0.86 and the lightness value of f686ea is 0.75.
The process color (four color CMYK) of #f686ea color hex is 0.00, 0.46, 0.05, 0.04. Web safe color of #f686ea is #ff99ff. Color #f686ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10000110 | 11101010 |
Octal | 366 | 206 | 352 |
Decimal | 246 | 134 | 234 |
Hex | F6 | 86 | EA |
Shades of #f686ea
Tints of #f686ea
RGB Percentages of Color #f686ea
CMYK Percentages of Color #f686ea
Complementary Color
#f686ea | #86f692 |
#f686ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f686ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#f686ea Color CSS Codes
.mybgcolor {background-color:#f686ea; } .myforecolor {color:#f686ea; } .mybordercolor {border:3px solid #f686ea; }
#f686ea Text Font Color
<p style="color:#f686ea">Text here</p>
This sample text font color is #f686ea
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.
#f686ea Background Color
<div style="background-color:#f686ea">
Div content here</div>
This div background color is #f686ea
#f686ea Border Color
<div style="border:3px solid #f686ea">
Div here</div>
This div border color is #f686ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,134,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f686ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f686ea; -webkit-box-shadow: 1px 1px 3px 2px #f686ea; box-shadow: 1px 1px 3px 2px #f686ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,134,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f686ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f686ea; -webkit-box-shadow: 1px 1px 3px 2px #f686ea; box-shadow: 1px 1px 3px 2px #f686ea;">
Div content here</div>
This div box has shadow with color #f686ea
Comments
No comments written yet.
Please login to write comment.