Color spaces of #fe4fdb
RGB | 254 | 79 | 219 |
---|---|---|---|
HSL | 0.87 | 0.99 | 0.65 |
HSV | 312° | 69° | 100° |
CMYK | 0.00 | 0.69 | 0.14 0.00 |
XYZ | 56.4552 | 31.7773 | 70.1759 |
Yxy | 31.7773 | 0.3564 | 0.2006 |
Hunter Lab | 56.3714 | 80.1156 | -34.3493 |
CIE-Lab | 63.1584 | 79.0992 | -36.2785 |
#fe4fdb color RGB value is (254,79,219).
#fe4fdb hex color red value is 254, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fe4fdb hue: 0.87 , saturation: 0.99 and the lightness value of fe4fdb is 0.65.
The process color (four color CMYK) of #fe4fdb color hex is 0.00, 0.69, 0.14, 0.00. Web safe color of #fe4fdb is #ff66cc. Color #fe4fdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01001111 | 11011011 |
Octal | 376 | 117 | 333 |
Decimal | 254 | 79 | 219 |
Hex | FE | 4F | DB |
Shades of #fe4fdb
Tints of #fe4fdb
RGB Percentages of Color #fe4fdb
CMYK Percentages of Color #fe4fdb
Complementary Color
#fe4fdb | #4ffe72 |
#fe4fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe4fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe4fdb Color CSS Codes
.mybgcolor {background-color:#fe4fdb; } .myforecolor {color:#fe4fdb; } .mybordercolor {border:3px solid #fe4fdb; }
#fe4fdb Text Font Color
<p style="color:#fe4fdb">Text here</p>
This sample text font color is #fe4fdb
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.
#fe4fdb Background Color
<div style="background-color:#fe4fdb">
Div content here</div>
This div background color is #fe4fdb
#fe4fdb Border Color
<div style="border:3px solid #fe4fdb">
Div here</div>
This div border color is #fe4fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,79,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe4fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe4fdb; -webkit-box-shadow: 1px 1px 3px 2px #fe4fdb; box-shadow: 1px 1px 3px 2px #fe4fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,79,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe4fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe4fdb; -webkit-box-shadow: 1px 1px 3px 2px #fe4fdb; box-shadow: 1px 1px 3px 2px #fe4fdb;">
Div content here</div>
This div box has shadow with color #fe4fdb
Comments
No comments written yet.
Please login to write comment.