Color spaces of #fe589c
RGB | 254 | 88 | 156 |
---|---|---|---|
HSL | 0.93 | 0.99 | 0.67 |
HSV | 335° | 65° | 100° |
CMYK | 0.00 | 0.65 | 0.39 0.00 |
XYZ | 50.3635 | 30.4506 | 34.6756 |
Yxy | 30.4506 | 0.4361 | 0.2637 |
Hunter Lab | 55.1821 | 66.3446 | 1.3705 |
CIE-Lab | 62.0411 | 68.2191 | -2.0256 |
#fe589c color RGB value is (254,88,156).
#fe589c hex color red value is 254, green value is 88 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fe589c hue: 0.93 , saturation: 0.99 and the lightness value of fe589c is 0.67.
The process color (four color CMYK) of #fe589c color hex is 0.00, 0.65, 0.39, 0.00. Web safe color of #fe589c is #ff6699. Color #fe589c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01011000 | 10011100 |
Octal | 376 | 130 | 234 |
Decimal | 254 | 88 | 156 |
Hex | FE | 58 | 9C |
Shades of #fe589c
Tints of #fe589c
RGB Percentages of Color #fe589c
CMYK Percentages of Color #fe589c
Complementary Color
#fe589c | #58feba |
#fe589c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe589c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe589c Color CSS Codes
.mybgcolor {background-color:#fe589c; } .myforecolor {color:#fe589c; } .mybordercolor {border:3px solid #fe589c; }
#fe589c Text Font Color
<p style="color:#fe589c">Text here</p>
This sample text font color is #fe589c
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.
#fe589c Background Color
<div style="background-color:#fe589c">
Div content here</div>
This div background color is #fe589c
#fe589c Border Color
<div style="border:3px solid #fe589c">
Div here</div>
This div border color is #fe589c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,88,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe589c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe589c; -webkit-box-shadow: 1px 1px 3px 2px #fe589c; box-shadow: 1px 1px 3px 2px #fe589c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,88,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe589c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe589c; -webkit-box-shadow: 1px 1px 3px 2px #fe589c; box-shadow: 1px 1px 3px 2px #fe589c;">
Div content here</div>
This div box has shadow with color #fe589c
Comments
No comments written yet.
Please login to write comment.