Color spaces of #fe6ffa
RGB | 254 | 111 | 250 |
---|---|---|---|
HSL | 0.84 | 0.99 | 0.72 |
HSV | 302° | 56° | 100° |
CMYK | 0.00 | 0.56 | 0.02 0.00 |
XYZ | 63.8128 | 39.3418 | 94.6729 |
Yxy | 39.3418 | 0.3226 | 0.1989 |
Hunter Lab | 62.7230 | 71.8360 | -45.5850 |
CIE-Lab | 68.9981 | 71.4462 | -44.3424 |
#fe6ffa color RGB value is (254,111,250).
#fe6ffa hex color red value is 254, green value is 111 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fe6ffa hue: 0.84 , saturation: 0.99 and the lightness value of fe6ffa is 0.72.
The process color (four color CMYK) of #fe6ffa color hex is 0.00, 0.56, 0.02, 0.00. Web safe color of #fe6ffa is #ff66ff. Color #fe6ffa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01101111 | 11111010 |
Octal | 376 | 157 | 372 |
Decimal | 254 | 111 | 250 |
Hex | FE | 6F | FA |
Shades of #fe6ffa
Tints of #fe6ffa
RGB Percentages of Color #fe6ffa
CMYK Percentages of Color #fe6ffa
Complementary Color
#fe6ffa | #6ffe73 |
#fe6ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe6ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe6ffa Color CSS Codes
.mybgcolor {background-color:#fe6ffa; } .myforecolor {color:#fe6ffa; } .mybordercolor {border:3px solid #fe6ffa; }
#fe6ffa Text Font Color
<p style="color:#fe6ffa">Text here</p>
This sample text font color is #fe6ffa
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.
#fe6ffa Background Color
<div style="background-color:#fe6ffa">
Div content here</div>
This div background color is #fe6ffa
#fe6ffa Border Color
<div style="border:3px solid #fe6ffa">
Div here</div>
This div border color is #fe6ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,111,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe6ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe6ffa; -webkit-box-shadow: 1px 1px 3px 2px #fe6ffa; box-shadow: 1px 1px 3px 2px #fe6ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,111,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe6ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe6ffa; -webkit-box-shadow: 1px 1px 3px 2px #fe6ffa; box-shadow: 1px 1px 3px 2px #fe6ffa;">
Div content here</div>
This div box has shadow with color #fe6ffa
Related Colors
Comments
No comments written yet.
Please login to write comment.