Color spaces of #f868ae
RGB | 248 | 104 | 174 |
---|---|---|---|
HSL | 0.92 | 0.91 | 0.69 |
HSV | 331° | 58° | 97° |
CMYK | 0.00 | 0.58 | 0.30 0.03 |
XYZ | 51.3017 | 32.9131 | 43.6934 |
Yxy | 32.9131 | 0.4011 | 0.2573 |
Hunter Lab | 57.3699 | 59.2220 | -4.9968 |
CIE-Lab | 64.0905 | 61.8824 | -9.4322 |
#f868ae color RGB value is (248,104,174).
#f868ae hex color red value is 248, green value is 104 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f868ae hue: 0.92 , saturation: 0.91 and the lightness value of f868ae is 0.69.
The process color (four color CMYK) of #f868ae color hex is 0.00, 0.58, 0.30, 0.03. Web safe color of #f868ae is #ff6699. Color #f868ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01101000 | 10101110 |
Octal | 370 | 150 | 256 |
Decimal | 248 | 104 | 174 |
Hex | F8 | 68 | AE |
Shades of #f868ae
Tints of #f868ae
RGB Percentages of Color #f868ae
CMYK Percentages of Color #f868ae
Complementary Color
#f868ae | #68f8b2 |
#f868ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f868ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#f868ae Color CSS Codes
.mybgcolor {background-color:#f868ae; } .myforecolor {color:#f868ae; } .mybordercolor {border:3px solid #f868ae; }
#f868ae Text Font Color
<p style="color:#f868ae">Text here</p>
This sample text font color is #f868ae
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.
#f868ae Background Color
<div style="background-color:#f868ae">
Div content here</div>
This div background color is #f868ae
#f868ae Border Color
<div style="border:3px solid #f868ae">
Div here</div>
This div border color is #f868ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,104,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f868ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f868ae; -webkit-box-shadow: 1px 1px 3px 2px #f868ae; box-shadow: 1px 1px 3px 2px #f868ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,104,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f868ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f868ae; -webkit-box-shadow: 1px 1px 3px 2px #f868ae; box-shadow: 1px 1px 3px 2px #f868ae;">
Div content here</div>
This div box has shadow with color #f868ae
Comments
No comments written yet.
Please login to write comment.