Color spaces of #fe37ed
RGB | 254 | 55 | 237 |
---|---|---|---|
HSL | 0.85 | 0.99 | 0.61 |
HSV | 305° | 78° | 100° |
CMYK | 0.00 | 0.78 | 0.07 0.00 |
XYZ | 57.5253 | 29.9176 | 82.8635 |
Yxy | 29.9176 | 0.3378 | 0.1757 |
Hunter Lab | 54.6970 | 92.0103 | -51.5338 |
CIE-Lab | 61.5831 | 88.5284 | -48.8348 |
#fe37ed color RGB value is (254,55,237).
#fe37ed hex color red value is 254, green value is 55 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fe37ed hue: 0.85 , saturation: 0.99 and the lightness value of fe37ed is 0.61.
The process color (four color CMYK) of #fe37ed color hex is 0.00, 0.78, 0.07, 0.00. Web safe color of #fe37ed is #ff33ff. Color #fe37ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00110111 | 11101101 |
Octal | 376 | 67 | 355 |
Decimal | 254 | 55 | 237 |
Hex | FE | 37 | ED |
Shades of #fe37ed
Tints of #fe37ed
RGB Percentages of Color #fe37ed
CMYK Percentages of Color #fe37ed
Complementary Color
#fe37ed | #37fe48 |
#fe37ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe37ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe37ed Color CSS Codes
.mybgcolor {background-color:#fe37ed; } .myforecolor {color:#fe37ed; } .mybordercolor {border:3px solid #fe37ed; }
#fe37ed Text Font Color
<p style="color:#fe37ed">Text here</p>
This sample text font color is #fe37ed
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.
#fe37ed Background Color
<div style="background-color:#fe37ed">
Div content here</div>
This div background color is #fe37ed
#fe37ed Border Color
<div style="border:3px solid #fe37ed">
Div here</div>
This div border color is #fe37ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,55,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe37ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe37ed; -webkit-box-shadow: 1px 1px 3px 2px #fe37ed; box-shadow: 1px 1px 3px 2px #fe37ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,55,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe37ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe37ed; -webkit-box-shadow: 1px 1px 3px 2px #fe37ed; box-shadow: 1px 1px 3px 2px #fe37ed;">
Div content here</div>
This div box has shadow with color #fe37ed
Comments
No comments written yet.
Please login to write comment.