Color spaces of #fe7eff
RGB | 254 | 126 | 255 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.75 |
HSV | 300° | 51° | 100° |
CMYK | 0.00 | 0.51 | 0.00 0.00 |
XYZ | 66.3839 | 43.2125 | 99.4498 |
Yxy | 43.2125 | 0.3176 | 0.2067 |
Hunter Lab | 65.7362 | 65.2203 | -43.6822 |
CIE-Lab | 71.6990 | 65.6076 | -42.8438 |
#fe7eff color RGB value is (254,126,255).
#fe7eff hex color red value is 254, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fe7eff hue: 0.83 , saturation: 1.00 and the lightness value of fe7eff is 0.75.
The process color (four color CMYK) of #fe7eff color hex is 0.00, 0.51, 0.00, 0.00. Web safe color of #fe7eff is #ff66ff. Color #fe7eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01111110 | 11111111 |
Octal | 376 | 176 | 377 |
Decimal | 254 | 126 | 255 |
Hex | FE | 7E | FF |
Shades of #fe7eff
Tints of #fe7eff
RGB Percentages of Color #fe7eff
CMYK Percentages of Color #fe7eff
Complementary Color
#fe7eff | #7fff7e |
#fe7eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe7eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe7eff Color CSS Codes
.mybgcolor {background-color:#fe7eff; } .myforecolor {color:#fe7eff; } .mybordercolor {border:3px solid #fe7eff; }
#fe7eff Text Font Color
<p style="color:#fe7eff">Text here</p>
This sample text font color is #fe7eff
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.
#fe7eff Background Color
<div style="background-color:#fe7eff">
Div content here</div>
This div background color is #fe7eff
#fe7eff Border Color
<div style="border:3px solid #fe7eff">
Div here</div>
This div border color is #fe7eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,126,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe7eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe7eff; -webkit-box-shadow: 1px 1px 3px 2px #fe7eff; box-shadow: 1px 1px 3px 2px #fe7eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,126,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe7eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe7eff; -webkit-box-shadow: 1px 1px 3px 2px #fe7eff; box-shadow: 1px 1px 3px 2px #fe7eff;">
Div content here</div>
This div box has shadow with color #fe7eff
#fe7eff Color Palettes
Comments
No comments written yet.
Please login to write comment.