Color spaces of #fa54b5
RGB | 250 | 84 | 181 |
---|---|---|---|
HSL | 0.90 | 0.94 | 0.65 |
HSV | 325° | 66° | 98° |
CMYK | 0.00 | 0.66 | 0.28 0.02 |
XYZ | 50.9352 | 30.0008 | 46.8222 |
Yxy | 30.0008 | 0.3987 | 0.2348 |
Hunter Lab | 54.7730 | 70.1403 | -12.3424 |
CIE-Lab | 61.6549 | 71.4088 | -17.0718 |
#fa54b5 color RGB value is (250,84,181).
#fa54b5 hex color red value is 250, green value is 84 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fa54b5 hue: 0.90 , saturation: 0.94 and the lightness value of fa54b5 is 0.65.
The process color (four color CMYK) of #fa54b5 color hex is 0.00, 0.66, 0.28, 0.02. Web safe color of #fa54b5 is #ff66cc. Color #fa54b5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01010100 | 10110101 |
Octal | 372 | 124 | 265 |
Decimal | 250 | 84 | 181 |
Hex | FA | 54 | B5 |
Shades of #fa54b5
Tints of #fa54b5
RGB Percentages of Color #fa54b5
CMYK Percentages of Color #fa54b5
Complementary Color
#fa54b5 | #54fa99 |
#fa54b5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa54b5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa54b5 Color CSS Codes
.mybgcolor {background-color:#fa54b5; } .myforecolor {color:#fa54b5; } .mybordercolor {border:3px solid #fa54b5; }
#fa54b5 Text Font Color
<p style="color:#fa54b5">Text here</p>
This sample text font color is #fa54b5
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.
#fa54b5 Background Color
<div style="background-color:#fa54b5">
Div content here</div>
This div background color is #fa54b5
#fa54b5 Border Color
<div style="border:3px solid #fa54b5">
Div here</div>
This div border color is #fa54b5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,84,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa54b5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa54b5; -webkit-box-shadow: 1px 1px 3px 2px #fa54b5; box-shadow: 1px 1px 3px 2px #fa54b5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,84,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa54b5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa54b5; -webkit-box-shadow: 1px 1px 3px 2px #fa54b5; box-shadow: 1px 1px 3px 2px #fa54b5;">
Div content here</div>
This div box has shadow with color #fa54b5
Comments
No comments written yet.
Please login to write comment.