Color spaces of #f817aa
RGB | 248 | 23 | 170 |
---|---|---|---|
HSL | 0.89 | 0.94 | 0.53 |
HSV | 321° | 91° | 97° |
CMYK | 0.00 | 0.91 | 0.31 0.03 |
XYZ | 46.2735 | 23.4715 | 40.1218 |
Yxy | 23.4715 | 0.4212 | 0.2136 |
Hunter Lab | 48.4474 | 85.7075 | -15.1879 |
CIE-Lab | 55.5547 | 84.9144 | -20.0147 |
#f817aa color RGB value is (248,23,170).
#f817aa hex color red value is 248, green value is 23 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f817aa hue: 0.89 , saturation: 0.94 and the lightness value of f817aa is 0.53.
The process color (four color CMYK) of #f817aa color hex is 0.00, 0.91, 0.31, 0.03. Web safe color of #f817aa is #ff0099. Color #f817aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00010111 | 10101010 |
Octal | 370 | 27 | 252 |
Decimal | 248 | 23 | 170 |
Hex | F8 | 17 | AA |
Shades of #f817aa
Tints of #f817aa
RGB Percentages of Color #f817aa
CMYK Percentages of Color #f817aa
Complementary Color
#f817aa | #17f865 |
#f817aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f817aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f817aa Color CSS Codes
.mybgcolor {background-color:#f817aa; } .myforecolor {color:#f817aa; } .mybordercolor {border:3px solid #f817aa; }
#f817aa Text Font Color
<p style="color:#f817aa">Text here</p>
This sample text font color is #f817aa
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.
#f817aa Background Color
<div style="background-color:#f817aa">
Div content here</div>
This div background color is #f817aa
#f817aa Border Color
<div style="border:3px solid #f817aa">
Div here</div>
This div border color is #f817aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,23,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f817aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f817aa; -webkit-box-shadow: 1px 1px 3px 2px #f817aa; box-shadow: 1px 1px 3px 2px #f817aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,23,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f817aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f817aa; -webkit-box-shadow: 1px 1px 3px 2px #f817aa; box-shadow: 1px 1px 3px 2px #f817aa;">
Div content here</div>
This div box has shadow with color #f817aa
Comments
No comments written yet.
Please login to write comment.