Color spaces of #fe4174
RGB | 254 | 65 | 116 |
---|---|---|---|
HSL | 0.96 | 0.99 | 0.63 |
HSV | 344° | 74° | 100° |
CMYK | 0.00 | 0.74 | 0.54 0.00 |
XYZ | 45.9157 | 26.1124 | 19.1432 |
Yxy | 26.1124 | 0.5036 | 0.2864 |
Hunter Lab | 51.1003 | 70.9640 | 13.5590 |
CIE-Lab | 58.1436 | 72.7390 | 15.7916 |
#fe4174 color RGB value is (254,65,116).
#fe4174 hex color red value is 254, green value is 65 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fe4174 hue: 0.96 , saturation: 0.99 and the lightness value of fe4174 is 0.63.
The process color (four color CMYK) of #fe4174 color hex is 0.00, 0.74, 0.54, 0.00. Web safe color of #fe4174 is #ff3366. Color #fe4174 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01000001 | 01110100 |
Octal | 376 | 101 | 164 |
Decimal | 254 | 65 | 116 |
Hex | FE | 41 | 74 |
Shades of #fe4174
Tints of #fe4174
RGB Percentages of Color #fe4174
CMYK Percentages of Color #fe4174
Complementary Color
#fe4174 | #41fecb |
#fe4174 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe4174 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe4174 Color CSS Codes
.mybgcolor {background-color:#fe4174; } .myforecolor {color:#fe4174; } .mybordercolor {border:3px solid #fe4174; }
#fe4174 Text Font Color
<p style="color:#fe4174">Text here</p>
This sample text font color is #fe4174
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.
#fe4174 Background Color
<div style="background-color:#fe4174">
Div content here</div>
This div background color is #fe4174
#fe4174 Border Color
<div style="border:3px solid #fe4174">
Div here</div>
This div border color is #fe4174
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,65,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe4174; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe4174; -webkit-box-shadow: 1px 1px 3px 2px #fe4174; box-shadow: 1px 1px 3px 2px #fe4174; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,65,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe4174">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe4174; -webkit-box-shadow: 1px 1px 3px 2px #fe4174; box-shadow: 1px 1px 3px 2px #fe4174;">
Div content here</div>
This div box has shadow with color #fe4174
Comments
No comments written yet.
Please login to write comment.