Color spaces of #fa758a
RGB | 250 | 117 | 138 |
---|---|---|---|
HSL | 0.97 | 0.93 | 0.72 |
HSV | 351° | 53° | 98° |
CMYK | 0.00 | 0.53 | 0.45 0.02 |
XYZ | 50.3731 | 34.8816 | 28.1226 |
Yxy | 34.8816 | 0.4443 | 0.3077 |
Hunter Lab | 59.0606 | 48.8873 | 13.1106 |
CIE-Lab | 65.6564 | 52.6616 | 13.4184 |
#fa758a color RGB value is (250,117,138).
#fa758a hex color red value is 250, green value is 117 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fa758a hue: 0.97 , saturation: 0.93 and the lightness value of fa758a is 0.72.
The process color (four color CMYK) of #fa758a color hex is 0.00, 0.53, 0.45, 0.02. Web safe color of #fa758a is #ff6699. Color #fa758a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01110101 | 10001010 |
Octal | 372 | 165 | 212 |
Decimal | 250 | 117 | 138 |
Hex | FA | 75 | 8A |
Shades of #fa758a
Tints of #fa758a
RGB Percentages of Color #fa758a
CMYK Percentages of Color #fa758a
Complementary Color
#fa758a | #75fae5 |
#fa758a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa758a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa758a Color CSS Codes
.mybgcolor {background-color:#fa758a; } .myforecolor {color:#fa758a; } .mybordercolor {border:3px solid #fa758a; }
#fa758a Text Font Color
<p style="color:#fa758a">Text here</p>
This sample text font color is #fa758a
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.
#fa758a Background Color
<div style="background-color:#fa758a">
Div content here</div>
This div background color is #fa758a
#fa758a Border Color
<div style="border:3px solid #fa758a">
Div here</div>
This div border color is #fa758a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,117,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa758a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa758a; -webkit-box-shadow: 1px 1px 3px 2px #fa758a; box-shadow: 1px 1px 3px 2px #fa758a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,117,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa758a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa758a; -webkit-box-shadow: 1px 1px 3px 2px #fa758a; box-shadow: 1px 1px 3px 2px #fa758a;">
Div content here</div>
This div box has shadow with color #fa758a
Comments
No comments written yet.
Please login to write comment.