Color spaces of #fa0958
RGB | 250 | 9 | 88 |
---|---|---|---|
HSL | 0.95 | 0.96 | 0.51 |
HSV | 340° | 96° | 98° |
CMYK | 0.00 | 0.96 | 0.65 0.02 |
XYZ | 41.2835 | 21.2239 | 11.1533 |
Yxy | 21.2239 | 0.5605 | 0.2881 |
Hunter Lab | 46.0694 | 79.3351 | 17.8946 |
CIE-Lab | 53.1937 | 80.4114 | 25.7206 |
#fa0958 color RGB value is (250,9,88).
#fa0958 hex color red value is 250, green value is 9 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fa0958 hue: 0.95 , saturation: 0.96 and the lightness value of fa0958 is 0.51.
The process color (four color CMYK) of #fa0958 color hex is 0.00, 0.96, 0.65, 0.02. Web safe color of #fa0958 is #ff0066. Color #fa0958 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00001001 | 01011000 |
Octal | 372 | 11 | 130 |
Decimal | 250 | 9 | 88 |
Hex | FA | 9 | 58 |
Shades of #fa0958
Tints of #fa0958
RGB Percentages of Color #fa0958
CMYK Percentages of Color #fa0958
Complementary Color
#fa0958 | #09faab |
#fa0958 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa0958 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa0958 Color CSS Codes
.mybgcolor {background-color:#fa0958; } .myforecolor {color:#fa0958; } .mybordercolor {border:3px solid #fa0958; }
#fa0958 Text Font Color
<p style="color:#fa0958">Text here</p>
This sample text font color is #fa0958
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.
#fa0958 Background Color
<div style="background-color:#fa0958">
Div content here</div>
This div background color is #fa0958
#fa0958 Border Color
<div style="border:3px solid #fa0958">
Div here</div>
This div border color is #fa0958
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,9,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa0958; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa0958; -webkit-box-shadow: 1px 1px 3px 2px #fa0958; box-shadow: 1px 1px 3px 2px #fa0958; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,9,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa0958">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa0958; -webkit-box-shadow: 1px 1px 3px 2px #fa0958; box-shadow: 1px 1px 3px 2px #fa0958;">
Div content here</div>
This div box has shadow with color #fa0958
Comments
No comments written yet.
Please login to write comment.