Color spaces of #fa538d
RGB | 250 | 83 | 141 |
---|---|---|---|
HSL | 0.94 | 0.94 | 0.65 |
HSV | 339° | 67° | 98° |
CMYK | 0.00 | 0.67 | 0.44 0.02 |
XYZ | 47.3253 | 28.4336 | 28.1932 |
Yxy | 28.4336 | 0.4553 | 0.2735 |
Hunter Lab | 53.3232 | 65.1065 | 5.9782 |
CIE-Lab | 60.2785 | 67.5113 | 4.0397 |
#fa538d color RGB value is (250,83,141).
#fa538d hex color red value is 250, green value is 83 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fa538d hue: 0.94 , saturation: 0.94 and the lightness value of fa538d is 0.65.
The process color (four color CMYK) of #fa538d color hex is 0.00, 0.67, 0.44, 0.02. Web safe color of #fa538d is #ff6699. Color #fa538d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01010011 | 10001101 |
Octal | 372 | 123 | 215 |
Decimal | 250 | 83 | 141 |
Hex | FA | 53 | 8D |
Shades of #fa538d
Tints of #fa538d
RGB Percentages of Color #fa538d
CMYK Percentages of Color #fa538d
Complementary Color
#fa538d | #53fac0 |
#fa538d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa538d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa538d Color CSS Codes
.mybgcolor {background-color:#fa538d; } .myforecolor {color:#fa538d; } .mybordercolor {border:3px solid #fa538d; }
#fa538d Text Font Color
<p style="color:#fa538d">Text here</p>
This sample text font color is #fa538d
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.
#fa538d Background Color
<div style="background-color:#fa538d">
Div content here</div>
This div background color is #fa538d
#fa538d Border Color
<div style="border:3px solid #fa538d">
Div here</div>
This div border color is #fa538d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,83,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa538d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa538d; -webkit-box-shadow: 1px 1px 3px 2px #fa538d; box-shadow: 1px 1px 3px 2px #fa538d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,83,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa538d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa538d; -webkit-box-shadow: 1px 1px 3px 2px #fa538d; box-shadow: 1px 1px 3px 2px #fa538d;">
Div content here</div>
This div box has shadow with color #fa538d
Comments
No comments written yet.
Please login to write comment.