Color spaces of #fa2dfe
RGB | 250 | 45 | 254 |
---|---|---|---|
HSL | 0.83 | 0.99 | 0.59 |
HSV | 299° | 82° | 100° |
CMYK | 0.02 | 0.82 | 0.00 0.00 |
XYZ | 58.2521 | 29.3565 | 96.3621 |
Yxy | 29.3565 | 0.3166 | 0.1596 |
Hunter Lab | 54.1816 | 97.0922 | -67.5202 |
CIE-Lab | 61.0950 | 92.4059 | -59.0972 |
#fa2dfe color RGB value is (250,45,254).
#fa2dfe hex color red value is 250, green value is 45 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fa2dfe hue: 0.83 , saturation: 0.99 and the lightness value of fa2dfe is 0.59.
The process color (four color CMYK) of #fa2dfe color hex is 0.02, 0.82, 0.00, 0.00. Web safe color of #fa2dfe is #ff33ff. Color #fa2dfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00101101 | 11111110 |
Octal | 372 | 55 | 376 |
Decimal | 250 | 45 | 254 |
Hex | FA | 2D | FE |
Shades of #fa2dfe
Tints of #fa2dfe
RGB Percentages of Color #fa2dfe
CMYK Percentages of Color #fa2dfe
Complementary Color
#fa2dfe | #31fe2d |
#fa2dfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa2dfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa2dfe Color CSS Codes
.mybgcolor {background-color:#fa2dfe; } .myforecolor {color:#fa2dfe; } .mybordercolor {border:3px solid #fa2dfe; }
#fa2dfe Text Font Color
<p style="color:#fa2dfe">Text here</p>
This sample text font color is #fa2dfe
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.
#fa2dfe Background Color
<div style="background-color:#fa2dfe">
Div content here</div>
This div background color is #fa2dfe
#fa2dfe Border Color
<div style="border:3px solid #fa2dfe">
Div here</div>
This div border color is #fa2dfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,45,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa2dfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa2dfe; -webkit-box-shadow: 1px 1px 3px 2px #fa2dfe; box-shadow: 1px 1px 3px 2px #fa2dfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,45,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa2dfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa2dfe; -webkit-box-shadow: 1px 1px 3px 2px #fa2dfe; box-shadow: 1px 1px 3px 2px #fa2dfe;">
Div content here</div>
This div box has shadow with color #fa2dfe
Comments
No comments written yet.
Please login to write comment.