Color spaces of #fa40ee
RGB | 250 | 64 | 238 |
---|---|---|---|
HSL | 0.84 | 0.95 | 0.62 |
HSV | 304° | 74° | 98° |
CMYK | 0.00 | 0.74 | 0.05 0.02 |
XYZ | 56.6904 | 30.1638 | 83.7232 |
Yxy | 30.1638 | 0.3323 | 0.1768 |
Hunter Lab | 54.9216 | 88.1361 | -51.9374 |
CIE-Lab | 61.7953 | 85.5575 | -49.0982 |
#fa40ee color RGB value is (250,64,238).
#fa40ee hex color red value is 250, green value is 64 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fa40ee hue: 0.84 , saturation: 0.95 and the lightness value of fa40ee is 0.62.
The process color (four color CMYK) of #fa40ee color hex is 0.00, 0.74, 0.05, 0.02. Web safe color of #fa40ee is #ff33ff. Color #fa40ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01000000 | 11101110 |
Octal | 372 | 100 | 356 |
Decimal | 250 | 64 | 238 |
Hex | FA | 40 | EE |
Shades of #fa40ee
Tints of #fa40ee
RGB Percentages of Color #fa40ee
CMYK Percentages of Color #fa40ee
Complementary Color
#fa40ee | #40fa4c |
#fa40ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa40ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa40ee Color CSS Codes
.mybgcolor {background-color:#fa40ee; } .myforecolor {color:#fa40ee; } .mybordercolor {border:3px solid #fa40ee; }
#fa40ee Text Font Color
<p style="color:#fa40ee">Text here</p>
This sample text font color is #fa40ee
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.
#fa40ee Background Color
<div style="background-color:#fa40ee">
Div content here</div>
This div background color is #fa40ee
#fa40ee Border Color
<div style="border:3px solid #fa40ee">
Div here</div>
This div border color is #fa40ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,64,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa40ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa40ee; -webkit-box-shadow: 1px 1px 3px 2px #fa40ee; box-shadow: 1px 1px 3px 2px #fa40ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,64,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa40ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa40ee; -webkit-box-shadow: 1px 1px 3px 2px #fa40ee; box-shadow: 1px 1px 3px 2px #fa40ee;">
Div content here</div>
This div box has shadow with color #fa40ee
Comments
No comments written yet.
Please login to write comment.