Color spaces of #fe282a
RGB | 254 | 40 | 42 |
---|---|---|---|
HSL | 1.00 | 0.99 | 0.58 |
HSV | 359° | 84° | 100° |
CMYK | 0.00 | 0.84 | 0.83 0.00 |
XYZ | 42.0498 | 22.7556 | 4.3665 |
Yxy | 22.7556 | 0.6079 | 0.3290 |
Hunter Lab | 47.7028 | 73.8669 | 27.9648 |
CIE-Lab | 54.8197 | 75.7312 | 53.6454 |
#fe282a color RGB value is (254,40,42).
#fe282a hex color red value is 254, green value is 40 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fe282a hue: 1.00 , saturation: 0.99 and the lightness value of fe282a is 0.58.
The process color (four color CMYK) of #fe282a color hex is 0.00, 0.84, 0.83, 0.00. Web safe color of #fe282a is #ff3333. Color #fe282a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00101000 | 00101010 |
Octal | 376 | 50 | 52 |
Decimal | 254 | 40 | 42 |
Hex | FE | 28 | 2A |
Shades of #fe282a
Tints of #fe282a
RGB Percentages of Color #fe282a
CMYK Percentages of Color #fe282a
Complementary Color
#fe282a | #28fefc |
#fe282a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe282a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe282a Color CSS Codes
.mybgcolor {background-color:#fe282a; } .myforecolor {color:#fe282a; } .mybordercolor {border:3px solid #fe282a; }
#fe282a Text Font Color
<p style="color:#fe282a">Text here</p>
This sample text font color is #fe282a
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.
#fe282a Background Color
<div style="background-color:#fe282a">
Div content here</div>
This div background color is #fe282a
#fe282a Border Color
<div style="border:3px solid #fe282a">
Div here</div>
This div border color is #fe282a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,40,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe282a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe282a; -webkit-box-shadow: 1px 1px 3px 2px #fe282a; box-shadow: 1px 1px 3px 2px #fe282a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,40,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe282a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe282a; -webkit-box-shadow: 1px 1px 3px 2px #fe282a; box-shadow: 1px 1px 3px 2px #fe282a;">
Div content here</div>
This div box has shadow with color #fe282a
Comments
No comments written yet.
Please login to write comment.