Color spaces of #f83aea
RGB | 248 | 58 | 234 |
---|---|---|---|
HSL | 0.85 | 0.93 | 0.60 |
HSV | 304° | 77° | 97° |
CMYK | 0.00 | 0.77 | 0.06 0.03 |
XYZ | 55.0757 | 28.9231 | 80.5218 |
Yxy | 28.9231 | 0.3348 | 0.1758 |
Hunter Lab | 53.7802 | 88.6845 | -51.1251 |
CIE-Lab | 60.7137 | 86.1850 | -48.5972 |
#f83aea color RGB value is (248,58,234).
#f83aea hex color red value is 248, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f83aea hue: 0.85 , saturation: 0.93 and the lightness value of f83aea is 0.60.
The process color (four color CMYK) of #f83aea color hex is 0.00, 0.77, 0.06, 0.03. Web safe color of #f83aea is #ff33ff. Color #f83aea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00111010 | 11101010 |
Octal | 370 | 72 | 352 |
Decimal | 248 | 58 | 234 |
Hex | F8 | 3A | EA |
Shades of #f83aea
Tints of #f83aea
RGB Percentages of Color #f83aea
CMYK Percentages of Color #f83aea
Complementary Color
#f83aea | #3af848 |
#f83aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f83aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#f83aea Color CSS Codes
.mybgcolor {background-color:#f83aea; } .myforecolor {color:#f83aea; } .mybordercolor {border:3px solid #f83aea; }
#f83aea Text Font Color
<p style="color:#f83aea">Text here</p>
This sample text font color is #f83aea
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.
#f83aea Background Color
<div style="background-color:#f83aea">
Div content here</div>
This div background color is #f83aea
#f83aea Border Color
<div style="border:3px solid #f83aea">
Div here</div>
This div border color is #f83aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,58,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f83aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f83aea; -webkit-box-shadow: 1px 1px 3px 2px #f83aea; box-shadow: 1px 1px 3px 2px #f83aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,58,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 #f83aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f83aea; -webkit-box-shadow: 1px 1px 3px 2px #f83aea; box-shadow: 1px 1px 3px 2px #f83aea;">
Div content here</div>
This div box has shadow with color #f83aea
Comments
No comments written yet.
Please login to write comment.