Color spaces of #ff80bf
RGB | 255 | 128 | 191 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.75 |
HSV | 330° | 50° | 100° |
CMYK | 0.00 | 0.50 | 0.25 0.00 |
XYZ | 58.3631 | 40.4599 | 54.0237 |
Yxy | 40.4599 | 0.3818 | 0.2647 |
Hunter Lab | 63.6081 | 52.4671 | -5.8306 |
CIE-Lab | 69.7958 | 55.1718 | -10.4091 |
#ff80bf color RGB value is (255,128,191).
#ff80bf hex color red value is 255, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ff80bf hue: 0.92 , saturation: 1.00 and the lightness value of ff80bf is 0.75.
The process color (four color CMYK) of #ff80bf color hex is 0.00, 0.50, 0.25, 0.00. Web safe color of #ff80bf is #ff99cc. Color #ff80bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10000000 | 10111111 |
Octal | 377 | 200 | 277 |
Decimal | 255 | 128 | 191 |
Hex | FF | 80 | BF |
Shades of #ff80bf
Tints of #ff80bf
RGB Percentages of Color #ff80bf
CMYK Percentages of Color #ff80bf
Complementary Color
#ff80bf | #80ffc0 |
#ff80bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff80bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff80bf Color CSS Codes
.mybgcolor {background-color:#ff80bf; } .myforecolor {color:#ff80bf; } .mybordercolor {border:3px solid #ff80bf; }
#ff80bf Text Font Color
<p style="color:#ff80bf">Text here</p>
This sample text font color is #ff80bf
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.
#ff80bf Background Color
<div style="background-color:#ff80bf">
Div content here</div>
This div background color is #ff80bf
#ff80bf Border Color
<div style="border:3px solid #ff80bf">
Div here</div>
This div border color is #ff80bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,128,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff80bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff80bf; -webkit-box-shadow: 1px 1px 3px 2px #ff80bf; box-shadow: 1px 1px 3px 2px #ff80bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,128,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff80bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff80bf; -webkit-box-shadow: 1px 1px 3px 2px #ff80bf; box-shadow: 1px 1px 3px 2px #ff80bf;">
Div content here</div>
This div box has shadow with color #ff80bf
#ff80bf Color Palettes
Comments
No comments written yet.
Please login to write comment.