Color spaces of #ff84aa
RGB | 255 | 132 | 170 |
---|---|---|---|
HSL | 0.95 | 1.00 | 0.76 |
HSV | 341° | 48° | 100° |
CMYK | 0.00 | 0.48 | 0.33 0.00 |
XYZ | 56.7470 | 40.6648 | 42.8884 |
Yxy | 40.6648 | 0.4045 | 0.2898 |
Hunter Lab | 63.7690 | 47.2487 | 4.7622 |
CIE-Lab | 69.9404 | 50.5891 | 1.5655 |
#ff84aa color RGB value is (255,132,170).
#ff84aa hex color red value is 255, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ff84aa hue: 0.95 , saturation: 1.00 and the lightness value of ff84aa is 0.76.
The process color (four color CMYK) of #ff84aa color hex is 0.00, 0.48, 0.33, 0.00. Web safe color of #ff84aa is #ff9999. Color #ff84aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10000100 | 10101010 |
Octal | 377 | 204 | 252 |
Decimal | 255 | 132 | 170 |
Hex | FF | 84 | AA |
Shades of #ff84aa
Tints of #ff84aa
RGB Percentages of Color #ff84aa
CMYK Percentages of Color #ff84aa
Complementary Color
#ff84aa | #84ffd9 |
#ff84aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff84aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff84aa Color CSS Codes
.mybgcolor {background-color:#ff84aa; } .myforecolor {color:#ff84aa; } .mybordercolor {border:3px solid #ff84aa; }
#ff84aa Text Font Color
<p style="color:#ff84aa">Text here</p>
This sample text font color is #ff84aa
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.
#ff84aa Background Color
<div style="background-color:#ff84aa">
Div content here</div>
This div background color is #ff84aa
#ff84aa Border Color
<div style="border:3px solid #ff84aa">
Div here</div>
This div border color is #ff84aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,132,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff84aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff84aa; -webkit-box-shadow: 1px 1px 3px 2px #ff84aa; box-shadow: 1px 1px 3px 2px #ff84aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,132,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 #ff84aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff84aa; -webkit-box-shadow: 1px 1px 3px 2px #ff84aa; box-shadow: 1px 1px 3px 2px #ff84aa;">
Div content here</div>
This div box has shadow with color #ff84aa
#ff84aa Color Palettes
Comments
No comments written yet.
Please login to write comment.