Color spaces of #fa25ea
RGB | 250 | 37 | 234 |
---|---|---|---|
HSL | 0.85 | 0.96 | 0.56 |
HSV | 305° | 85° | 98° |
CMYK | 0.00 | 0.85 | 0.06 0.02 |
XYZ | 54.9372 | 27.5876 | 80.2713 |
Yxy | 27.5876 | 0.3375 | 0.1695 |
Hunter Lab | 52.5239 | 94.7847 | -53.8451 |
CIE-Lab | 59.5143 | 91.0051 | -50.4773 |
#fa25ea color RGB value is (250,37,234).
#fa25ea hex color red value is 250, green value is 37 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fa25ea hue: 0.85 , saturation: 0.96 and the lightness value of fa25ea is 0.56.
The process color (four color CMYK) of #fa25ea color hex is 0.00, 0.85, 0.06, 0.02. Web safe color of #fa25ea is #ff33ff. Color #fa25ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00100101 | 11101010 |
Octal | 372 | 45 | 352 |
Decimal | 250 | 37 | 234 |
Hex | FA | 25 | EA |
Shades of #fa25ea
Tints of #fa25ea
RGB Percentages of Color #fa25ea
CMYK Percentages of Color #fa25ea
Complementary Color
#fa25ea | #25fa35 |
#fa25ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa25ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa25ea Color CSS Codes
.mybgcolor {background-color:#fa25ea; } .myforecolor {color:#fa25ea; } .mybordercolor {border:3px solid #fa25ea; }
#fa25ea Text Font Color
<p style="color:#fa25ea">Text here</p>
This sample text font color is #fa25ea
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.
#fa25ea Background Color
<div style="background-color:#fa25ea">
Div content here</div>
This div background color is #fa25ea
#fa25ea Border Color
<div style="border:3px solid #fa25ea">
Div here</div>
This div border color is #fa25ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,37,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa25ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa25ea; -webkit-box-shadow: 1px 1px 3px 2px #fa25ea; box-shadow: 1px 1px 3px 2px #fa25ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,37,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 #fa25ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa25ea; -webkit-box-shadow: 1px 1px 3px 2px #fa25ea; box-shadow: 1px 1px 3px 2px #fa25ea;">
Div content here</div>
This div box has shadow with color #fa25ea
Comments
No comments written yet.
Please login to write comment.