Color spaces of #fa29dd
RGB | 250 | 41 | 221 |
---|---|---|---|
HSL | 0.86 | 0.95 | 0.57 |
HSV | 308° | 84° | 98° |
CMYK | 0.00 | 0.84 | 0.12 0.02 |
XYZ | 53.2684 | 27.1303 | 70.8357 |
Yxy | 27.1303 | 0.3522 | 0.1794 |
Hunter Lab | 52.0868 | 91.3976 | -44.1711 |
CIE-Lab | 59.0947 | 88.5529 | -43.8245 |
#fa29dd color RGB value is (250,41,221).
#fa29dd hex color red value is 250, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fa29dd hue: 0.86 , saturation: 0.95 and the lightness value of fa29dd is 0.57.
The process color (four color CMYK) of #fa29dd color hex is 0.00, 0.84, 0.12, 0.02. Web safe color of #fa29dd is #ff33cc. Color #fa29dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00101001 | 11011101 |
Octal | 372 | 51 | 335 |
Decimal | 250 | 41 | 221 |
Hex | FA | 29 | DD |
Shades of #fa29dd
Tints of #fa29dd
RGB Percentages of Color #fa29dd
CMYK Percentages of Color #fa29dd
Complementary Color
#fa29dd | #29fa46 |
#fa29dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa29dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa29dd Color CSS Codes
.mybgcolor {background-color:#fa29dd; } .myforecolor {color:#fa29dd; } .mybordercolor {border:3px solid #fa29dd; }
#fa29dd Text Font Color
<p style="color:#fa29dd">Text here</p>
This sample text font color is #fa29dd
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.
#fa29dd Background Color
<div style="background-color:#fa29dd">
Div content here</div>
This div background color is #fa29dd
#fa29dd Border Color
<div style="border:3px solid #fa29dd">
Div here</div>
This div border color is #fa29dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,41,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa29dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa29dd; -webkit-box-shadow: 1px 1px 3px 2px #fa29dd; box-shadow: 1px 1px 3px 2px #fa29dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,41,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa29dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa29dd; -webkit-box-shadow: 1px 1px 3px 2px #fa29dd; box-shadow: 1px 1px 3px 2px #fa29dd;">
Div content here</div>
This div box has shadow with color #fa29dd
Comments
No comments written yet.
Please login to write comment.