Color spaces of #f085ae
RGB | 240 | 133 | 174 |
---|---|---|---|
HSL | 0.94 | 0.78 | 0.73 |
HSV | 337° | 45° | 94° |
CMYK | 0.00 | 0.45 | 0.28 0.06 |
XYZ | 51.9627 | 38.3563 | 44.7092 |
Yxy | 38.3563 | 0.3848 | 0.2841 |
Hunter Lab | 61.9325 | 41.3836 | 0.5511 |
CIE-Lab | 68.2824 | 45.5548 | -3.3392 |
#f085ae color RGB value is (240,133,174).
#f085ae hex color red value is 240, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f085ae hue: 0.94 , saturation: 0.78 and the lightness value of f085ae is 0.73.
The process color (four color CMYK) of #f085ae color hex is 0.00, 0.45, 0.28, 0.06. Web safe color of #f085ae is #ff9999. Color #f085ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10000101 | 10101110 |
Octal | 360 | 205 | 256 |
Decimal | 240 | 133 | 174 |
Hex | F0 | 85 | AE |
Shades of #f085ae
Tints of #f085ae
RGB Percentages of Color #f085ae
CMYK Percentages of Color #f085ae
Complementary Color
#f085ae | #85f0c7 |
#f085ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f085ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#f085ae Color CSS Codes
.mybgcolor {background-color:#f085ae; } .myforecolor {color:#f085ae; } .mybordercolor {border:3px solid #f085ae; }
#f085ae Text Font Color
<p style="color:#f085ae">Text here</p>
This sample text font color is #f085ae
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.
#f085ae Background Color
<div style="background-color:#f085ae">
Div content here</div>
This div background color is #f085ae
#f085ae Border Color
<div style="border:3px solid #f085ae">
Div here</div>
This div border color is #f085ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,133,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f085ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f085ae; -webkit-box-shadow: 1px 1px 3px 2px #f085ae; box-shadow: 1px 1px 3px 2px #f085ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,133,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f085ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f085ae; -webkit-box-shadow: 1px 1px 3px 2px #f085ae; box-shadow: 1px 1px 3px 2px #f085ae;">
Div content here</div>
This div box has shadow with color #f085ae
Comments
No comments written yet.
Please login to write comment.