Color spaces of #fe41ac
RGB | 254 | 65 | 172 |
---|---|---|---|
HSL | 0.91 | 0.99 | 0.63 |
HSV | 326° | 74° | 100° |
CMYK | 0.00 | 0.74 | 0.32 0.00 |
XYZ | 50.2097 | 27.8300 | 41.7551 |
Yxy | 27.8300 | 0.4191 | 0.2323 |
Hunter Lab | 52.7541 | 77.5708 | -10.0003 |
CIE-Lab | 59.7348 | 77.7475 | -14.7274 |
#fe41ac color RGB value is (254,65,172).
#fe41ac hex color red value is 254, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fe41ac hue: 0.91 , saturation: 0.99 and the lightness value of fe41ac is 0.63.
The process color (four color CMYK) of #fe41ac color hex is 0.00, 0.74, 0.32, 0.00. Web safe color of #fe41ac is #ff3399. Color #fe41ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01000001 | 10101100 |
Octal | 376 | 101 | 254 |
Decimal | 254 | 65 | 172 |
Hex | FE | 41 | AC |
Shades of #fe41ac
Tints of #fe41ac
RGB Percentages of Color #fe41ac
CMYK Percentages of Color #fe41ac
Complementary Color
#fe41ac | #41fe93 |
#fe41ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe41ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe41ac Color CSS Codes
.mybgcolor {background-color:#fe41ac; } .myforecolor {color:#fe41ac; } .mybordercolor {border:3px solid #fe41ac; }
#fe41ac Text Font Color
<p style="color:#fe41ac">Text here</p>
This sample text font color is #fe41ac
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.
#fe41ac Background Color
<div style="background-color:#fe41ac">
Div content here</div>
This div background color is #fe41ac
#fe41ac Border Color
<div style="border:3px solid #fe41ac">
Div here</div>
This div border color is #fe41ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,65,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe41ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe41ac; -webkit-box-shadow: 1px 1px 3px 2px #fe41ac; box-shadow: 1px 1px 3px 2px #fe41ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,65,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe41ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe41ac; -webkit-box-shadow: 1px 1px 3px 2px #fe41ac; box-shadow: 1px 1px 3px 2px #fe41ac;">
Div content here</div>
This div box has shadow with color #fe41ac
Comments
No comments written yet.
Please login to write comment.