Color spaces of #fe53a6
RGB | 254 | 83 | 166 |
---|---|---|---|
HSL | 0.92 | 0.99 | 0.66 |
HSV | 331° | 67° | 100° |
CMYK | 0.00 | 0.67 | 0.35 0.00 |
XYZ | 50.8492 | 30.0105 | 39.1889 |
Yxy | 30.0105 | 0.4236 | 0.2500 |
Hunter Lab | 54.7818 | 69.8177 | -4.0666 |
CIE-Lab | 61.6633 | 71.1440 | -8.3627 |
#fe53a6 color RGB value is (254,83,166).
#fe53a6 hex color red value is 254, green value is 83 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fe53a6 hue: 0.92 , saturation: 0.99 and the lightness value of fe53a6 is 0.66.
The process color (four color CMYK) of #fe53a6 color hex is 0.00, 0.67, 0.35, 0.00. Web safe color of #fe53a6 is #ff6699. Color #fe53a6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010011 | 10100110 |
Octal | 376 | 123 | 246 |
Decimal | 254 | 83 | 166 |
Hex | FE | 53 | A6 |
Shades of #fe53a6
Tints of #fe53a6
RGB Percentages of Color #fe53a6
CMYK Percentages of Color #fe53a6
Complementary Color
#fe53a6 | #53feab |
#fe53a6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe53a6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe53a6 Color CSS Codes
.mybgcolor {background-color:#fe53a6; } .myforecolor {color:#fe53a6; } .mybordercolor {border:3px solid #fe53a6; }
#fe53a6 Text Font Color
<p style="color:#fe53a6">Text here</p>
This sample text font color is #fe53a6
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.
#fe53a6 Background Color
<div style="background-color:#fe53a6">
Div content here</div>
This div background color is #fe53a6
#fe53a6 Border Color
<div style="border:3px solid #fe53a6">
Div here</div>
This div border color is #fe53a6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,83,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe53a6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe53a6; -webkit-box-shadow: 1px 1px 3px 2px #fe53a6; box-shadow: 1px 1px 3px 2px #fe53a6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,83,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe53a6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe53a6; -webkit-box-shadow: 1px 1px 3px 2px #fe53a6; box-shadow: 1px 1px 3px 2px #fe53a6;">
Div content here</div>
This div box has shadow with color #fe53a6
Comments
No comments written yet.
Please login to write comment.