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