Color spaces of #fe54ba
RGB | 254 | 84 | 186 |
---|---|---|---|
HSL | 0.90 | 0.99 | 0.66 |
HSV | 324° | 67° | 100° |
CMYK | 0.00 | 0.67 | 0.27 0.00 |
XYZ | 52.9063 | 30.9566 | 49.6411 |
Yxy | 30.9566 | 0.3963 | 0.2319 |
Hunter Lab | 55.6387 | 72.3664 | -13.9518 |
CIE-Lab | 62.4710 | 73.0639 | -18.6354 |
#fe54ba color RGB value is (254,84,186).
#fe54ba hex color red value is 254, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fe54ba hue: 0.90 , saturation: 0.99 and the lightness value of fe54ba is 0.66.
The process color (four color CMYK) of #fe54ba color hex is 0.00, 0.67, 0.27, 0.00. Web safe color of #fe54ba is #ff66cc. Color #fe54ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010100 | 10111010 |
Octal | 376 | 124 | 272 |
Decimal | 254 | 84 | 186 |
Hex | FE | 54 | BA |
Shades of #fe54ba
Tints of #fe54ba
RGB Percentages of Color #fe54ba
CMYK Percentages of Color #fe54ba
Complementary Color
#fe54ba | #54fe98 |
#fe54ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe54ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe54ba Color CSS Codes
.mybgcolor {background-color:#fe54ba; } .myforecolor {color:#fe54ba; } .mybordercolor {border:3px solid #fe54ba; }
#fe54ba Text Font Color
<p style="color:#fe54ba">Text here</p>
This sample text font color is #fe54ba
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.
#fe54ba Background Color
<div style="background-color:#fe54ba">
Div content here</div>
This div background color is #fe54ba
#fe54ba Border Color
<div style="border:3px solid #fe54ba">
Div here</div>
This div border color is #fe54ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,84,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe54ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe54ba; -webkit-box-shadow: 1px 1px 3px 2px #fe54ba; box-shadow: 1px 1px 3px 2px #fe54ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,84,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe54ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe54ba; -webkit-box-shadow: 1px 1px 3px 2px #fe54ba; box-shadow: 1px 1px 3px 2px #fe54ba;">
Div content here</div>
This div box has shadow with color #fe54ba
Comments
No comments written yet.
Please login to write comment.