Color spaces of #f0329e
RGB | 240 | 50 | 158 |
---|---|---|---|
HSL | 0.91 | 0.86 | 0.57 |
HSV | 326° | 79° | 94° |
CMYK | 0.00 | 0.79 | 0.34 0.06 |
XYZ | 43.2473 | 23.2751 | 34.5609 |
Yxy | 23.2751 | 0.4278 | 0.2303 |
Hunter Lab | 48.2443 | 75.5841 | -8.7028 |
CIE-Lab | 55.3546 | 77.0085 | -13.4033 |
#f0329e color RGB value is (240,50,158).
#f0329e hex color red value is 240, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f0329e hue: 0.91 , saturation: 0.86 and the lightness value of f0329e is 0.57.
The process color (four color CMYK) of #f0329e color hex is 0.00, 0.79, 0.34, 0.06. Web safe color of #f0329e is #ff3399. Color #f0329e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 00110010 | 10011110 |
Octal | 360 | 62 | 236 |
Decimal | 240 | 50 | 158 |
Hex | F0 | 32 | 9E |
Shades of #f0329e
Tints of #f0329e
RGB Percentages of Color #f0329e
CMYK Percentages of Color #f0329e
Complementary Color
#f0329e | #32f084 |
#f0329e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0329e Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0329e Color CSS Codes
.mybgcolor {background-color:#f0329e; } .myforecolor {color:#f0329e; } .mybordercolor {border:3px solid #f0329e; }
#f0329e Text Font Color
<p style="color:#f0329e">Text here</p>
This sample text font color is #f0329e
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.
#f0329e Background Color
<div style="background-color:#f0329e">
Div content here</div>
This div background color is #f0329e
#f0329e Border Color
<div style="border:3px solid #f0329e">
Div here</div>
This div border color is #f0329e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,50,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0329e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0329e; -webkit-box-shadow: 1px 1px 3px 2px #f0329e; box-shadow: 1px 1px 3px 2px #f0329e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,50,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f0329e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0329e; -webkit-box-shadow: 1px 1px 3px 2px #f0329e; box-shadow: 1px 1px 3px 2px #f0329e;">
Div content here</div>
This div box has shadow with color #f0329e
Comments
No comments written yet.
Please login to write comment.