Color spaces of #f40aaa
RGB | 244 | 10 | 170 |
---|---|---|---|
HSL | 0.89 | 0.92 | 0.50 |
HSV | 319° | 96° | 96° |
CMYK | 0.00 | 0.96 | 0.30 0.04 |
XYZ | 44.6725 | 22.3525 | 39.9902 |
Yxy | 22.3525 | 0.4174 | 0.2089 |
Hunter Lab | 47.2784 | 85.9240 | -17.0552 |
CIE-Lab | 54.3990 | 85.3061 | -21.8503 |
#f40aaa color RGB value is (244,10,170).
#f40aaa hex color red value is 244, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f40aaa hue: 0.89 , saturation: 0.92 and the lightness value of f40aaa is 0.50.
The process color (four color CMYK) of #f40aaa color hex is 0.00, 0.96, 0.30, 0.04. Web safe color of #f40aaa is #ff0099. Color #f40aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00001010 | 10101010 |
Octal | 364 | 12 | 252 |
Decimal | 244 | 10 | 170 |
Hex | F4 | A | AA |
Shades of #f40aaa
Tints of #f40aaa
RGB Percentages of Color #f40aaa
CMYK Percentages of Color #f40aaa
Complementary Color
#f40aaa | #0af454 |
#f40aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f40aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f40aaa Color CSS Codes
.mybgcolor {background-color:#f40aaa; } .myforecolor {color:#f40aaa; } .mybordercolor {border:3px solid #f40aaa; }
#f40aaa Text Font Color
<p style="color:#f40aaa">Text here</p>
This sample text font color is #f40aaa
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.
#f40aaa Background Color
<div style="background-color:#f40aaa">
Div content here</div>
This div background color is #f40aaa
#f40aaa Border Color
<div style="border:3px solid #f40aaa">
Div here</div>
This div border color is #f40aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,10,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f40aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f40aaa; -webkit-box-shadow: 1px 1px 3px 2px #f40aaa; box-shadow: 1px 1px 3px 2px #f40aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,10,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f40aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f40aaa; -webkit-box-shadow: 1px 1px 3px 2px #f40aaa; box-shadow: 1px 1px 3px 2px #f40aaa;">
Div content here</div>
This div box has shadow with color #f40aaa
Comments
No comments written yet.
Please login to write comment.