Color spaces of #ff77bf
RGB | 255 | 119 | 191 |
---|---|---|---|
HSL | 0.91 | 1.00 | 0.73 |
HSV | 328° | 53° | 100° |
CMYK | 0.00 | 0.53 | 0.25 0.00 |
XYZ | 57.2408 | 38.2152 | 53.6496 |
Yxy | 38.2152 | 0.3839 | 0.2563 |
Hunter Lab | 61.8184 | 57.0998 | -8.1824 |
CIE-Lab | 68.1789 | 59.3995 | -12.8306 |
#ff77bf color RGB value is (255,119,191).
#ff77bf hex color red value is 255, green value is 119 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ff77bf hue: 0.91 , saturation: 1.00 and the lightness value of ff77bf is 0.73.
The process color (four color CMYK) of #ff77bf color hex is 0.00, 0.53, 0.25, 0.00. Web safe color of #ff77bf is #ff66cc. Color #ff77bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01110111 | 10111111 |
Octal | 377 | 167 | 277 |
Decimal | 255 | 119 | 191 |
Hex | FF | 77 | BF |
Shades of #ff77bf
Tints of #ff77bf
RGB Percentages of Color #ff77bf
CMYK Percentages of Color #ff77bf
Complementary Color
#ff77bf | #77ffb7 |
#ff77bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff77bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff77bf Color CSS Codes
.mybgcolor {background-color:#ff77bf; } .myforecolor {color:#ff77bf; } .mybordercolor {border:3px solid #ff77bf; }
#ff77bf Text Font Color
<p style="color:#ff77bf">Text here</p>
This sample text font color is #ff77bf
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.
#ff77bf Background Color
<div style="background-color:#ff77bf">
Div content here</div>
This div background color is #ff77bf
#ff77bf Border Color
<div style="border:3px solid #ff77bf">
Div here</div>
This div border color is #ff77bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,119,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff77bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff77bf; -webkit-box-shadow: 1px 1px 3px 2px #ff77bf; box-shadow: 1px 1px 3px 2px #ff77bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,119,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 #ff77bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff77bf; -webkit-box-shadow: 1px 1px 3px 2px #ff77bf; box-shadow: 1px 1px 3px 2px #ff77bf;">
Div content here</div>
This div box has shadow with color #ff77bf
Comments
No comments written yet.
Please login to write comment.