Color spaces of #fa1398
RGB | 250 | 19 | 152 |
---|---|---|---|
HSL | 0.90 | 0.96 | 0.53 |
HSV | 325° | 92° | 98° |
CMYK | 0.00 | 0.92 | 0.39 0.02 |
XYZ | 45.3247 | 23.0567 | 31.7673 |
Yxy | 23.0567 | 0.4526 | 0.2302 |
Hunter Lab | 48.0174 | 84.4597 | -5.6128 |
CIE-Lab | 55.1307 | 84.0351 | -10.0097 |
#fa1398 color RGB value is (250,19,152).
#fa1398 hex color red value is 250, green value is 19 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fa1398 hue: 0.90 , saturation: 0.96 and the lightness value of fa1398 is 0.53.
The process color (four color CMYK) of #fa1398 color hex is 0.00, 0.92, 0.39, 0.02. Web safe color of #fa1398 is #ff0099. Color #fa1398 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00010011 | 10011000 |
Octal | 372 | 23 | 230 |
Decimal | 250 | 19 | 152 |
Hex | FA | 13 | 98 |
Shades of #fa1398
Tints of #fa1398
RGB Percentages of Color #fa1398
CMYK Percentages of Color #fa1398
Complementary Color
#fa1398 | #13fa75 |
#fa1398 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa1398 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa1398 Color CSS Codes
.mybgcolor {background-color:#fa1398; } .myforecolor {color:#fa1398; } .mybordercolor {border:3px solid #fa1398; }
#fa1398 Text Font Color
<p style="color:#fa1398">Text here</p>
This sample text font color is #fa1398
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.
#fa1398 Background Color
<div style="background-color:#fa1398">
Div content here</div>
This div background color is #fa1398
#fa1398 Border Color
<div style="border:3px solid #fa1398">
Div here</div>
This div border color is #fa1398
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,19,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa1398; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa1398; -webkit-box-shadow: 1px 1px 3px 2px #fa1398; box-shadow: 1px 1px 3px 2px #fa1398; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,19,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa1398">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa1398; -webkit-box-shadow: 1px 1px 3px 2px #fa1398; box-shadow: 1px 1px 3px 2px #fa1398;">
Div content here</div>
This div box has shadow with color #fa1398
Comments
No comments written yet.
Please login to write comment.