Color spaces of #fe506d
RGB | 254 | 80 | 109 |
---|---|---|---|
HSL | 0.97 | 0.99 | 0.65 |
HSV | 350° | 69° | 100° |
CMYK | 0.00 | 0.69 | 0.57 0.00 |
XYZ | 46.5020 | 27.9123 | 17.4047 |
Yxy | 27.9123 | 0.5065 | 0.3040 |
Hunter Lab | 52.8321 | 64.6568 | 17.4503 |
CIE-Lab | 59.8094 | 67.2215 | 22.1637 |
#fe506d color RGB value is (254,80,109).
#fe506d hex color red value is 254, green value is 80 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fe506d hue: 0.97 , saturation: 0.99 and the lightness value of fe506d is 0.65.
The process color (four color CMYK) of #fe506d color hex is 0.00, 0.69, 0.57, 0.00. Web safe color of #fe506d is #ff6666. Color #fe506d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010000 | 01101101 |
Octal | 376 | 120 | 155 |
Decimal | 254 | 80 | 109 |
Hex | FE | 50 | 6D |
Shades of #fe506d
Tints of #fe506d
RGB Percentages of Color #fe506d
CMYK Percentages of Color #fe506d
Complementary Color
#fe506d | #50fee1 |
#fe506d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe506d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe506d Color CSS Codes
.mybgcolor {background-color:#fe506d; } .myforecolor {color:#fe506d; } .mybordercolor {border:3px solid #fe506d; }
#fe506d Text Font Color
<p style="color:#fe506d">Text here</p>
This sample text font color is #fe506d
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.
#fe506d Background Color
<div style="background-color:#fe506d">
Div content here</div>
This div background color is #fe506d
#fe506d Border Color
<div style="border:3px solid #fe506d">
Div here</div>
This div border color is #fe506d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,80,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe506d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe506d; -webkit-box-shadow: 1px 1px 3px 2px #fe506d; box-shadow: 1px 1px 3px 2px #fe506d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,80,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe506d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe506d; -webkit-box-shadow: 1px 1px 3px 2px #fe506d; box-shadow: 1px 1px 3px 2px #fe506d;">
Div content here</div>
This div box has shadow with color #fe506d
Comments
No comments written yet.
Please login to write comment.