Color spaces of #8757ff
RGB | 135 | 87 | 255 |
---|---|---|---|
HSL | 0.71 | 1.00 | 0.67 |
HSV | 257° | 66° | 100° |
CMYK | 0.47 | 0.66 | 0.00 0.00 |
XYZ | 31.4499 | 19.1873 | 96.6537 |
Yxy | 19.1873 | 0.2135 | 0.1303 |
Hunter Lab | 43.8033 | 51.5036 | -100.1634 |
CIE-Lab | 50.9056 | 57.4445 | -76.8585 |
#8757ff color RGB value is (135,87,255).
#8757ff hex color red value is 135, green value is 87 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8757ff hue: 0.71 , saturation: 1.00 and the lightness value of 8757ff is 0.67.
The process color (four color CMYK) of #8757ff color hex is 0.47, 0.66, 0.00, 0.00. Web safe color of #8757ff is #9966ff. Color #8757ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01010111 | 11111111 |
Octal | 207 | 127 | 377 |
Decimal | 135 | 87 | 255 |
Hex | 87 | 57 | FF |
Shades of #8757ff
Tints of #8757ff
RGB Percentages of Color #8757ff
CMYK Percentages of Color #8757ff
Complementary Color
#8757ff | #cfff57 |
#8757ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8757ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#8757ff Color CSS Codes
.mybgcolor {background-color:#8757ff; } .myforecolor {color:#8757ff; } .mybordercolor {border:3px solid #8757ff; }
#8757ff Text Font Color
<p style="color:#8757ff">Text here</p>
This sample text font color is #8757ff
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.
#8757ff Background Color
<div style="background-color:#8757ff">
Div content here</div>
This div background color is #8757ff
#8757ff Border Color
<div style="border:3px solid #8757ff">
Div here</div>
This div border color is #8757ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,87,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8757ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8757ff; -webkit-box-shadow: 1px 1px 3px 2px #8757ff; box-shadow: 1px 1px 3px 2px #8757ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,87,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 #8757ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8757ff; -webkit-box-shadow: 1px 1px 3px 2px #8757ff; box-shadow: 1px 1px 3px 2px #8757ff;">
Div content here</div>
This div box has shadow with color #8757ff
Comments
No comments written yet.
Please login to write comment.