Color spaces of #ff498e
RGB | 255 | 73 | 142 |
---|---|---|---|
HSL | 0.94 | 1.00 | 0.64 |
HSV | 337° | 71° | 100° |
CMYK | 0.00 | 0.71 | 0.44 0.00 |
XYZ | 48.5050 | 27.9781 | 28.4350 |
Yxy | 27.9781 | 0.4623 | 0.2667 |
Hunter Lab | 52.8943 | 71.1225 | 5.1528 |
CIE-Lab | 59.8689 | 72.5424 | 2.9702 |
#ff498e color RGB value is (255,73,142).
#ff498e hex color red value is 255, green value is 73 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ff498e hue: 0.94 , saturation: 1.00 and the lightness value of ff498e is 0.64.
The process color (four color CMYK) of #ff498e color hex is 0.00, 0.71, 0.44, 0.00. Web safe color of #ff498e is #ff3399. Color #ff498e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01001001 | 10001110 |
Octal | 377 | 111 | 216 |
Decimal | 255 | 73 | 142 |
Hex | FF | 49 | 8E |
Shades of #ff498e
Tints of #ff498e
RGB Percentages of Color #ff498e
CMYK Percentages of Color #ff498e
Complementary Color
#ff498e | #49ffba |
#ff498e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff498e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff498e Color CSS Codes
.mybgcolor {background-color:#ff498e; } .myforecolor {color:#ff498e; } .mybordercolor {border:3px solid #ff498e; }
#ff498e Text Font Color
<p style="color:#ff498e">Text here</p>
This sample text font color is #ff498e
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.
#ff498e Background Color
<div style="background-color:#ff498e">
Div content here</div>
This div background color is #ff498e
#ff498e Border Color
<div style="border:3px solid #ff498e">
Div here</div>
This div border color is #ff498e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,73,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff498e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff498e; -webkit-box-shadow: 1px 1px 3px 2px #ff498e; box-shadow: 1px 1px 3px 2px #ff498e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,73,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff498e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff498e; -webkit-box-shadow: 1px 1px 3px 2px #ff498e; box-shadow: 1px 1px 3px 2px #ff498e;">
Div content here</div>
This div box has shadow with color #ff498e
Comments
No comments written yet.
Please login to write comment.