Color spaces of #fe539c
RGB | 254 | 83 | 156 |
---|---|---|---|
HSL | 0.93 | 0.99 | 0.66 |
HSV | 334° | 67° | 100° |
CMYK | 0.00 | 0.67 | 0.39 0.00 |
XYZ | 49.9671 | 29.6576 | 34.5434 |
Yxy | 29.6576 | 0.4377 | 0.2598 |
Hunter Lab | 54.4588 | 68.4747 | 0.5133 |
CIE-Lab | 61.3577 | 70.1006 | -3.0302 |
#fe539c color RGB value is (254,83,156).
#fe539c hex color red value is 254, green value is 83 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fe539c hue: 0.93 , saturation: 0.99 and the lightness value of fe539c is 0.66.
The process color (four color CMYK) of #fe539c color hex is 0.00, 0.67, 0.39, 0.00. Web safe color of #fe539c is #ff6699. Color #fe539c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010011 | 10011100 |
Octal | 376 | 123 | 234 |
Decimal | 254 | 83 | 156 |
Hex | FE | 53 | 9C |
Shades of #fe539c
Tints of #fe539c
RGB Percentages of Color #fe539c
CMYK Percentages of Color #fe539c
Complementary Color
#fe539c | #53feb5 |
#fe539c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe539c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe539c Color CSS Codes
.mybgcolor {background-color:#fe539c; } .myforecolor {color:#fe539c; } .mybordercolor {border:3px solid #fe539c; }
#fe539c Text Font Color
<p style="color:#fe539c">Text here</p>
This sample text font color is #fe539c
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.
#fe539c Background Color
<div style="background-color:#fe539c">
Div content here</div>
This div background color is #fe539c
#fe539c Border Color
<div style="border:3px solid #fe539c">
Div here</div>
This div border color is #fe539c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,83,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe539c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe539c; -webkit-box-shadow: 1px 1px 3px 2px #fe539c; box-shadow: 1px 1px 3px 2px #fe539c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,83,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe539c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe539c; -webkit-box-shadow: 1px 1px 3px 2px #fe539c; box-shadow: 1px 1px 3px 2px #fe539c;">
Div content here</div>
This div box has shadow with color #fe539c
Comments
No comments written yet.
Please login to write comment.