Color spaces of #fe7abf
RGB | 254 | 122 | 191 |
---|---|---|---|
HSL | 0.91 | 0.99 | 0.74 |
HSV | 329° | 52° | 100° |
CMYK | 0.00 | 0.52 | 0.25 0.00 |
XYZ | 57.2366 | 38.7515 | 53.7533 |
Yxy | 38.7515 | 0.3822 | 0.2588 |
Hunter Lab | 62.2507 | 55.1836 | -7.6212 |
CIE-Lab | 68.5709 | 57.6998 | -12.2565 |
#fe7abf color RGB value is (254,122,191).
#fe7abf hex color red value is 254, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fe7abf hue: 0.91 , saturation: 0.99 and the lightness value of fe7abf is 0.74.
The process color (four color CMYK) of #fe7abf color hex is 0.00, 0.52, 0.25, 0.00. Web safe color of #fe7abf is #ff66cc. Color #fe7abf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01111010 | 10111111 |
Octal | 376 | 172 | 277 |
Decimal | 254 | 122 | 191 |
Hex | FE | 7A | BF |
Shades of #fe7abf
Tints of #fe7abf
RGB Percentages of Color #fe7abf
CMYK Percentages of Color #fe7abf
Complementary Color
#fe7abf | #7afeb9 |
#fe7abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe7abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe7abf Color CSS Codes
.mybgcolor {background-color:#fe7abf; } .myforecolor {color:#fe7abf; } .mybordercolor {border:3px solid #fe7abf; }
#fe7abf Text Font Color
<p style="color:#fe7abf">Text here</p>
This sample text font color is #fe7abf
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.
#fe7abf Background Color
<div style="background-color:#fe7abf">
Div content here</div>
This div background color is #fe7abf
#fe7abf Border Color
<div style="border:3px solid #fe7abf">
Div here</div>
This div border color is #fe7abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,122,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe7abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe7abf; -webkit-box-shadow: 1px 1px 3px 2px #fe7abf; box-shadow: 1px 1px 3px 2px #fe7abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,122,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe7abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe7abf; -webkit-box-shadow: 1px 1px 3px 2px #fe7abf; box-shadow: 1px 1px 3px 2px #fe7abf;">
Div content here</div>
This div box has shadow with color #fe7abf
Comments
No comments written yet.
Please login to write comment.