Color spaces of #fe325d
RGB | 254 | 50 | 93 |
---|---|---|---|
HSL | 0.96 | 0.99 | 0.60 |
HSV | 347° | 80° | 100° |
CMYK | 0.00 | 0.80 | 0.63 0.00 |
XYZ | 43.9894 | 24.1423 | 12.6974 |
Yxy | 24.1423 | 0.5442 | 0.2987 |
Hunter Lab | 49.1348 | 73.8215 | 19.0727 |
CIE-Lab | 56.2300 | 75.4224 | 26.8224 |
#fe325d color RGB value is (254,50,93).
#fe325d hex color red value is 254, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fe325d hue: 0.96 , saturation: 0.99 and the lightness value of fe325d is 0.60.
The process color (four color CMYK) of #fe325d color hex is 0.00, 0.80, 0.63, 0.00. Web safe color of #fe325d is #ff3366. Color #fe325d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00110010 | 01011101 |
Octal | 376 | 62 | 135 |
Decimal | 254 | 50 | 93 |
Hex | FE | 32 | 5D |
Shades of #fe325d
Tints of #fe325d
RGB Percentages of Color #fe325d
CMYK Percentages of Color #fe325d
Complementary Color
#fe325d | #32fed3 |
#fe325d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe325d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe325d Color CSS Codes
.mybgcolor {background-color:#fe325d; } .myforecolor {color:#fe325d; } .mybordercolor {border:3px solid #fe325d; }
#fe325d Text Font Color
<p style="color:#fe325d">Text here</p>
This sample text font color is #fe325d
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.
#fe325d Background Color
<div style="background-color:#fe325d">
Div content here</div>
This div background color is #fe325d
#fe325d Border Color
<div style="border:3px solid #fe325d">
Div here</div>
This div border color is #fe325d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,50,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe325d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe325d; -webkit-box-shadow: 1px 1px 3px 2px #fe325d; box-shadow: 1px 1px 3px 2px #fe325d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,50,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 #fe325d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe325d; -webkit-box-shadow: 1px 1px 3px 2px #fe325d; box-shadow: 1px 1px 3px 2px #fe325d;">
Div content here</div>
This div box has shadow with color #fe325d
Comments
No comments written yet.
Please login to write comment.