Color spaces of #fe476e
RGB | 254 | 71 | 110 |
---|---|---|---|
HSL | 0.96 | 0.99 | 0.64 |
HSV | 347° | 72° | 100° |
CMYK | 0.00 | 0.72 | 0.57 0.00 |
XYZ | 45.9408 | 26.7031 | 17.4847 |
Yxy | 26.7031 | 0.5097 | 0.2963 |
Hunter Lab | 51.6750 | 68.2610 | 16.1112 |
CIE-Lab | 58.6985 | 70.4186 | 20.0822 |
#fe476e color RGB value is (254,71,110).
#fe476e hex color red value is 254, green value is 71 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fe476e hue: 0.96 , saturation: 0.99 and the lightness value of fe476e is 0.64.
The process color (four color CMYK) of #fe476e color hex is 0.00, 0.72, 0.57, 0.00. Web safe color of #fe476e is #ff3366. Color #fe476e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01000111 | 01101110 |
Octal | 376 | 107 | 156 |
Decimal | 254 | 71 | 110 |
Hex | FE | 47 | 6E |
Shades of #fe476e
Tints of #fe476e
RGB Percentages of Color #fe476e
CMYK Percentages of Color #fe476e
Complementary Color
#fe476e | #47fed7 |
#fe476e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe476e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe476e Color CSS Codes
.mybgcolor {background-color:#fe476e; } .myforecolor {color:#fe476e; } .mybordercolor {border:3px solid #fe476e; }
#fe476e Text Font Color
<p style="color:#fe476e">Text here</p>
This sample text font color is #fe476e
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.
#fe476e Background Color
<div style="background-color:#fe476e">
Div content here</div>
This div background color is #fe476e
#fe476e Border Color
<div style="border:3px solid #fe476e">
Div here</div>
This div border color is #fe476e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,71,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe476e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe476e; -webkit-box-shadow: 1px 1px 3px 2px #fe476e; box-shadow: 1px 1px 3px 2px #fe476e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,71,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe476e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe476e; -webkit-box-shadow: 1px 1px 3px 2px #fe476e; box-shadow: 1px 1px 3px 2px #fe476e;">
Div content here</div>
This div box has shadow with color #fe476e
Related Colors
Comments
No comments written yet.
Please login to write comment.