Color spaces of #807fff
RGB | 128 | 127 | 255 |
---|---|---|---|
HSL | 0.67 | 1.00 | 0.75 |
HSV | 240° | 50° | 100° |
CMYK | 0.50 | 0.50 | 0.00 0.00 |
XYZ | 34.5415 | 26.9879 | 97.9964 |
Yxy | 26.9879 | 0.2165 | 0.1692 |
Hunter Lab | 51.9499 | 27.7724 | -75.4776 |
CIE-Lab | 58.9631 | 33.6936 | -63.8522 |
#807fff color RGB value is (128,127,255).
#807fff hex color red value is 128, green value is 127 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #807fff hue: 0.67 , saturation: 1.00 and the lightness value of 807fff is 0.75.
The process color (four color CMYK) of #807fff color hex is 0.50, 0.50, 0.00, 0.00. Web safe color of #807fff is #9966ff. Color #807fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01111111 | 11111111 |
Octal | 200 | 177 | 377 |
Decimal | 128 | 127 | 255 |
Hex | 80 | 7F | FF |
Shades of #807fff
Tints of #807fff
RGB Percentages of Color #807fff
CMYK Percentages of Color #807fff
Complementary Color
#807fff | #feff7f |
#807fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#807fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#807fff Color CSS Codes
.mybgcolor {background-color:#807fff; } .myforecolor {color:#807fff; } .mybordercolor {border:3px solid #807fff; }
#807fff Text Font Color
<p style="color:#807fff">Text here</p>
This sample text font color is #807fff
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.
#807fff Background Color
<div style="background-color:#807fff">
Div content here</div>
This div background color is #807fff
#807fff Border Color
<div style="border:3px solid #807fff">
Div here</div>
This div border color is #807fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,127,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #807fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #807fff; -webkit-box-shadow: 1px 1px 3px 2px #807fff; box-shadow: 1px 1px 3px 2px #807fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,127,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #807fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #807fff; -webkit-box-shadow: 1px 1px 3px 2px #807fff; box-shadow: 1px 1px 3px 2px #807fff;">
Div content here</div>
This div box has shadow with color #807fff
Comments
No comments written yet.
Please login to write comment.