Color spaces of #fe7999
RGB | 254 | 121 | 153 |
---|---|---|---|
HSL | 0.96 | 0.99 | 0.74 |
HSV | 346° | 52° | 100° |
CMYK | 0.00 | 0.52 | 0.40 0.00 |
XYZ | 53.4602 | 37.0455 | 34.4698 |
Yxy | 37.0455 | 0.4278 | 0.2964 |
Hunter Lab | 60.8650 | 50.2700 | 9.0277 |
CIE-Lab | 67.3112 | 53.6315 | 7.3314 |
#fe7999 color RGB value is (254,121,153).
#fe7999 hex color red value is 254, green value is 121 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fe7999 hue: 0.96 , saturation: 0.99 and the lightness value of fe7999 is 0.74.
The process color (four color CMYK) of #fe7999 color hex is 0.00, 0.52, 0.40, 0.00. Web safe color of #fe7999 is #ff6699. Color #fe7999 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01111001 | 10011001 |
Octal | 376 | 171 | 231 |
Decimal | 254 | 121 | 153 |
Hex | FE | 79 | 99 |
Shades of #fe7999
Tints of #fe7999
RGB Percentages of Color #fe7999
CMYK Percentages of Color #fe7999
Complementary Color
#fe7999 | #79fede |
#fe7999 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe7999 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe7999 Color CSS Codes
.mybgcolor {background-color:#fe7999; } .myforecolor {color:#fe7999; } .mybordercolor {border:3px solid #fe7999; }
#fe7999 Text Font Color
<p style="color:#fe7999">Text here</p>
This sample text font color is #fe7999
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.
#fe7999 Background Color
<div style="background-color:#fe7999">
Div content here</div>
This div background color is #fe7999
#fe7999 Border Color
<div style="border:3px solid #fe7999">
Div here</div>
This div border color is #fe7999
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,121,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe7999; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe7999; -webkit-box-shadow: 1px 1px 3px 2px #fe7999; box-shadow: 1px 1px 3px 2px #fe7999; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,121,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe7999">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe7999; -webkit-box-shadow: 1px 1px 3px 2px #fe7999; box-shadow: 1px 1px 3px 2px #fe7999;">
Div content here</div>
This div box has shadow with color #fe7999
Comments
No comments written yet.
Please login to write comment.