Color spaces of #fa2bde
RGB | 250 | 43 | 222 |
---|---|---|---|
HSL | 0.86 | 0.95 | 0.57 |
HSV | 308° | 83° | 98° |
CMYK | 0.00 | 0.83 | 0.11 0.02 |
XYZ | 53.4730 | 27.3257 | 71.5633 |
Yxy | 27.3257 | 0.3510 | 0.1793 |
Hunter Lab | 52.2740 | 91.1148 | -44.5765 |
CIE-Lab | 59.2746 | 88.3048 | -44.1057 |
#fa2bde color RGB value is (250,43,222).
#fa2bde hex color red value is 250, green value is 43 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fa2bde hue: 0.86 , saturation: 0.95 and the lightness value of fa2bde is 0.57.
The process color (four color CMYK) of #fa2bde color hex is 0.00, 0.83, 0.11, 0.02. Web safe color of #fa2bde is #ff33cc. Color #fa2bde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00101011 | 11011110 |
Octal | 372 | 53 | 336 |
Decimal | 250 | 43 | 222 |
Hex | FA | 2B | DE |
Shades of #fa2bde
Tints of #fa2bde
RGB Percentages of Color #fa2bde
CMYK Percentages of Color #fa2bde
Complementary Color
#fa2bde | #2bfa47 |
#fa2bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa2bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa2bde Color CSS Codes
.mybgcolor {background-color:#fa2bde; } .myforecolor {color:#fa2bde; } .mybordercolor {border:3px solid #fa2bde; }
#fa2bde Text Font Color
<p style="color:#fa2bde">Text here</p>
This sample text font color is #fa2bde
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.
#fa2bde Background Color
<div style="background-color:#fa2bde">
Div content here</div>
This div background color is #fa2bde
#fa2bde Border Color
<div style="border:3px solid #fa2bde">
Div here</div>
This div border color is #fa2bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,43,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa2bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa2bde; -webkit-box-shadow: 1px 1px 3px 2px #fa2bde; box-shadow: 1px 1px 3px 2px #fa2bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,43,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa2bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa2bde; -webkit-box-shadow: 1px 1px 3px 2px #fa2bde; box-shadow: 1px 1px 3px 2px #fa2bde;">
Div content here</div>
This div box has shadow with color #fa2bde
Comments
No comments written yet.
Please login to write comment.