Color spaces of #fe41cb
RGB | 254 | 65 | 203 |
---|---|---|---|
HSL | 0.88 | 0.99 | 0.63 |
HSV | 316° | 74° | 100° |
CMYK | 0.00 | 0.74 | 0.20 0.00 |
XYZ | 53.5428 | 29.1632 | 59.3070 |
Yxy | 29.1632 | 0.3770 | 0.2054 |
Hunter Lab | 54.0030 | 82.4738 | -27.3112 |
CIE-Lab | 60.9254 | 81.3688 | -30.7048 |
#fe41cb color RGB value is (254,65,203).
#fe41cb hex color red value is 254, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fe41cb hue: 0.88 , saturation: 0.99 and the lightness value of fe41cb is 0.63.
The process color (four color CMYK) of #fe41cb color hex is 0.00, 0.74, 0.20, 0.00. Web safe color of #fe41cb is #ff33cc. Color #fe41cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01000001 | 11001011 |
Octal | 376 | 101 | 313 |
Decimal | 254 | 65 | 203 |
Hex | FE | 41 | CB |
Shades of #fe41cb
Tints of #fe41cb
RGB Percentages of Color #fe41cb
CMYK Percentages of Color #fe41cb
Complementary Color
#fe41cb | #41fe74 |
#fe41cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe41cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe41cb Color CSS Codes
.mybgcolor {background-color:#fe41cb; } .myforecolor {color:#fe41cb; } .mybordercolor {border:3px solid #fe41cb; }
#fe41cb Text Font Color
<p style="color:#fe41cb">Text here</p>
This sample text font color is #fe41cb
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.
#fe41cb Background Color
<div style="background-color:#fe41cb">
Div content here</div>
This div background color is #fe41cb
#fe41cb Border Color
<div style="border:3px solid #fe41cb">
Div here</div>
This div border color is #fe41cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,65,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe41cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe41cb; -webkit-box-shadow: 1px 1px 3px 2px #fe41cb; box-shadow: 1px 1px 3px 2px #fe41cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,65,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe41cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe41cb; -webkit-box-shadow: 1px 1px 3px 2px #fe41cb; box-shadow: 1px 1px 3px 2px #fe41cb;">
Div content here</div>
This div box has shadow with color #fe41cb
Comments
No comments written yet.
Please login to write comment.