Color spaces of #fe4086
RGB | 254 | 64 | 134 |
---|---|---|---|
HSL | 0.94 | 0.99 | 0.62 |
HSV | 338° | 75° | 100° |
CMYK | 0.00 | 0.75 | 0.47 0.00 |
XYZ | 47.0095 | 26.4589 | 25.1836 |
Yxy | 26.4589 | 0.4765 | 0.2682 |
Hunter Lab | 51.4382 | 73.1147 | 6.9790 |
CIE-Lab | 58.4701 | 74.4225 | 5.6295 |
#fe4086 color RGB value is (254,64,134).
#fe4086 hex color red value is 254, green value is 64 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fe4086 hue: 0.94 , saturation: 0.99 and the lightness value of fe4086 is 0.62.
The process color (four color CMYK) of #fe4086 color hex is 0.00, 0.75, 0.47, 0.00. Web safe color of #fe4086 is #ff3399. Color #fe4086 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01000000 | 10000110 |
Octal | 376 | 100 | 206 |
Decimal | 254 | 64 | 134 |
Hex | FE | 40 | 86 |
Shades of #fe4086
Tints of #fe4086
RGB Percentages of Color #fe4086
CMYK Percentages of Color #fe4086
Complementary Color
#fe4086 | #40feb8 |
#fe4086 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe4086 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe4086 Color CSS Codes
.mybgcolor {background-color:#fe4086; } .myforecolor {color:#fe4086; } .mybordercolor {border:3px solid #fe4086; }
#fe4086 Text Font Color
<p style="color:#fe4086">Text here</p>
This sample text font color is #fe4086
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.
#fe4086 Background Color
<div style="background-color:#fe4086">
Div content here</div>
This div background color is #fe4086
#fe4086 Border Color
<div style="border:3px solid #fe4086">
Div here</div>
This div border color is #fe4086
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,64,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe4086; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe4086; -webkit-box-shadow: 1px 1px 3px 2px #fe4086; box-shadow: 1px 1px 3px 2px #fe4086; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,64,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe4086">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe4086; -webkit-box-shadow: 1px 1px 3px 2px #fe4086; box-shadow: 1px 1px 3px 2px #fe4086;">
Div content here</div>
This div box has shadow with color #fe4086
Comments
No comments written yet.
Please login to write comment.