Color spaces of #f588af
RGB | 245 | 136 | 175 |
---|---|---|---|
HSL | 0.94 | 0.84 | 0.75 |
HSV | 339° | 44° | 96° |
CMYK | 0.00 | 0.44 | 0.29 0.04 |
XYZ | 54.1982 | 40.1159 | 45.4440 |
Yxy | 40.1159 | 0.3878 | 0.2870 |
Hunter Lab | 63.3371 | 41.9043 | 1.7958 |
CIE-Lab | 69.5520 | 45.8632 | -1.9602 |
#f588af color RGB value is (245,136,175).
#f588af hex color red value is 245, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f588af hue: 0.94 , saturation: 0.84 and the lightness value of f588af is 0.75.
The process color (four color CMYK) of #f588af color hex is 0.00, 0.44, 0.29, 0.04. Web safe color of #f588af is #ff9999. Color #f588af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10001000 | 10101111 |
Octal | 365 | 210 | 257 |
Decimal | 245 | 136 | 175 |
Hex | F5 | 88 | AF |
Shades of #f588af
Tints of #f588af
RGB Percentages of Color #f588af
CMYK Percentages of Color #f588af
Complementary Color
#f588af | #88f5ce |
#f588af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f588af Color Preview on White Background
Lorem ipsum dolor sit amet.
#f588af Color CSS Codes
.mybgcolor {background-color:#f588af; } .myforecolor {color:#f588af; } .mybordercolor {border:3px solid #f588af; }
#f588af Text Font Color
<p style="color:#f588af">Text here</p>
This sample text font color is #f588af
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.
#f588af Background Color
<div style="background-color:#f588af">
Div content here</div>
This div background color is #f588af
#f588af Border Color
<div style="border:3px solid #f588af">
Div here</div>
This div border color is #f588af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,136,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f588af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f588af; -webkit-box-shadow: 1px 1px 3px 2px #f588af; box-shadow: 1px 1px 3px 2px #f588af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,136,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f588af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f588af; -webkit-box-shadow: 1px 1px 3px 2px #f588af; box-shadow: 1px 1px 3px 2px #f588af;">
Div content here</div>
This div box has shadow with color #f588af
Comments
No comments written yet.
Please login to write comment.