Color spaces of #ff97aa
RGB | 255 | 151 | 170 |
---|---|---|---|
HSL | 0.97 | 1.00 | 0.80 |
HSV | 349° | 41° | 100° |
CMYK | 0.00 | 0.41 | 0.33 0.00 |
XYZ | 59.5623 | 46.2955 | 43.8269 |
Yxy | 46.2955 | 0.3979 | 0.3093 |
Hunter Lab | 68.0408 | 37.1859 | 9.4383 |
CIE-Lab | 73.7369 | 41.0756 | 7.0494 |
#ff97aa color RGB value is (255,151,170).
#ff97aa hex color red value is 255, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ff97aa hue: 0.97 , saturation: 1.00 and the lightness value of ff97aa is 0.80.
The process color (four color CMYK) of #ff97aa color hex is 0.00, 0.41, 0.33, 0.00. Web safe color of #ff97aa is #ff9999. Color #ff97aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10010111 | 10101010 |
Octal | 377 | 227 | 252 |
Decimal | 255 | 151 | 170 |
Hex | FF | 97 | AA |
Shades of #ff97aa
Tints of #ff97aa
RGB Percentages of Color #ff97aa
CMYK Percentages of Color #ff97aa
Complementary Color
#ff97aa | #97ffec |
#ff97aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff97aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff97aa Color CSS Codes
.mybgcolor {background-color:#ff97aa; } .myforecolor {color:#ff97aa; } .mybordercolor {border:3px solid #ff97aa; }
#ff97aa Text Font Color
<p style="color:#ff97aa">Text here</p>
This sample text font color is #ff97aa
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.
#ff97aa Background Color
<div style="background-color:#ff97aa">
Div content here</div>
This div background color is #ff97aa
#ff97aa Border Color
<div style="border:3px solid #ff97aa">
Div here</div>
This div border color is #ff97aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,151,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff97aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff97aa; -webkit-box-shadow: 1px 1px 3px 2px #ff97aa; box-shadow: 1px 1px 3px 2px #ff97aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,151,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 #ff97aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff97aa; -webkit-box-shadow: 1px 1px 3px 2px #ff97aa; box-shadow: 1px 1px 3px 2px #ff97aa;">
Div content here</div>
This div box has shadow with color #ff97aa
Comments
No comments written yet.
Please login to write comment.