Color spaces of #fe215d
RGB | 254 | 33 | 93 |
---|---|---|---|
HSL | 0.95 | 0.99 | 0.56 |
HSV | 344° | 87° | 100° |
CMYK | 0.00 | 0.87 | 0.63 0.00 |
XYZ | 43.3927 | 22.9489 | 12.4984 |
Yxy | 22.9489 | 0.5504 | 0.2911 |
Hunter Lab | 47.9050 | 77.8528 | 18.0648 |
CIE-Lab | 55.0197 | 78.8826 | 25.2488 |
#fe215d color RGB value is (254,33,93).
#fe215d hex color red value is 254, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fe215d hue: 0.95 , saturation: 0.99 and the lightness value of fe215d is 0.56.
The process color (four color CMYK) of #fe215d color hex is 0.00, 0.87, 0.63, 0.00. Web safe color of #fe215d is #ff3366. Color #fe215d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00100001 | 01011101 |
Octal | 376 | 41 | 135 |
Decimal | 254 | 33 | 93 |
Hex | FE | 21 | 5D |
Shades of #fe215d
Tints of #fe215d
RGB Percentages of Color #fe215d
CMYK Percentages of Color #fe215d
Complementary Color
#fe215d | #21fec2 |
#fe215d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe215d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe215d Color CSS Codes
.mybgcolor {background-color:#fe215d; } .myforecolor {color:#fe215d; } .mybordercolor {border:3px solid #fe215d; }
#fe215d Text Font Color
<p style="color:#fe215d">Text here</p>
This sample text font color is #fe215d
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.
#fe215d Background Color
<div style="background-color:#fe215d">
Div content here</div>
This div background color is #fe215d
#fe215d Border Color
<div style="border:3px solid #fe215d">
Div here</div>
This div border color is #fe215d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,33,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe215d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe215d; -webkit-box-shadow: 1px 1px 3px 2px #fe215d; box-shadow: 1px 1px 3px 2px #fe215d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,33,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe215d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe215d; -webkit-box-shadow: 1px 1px 3px 2px #fe215d; box-shadow: 1px 1px 3px 2px #fe215d;">
Div content here</div>
This div box has shadow with color #fe215d
Comments
No comments written yet.
Please login to write comment.