Color spaces of #fe76da
RGB | 254 | 118 | 218 |
---|---|---|---|
HSL | 0.88 | 0.99 | 0.73 |
HSV | 316° | 54° | 100° |
CMYK | 0.00 | 0.54 | 0.14 0.00 |
XYZ | 60.0064 | 39.0897 | 70.7120 |
Yxy | 39.0897 | 0.3534 | 0.2302 |
Hunter Lab | 62.5218 | 61.9056 | -23.2917 |
CIE-Lab | 68.8162 | 63.3462 | -26.9624 |
#fe76da color RGB value is (254,118,218).
#fe76da hex color red value is 254, green value is 118 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fe76da hue: 0.88 , saturation: 0.99 and the lightness value of fe76da is 0.73.
The process color (four color CMYK) of #fe76da color hex is 0.00, 0.54, 0.14, 0.00. Web safe color of #fe76da is #ff66cc. Color #fe76da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01110110 | 11011010 |
Octal | 376 | 166 | 332 |
Decimal | 254 | 118 | 218 |
Hex | FE | 76 | DA |
Shades of #fe76da
Tints of #fe76da
RGB Percentages of Color #fe76da
CMYK Percentages of Color #fe76da
Complementary Color
#fe76da | #76fe9a |
#fe76da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe76da Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe76da Color CSS Codes
.mybgcolor {background-color:#fe76da; } .myforecolor {color:#fe76da; } .mybordercolor {border:3px solid #fe76da; }
#fe76da Text Font Color
<p style="color:#fe76da">Text here</p>
This sample text font color is #fe76da
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.
#fe76da Background Color
<div style="background-color:#fe76da">
Div content here</div>
This div background color is #fe76da
#fe76da Border Color
<div style="border:3px solid #fe76da">
Div here</div>
This div border color is #fe76da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,118,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe76da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe76da; -webkit-box-shadow: 1px 1px 3px 2px #fe76da; box-shadow: 1px 1px 3px 2px #fe76da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,118,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe76da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe76da; -webkit-box-shadow: 1px 1px 3px 2px #fe76da; box-shadow: 1px 1px 3px 2px #fe76da;">
Div content here</div>
This div box has shadow with color #fe76da
Comments
No comments written yet.
Please login to write comment.