Color spaces of #fe003d
RGB | 254 | 0 | 61 |
---|---|---|---|
HSL | 0.96 | 1.00 | 0.50 |
HSV | 346° | 100° | 100° |
CMYK | 0.00 | 1.00 | 0.76 0.00 |
XYZ | 41.7154 | 21.4078 | 6.3483 |
Yxy | 21.4078 | 0.6005 | 0.3082 |
Hunter Lab | 46.2686 | 79.9643 | 24.2531 |
CIE-Lab | 53.3929 | 80.8683 | 42.0905 |
#fe003d color RGB value is (254,0,61).
#fe003d hex color red value is 254, green value is 0 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fe003d hue: 0.96 , saturation: 1.00 and the lightness value of fe003d is 0.50.
The process color (four color CMYK) of #fe003d color hex is 0.00, 1.00, 0.76, 0.00. Web safe color of #fe003d is #ff0033. Color #fe003d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00000000 | 00111101 |
Octal | 376 | 0 | 75 |
Decimal | 254 | 0 | 61 |
Hex | FE | 0 | 3D |
Shades of #fe003d
Tints of #fe003d
RGB Percentages of Color #fe003d
CMYK Percentages of Color #fe003d
Complementary Color
#fe003d | #00fec1 |
#fe003d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe003d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe003d Color CSS Codes
.mybgcolor {background-color:#fe003d; } .myforecolor {color:#fe003d; } .mybordercolor {border:3px solid #fe003d; }
#fe003d Text Font Color
<p style="color:#fe003d">Text here</p>
This sample text font color is #fe003d
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.
#fe003d Background Color
<div style="background-color:#fe003d">
Div content here</div>
This div background color is #fe003d
#fe003d Border Color
<div style="border:3px solid #fe003d">
Div here</div>
This div border color is #fe003d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,0,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe003d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe003d; -webkit-box-shadow: 1px 1px 3px 2px #fe003d; box-shadow: 1px 1px 3px 2px #fe003d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,0,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe003d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe003d; -webkit-box-shadow: 1px 1px 3px 2px #fe003d; box-shadow: 1px 1px 3px 2px #fe003d;">
Div content here</div>
This div box has shadow with color #fe003d
Comments
No comments written yet.
Please login to write comment.