Color spaces of #8957fe
RGB | 137 | 87 | 254 |
---|---|---|---|
HSL | 0.72 | 0.99 | 0.67 |
HSV | 258° | 66° | 100° |
CMYK | 0.46 | 0.66 | 0.00 0.00 |
XYZ | 31.6141 | 19.2905 | 95.8231 |
Yxy | 19.2905 | 0.2155 | 0.1315 |
Hunter Lab | 43.9210 | 51.6218 | -98.6094 |
CIE-Lab | 51.0254 | 57.5292 | -76.0999 |
#8957fe color RGB value is (137,87,254).
#8957fe hex color red value is 137, green value is 87 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8957fe hue: 0.72 , saturation: 0.99 and the lightness value of 8957fe is 0.67.
The process color (four color CMYK) of #8957fe color hex is 0.46, 0.66, 0.00, 0.00. Web safe color of #8957fe is #9966ff. Color #8957fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01010111 | 11111110 |
Octal | 211 | 127 | 376 |
Decimal | 137 | 87 | 254 |
Hex | 89 | 57 | FE |
Shades of #8957fe
Tints of #8957fe
RGB Percentages of Color #8957fe
CMYK Percentages of Color #8957fe
Complementary Color
#8957fe | #ccfe57 |
#8957fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8957fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8957fe Color CSS Codes
.mybgcolor {background-color:#8957fe; } .myforecolor {color:#8957fe; } .mybordercolor {border:3px solid #8957fe; }
#8957fe Text Font Color
<p style="color:#8957fe">Text here</p>
This sample text font color is #8957fe
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.
#8957fe Background Color
<div style="background-color:#8957fe">
Div content here</div>
This div background color is #8957fe
#8957fe Border Color
<div style="border:3px solid #8957fe">
Div here</div>
This div border color is #8957fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,87,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8957fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8957fe; -webkit-box-shadow: 1px 1px 3px 2px #8957fe; box-shadow: 1px 1px 3px 2px #8957fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,87,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8957fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8957fe; -webkit-box-shadow: 1px 1px 3px 2px #8957fe; box-shadow: 1px 1px 3px 2px #8957fe;">
Div content here</div>
This div box has shadow with color #8957fe
Comments
No comments written yet.
Please login to write comment.