Color spaces of #ff449f
RGB | 255 | 68 | 159 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.63 |
HSV | 331° | 73° | 100° |
CMYK | 0.00 | 0.73 | 0.38 0.00 |
XYZ | 49.5651 | 27.8974 | 35.5733 |
Yxy | 27.8974 | 0.4385 | 0.2468 |
Hunter Lab | 52.8180 | 75.0753 | -2.9597 |
CIE-Lab | 59.7959 | 75.7470 | -7.0652 |
#ff449f color RGB value is (255,68,159).
#ff449f hex color red value is 255, green value is 68 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ff449f hue: 0.92 , saturation: 1.00 and the lightness value of ff449f is 0.63.
The process color (four color CMYK) of #ff449f color hex is 0.00, 0.73, 0.38, 0.00. Web safe color of #ff449f is #ff3399. Color #ff449f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01000100 | 10011111 |
Octal | 377 | 104 | 237 |
Decimal | 255 | 68 | 159 |
Hex | FF | 44 | 9F |
Shades of #ff449f
Tints of #ff449f
RGB Percentages of Color #ff449f
CMYK Percentages of Color #ff449f
Complementary Color
#ff449f | #44ffa4 |
#ff449f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff449f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff449f Color CSS Codes
.mybgcolor {background-color:#ff449f; } .myforecolor {color:#ff449f; } .mybordercolor {border:3px solid #ff449f; }
#ff449f Text Font Color
<p style="color:#ff449f">Text here</p>
This sample text font color is #ff449f
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.
#ff449f Background Color
<div style="background-color:#ff449f">
Div content here</div>
This div background color is #ff449f
#ff449f Border Color
<div style="border:3px solid #ff449f">
Div here</div>
This div border color is #ff449f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,68,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff449f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff449f; -webkit-box-shadow: 1px 1px 3px 2px #ff449f; box-shadow: 1px 1px 3px 2px #ff449f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,68,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff449f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff449f; -webkit-box-shadow: 1px 1px 3px 2px #ff449f; box-shadow: 1px 1px 3px 2px #ff449f;">
Div content here</div>
This div box has shadow with color #ff449f
Comments
No comments written yet.
Please login to write comment.