Color spaces of #fa3def
RGB | 250 | 61 | 239 |
---|---|---|---|
HSL | 0.84 | 0.95 | 0.61 |
HSV | 303° | 76° | 98° |
CMYK | 0.00 | 0.76 | 0.04 0.02 |
XYZ | 56.6731 | 29.8935 | 84.4444 |
Yxy | 29.8935 | 0.3314 | 0.1748 |
Hunter Lab | 54.6749 | 89.3423 | -53.2998 |
CIE-Lab | 61.5622 | 86.5193 | -50.0247 |
#fa3def color RGB value is (250,61,239).
#fa3def hex color red value is 250, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fa3def hue: 0.84 , saturation: 0.95 and the lightness value of fa3def is 0.61.
The process color (four color CMYK) of #fa3def color hex is 0.00, 0.76, 0.04, 0.02. Web safe color of #fa3def is #ff33ff. Color #fa3def contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00111101 | 11101111 |
Octal | 372 | 75 | 357 |
Decimal | 250 | 61 | 239 |
Hex | FA | 3D | EF |
Shades of #fa3def
Tints of #fa3def
RGB Percentages of Color #fa3def
CMYK Percentages of Color #fa3def
Complementary Color
#fa3def | #3dfa48 |
#fa3def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa3def Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa3def Color CSS Codes
.mybgcolor {background-color:#fa3def; } .myforecolor {color:#fa3def; } .mybordercolor {border:3px solid #fa3def; }
#fa3def Text Font Color
<p style="color:#fa3def">Text here</p>
This sample text font color is #fa3def
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.
#fa3def Background Color
<div style="background-color:#fa3def">
Div content here</div>
This div background color is #fa3def
#fa3def Border Color
<div style="border:3px solid #fa3def">
Div here</div>
This div border color is #fa3def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,61,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa3def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa3def; -webkit-box-shadow: 1px 1px 3px 2px #fa3def; box-shadow: 1px 1px 3px 2px #fa3def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,61,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa3def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa3def; -webkit-box-shadow: 1px 1px 3px 2px #fa3def; box-shadow: 1px 1px 3px 2px #fa3def;">
Div content here</div>
This div box has shadow with color #fa3def
Comments
No comments written yet.
Please login to write comment.