Color spaces of #ff83bf
RGB | 255 | 131 | 191 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.76 |
HSV | 331° | 49° | 100° |
CMYK | 0.00 | 0.49 | 0.25 0.00 |
XYZ | 58.7603 | 41.2542 | 54.1561 |
Yxy | 41.2542 | 0.3811 | 0.2676 |
Hunter Lab | 64.2294 | 50.8992 | -5.0307 |
CIE-Lab | 70.3537 | 53.7294 | -9.5766 |
#ff83bf color RGB value is (255,131,191).
#ff83bf hex color red value is 255, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ff83bf hue: 0.92 , saturation: 1.00 and the lightness value of ff83bf is 0.76.
The process color (four color CMYK) of #ff83bf color hex is 0.00, 0.49, 0.25, 0.00. Web safe color of #ff83bf is #ff99cc. Color #ff83bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10000011 | 10111111 |
Octal | 377 | 203 | 277 |
Decimal | 255 | 131 | 191 |
Hex | FF | 83 | BF |
Shades of #ff83bf
Tints of #ff83bf
RGB Percentages of Color #ff83bf
CMYK Percentages of Color #ff83bf
Complementary Color
#ff83bf | #83ffc3 |
#ff83bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff83bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff83bf Color CSS Codes
.mybgcolor {background-color:#ff83bf; } .myforecolor {color:#ff83bf; } .mybordercolor {border:3px solid #ff83bf; }
#ff83bf Text Font Color
<p style="color:#ff83bf">Text here</p>
This sample text font color is #ff83bf
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.
#ff83bf Background Color
<div style="background-color:#ff83bf">
Div content here</div>
This div background color is #ff83bf
#ff83bf Border Color
<div style="border:3px solid #ff83bf">
Div here</div>
This div border color is #ff83bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,131,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff83bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff83bf; -webkit-box-shadow: 1px 1px 3px 2px #ff83bf; box-shadow: 1px 1px 3px 2px #ff83bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,131,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 #ff83bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff83bf; -webkit-box-shadow: 1px 1px 3px 2px #ff83bf; box-shadow: 1px 1px 3px 2px #ff83bf;">
Div content here</div>
This div box has shadow with color #ff83bf
#ff83bf Color Palettes
Comments
No comments written yet.
Please login to write comment.