Color spaces of #895ffa
RGB | 137 | 95 | 250 |
---|---|---|---|
HSL | 0.71 | 0.94 | 0.68 |
HSV | 256° | 62° | 98° |
CMYK | 0.45 | 0.62 | 0.00 0.02 |
XYZ | 31.6641 | 20.4049 | 92.7121 |
Yxy | 20.4049 | 0.2187 | 0.1409 |
Hunter Lab | 45.1718 | 46.0727 | -90.0686 |
CIE-Lab | 52.2919 | 52.2523 | -71.8191 |
#895ffa color RGB value is (137,95,250).
#895ffa hex color red value is 137, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #895ffa hue: 0.71 , saturation: 0.94 and the lightness value of 895ffa is 0.68.
The process color (four color CMYK) of #895ffa color hex is 0.45, 0.62, 0.00, 0.02. Web safe color of #895ffa is #9966ff. Color #895ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01011111 | 11111010 |
Octal | 211 | 137 | 372 |
Decimal | 137 | 95 | 250 |
Hex | 89 | 5F | FA |
Shades of #895ffa
Tints of #895ffa
RGB Percentages of Color #895ffa
CMYK Percentages of Color #895ffa
Complementary Color
#895ffa | #d0fa5f |
#895ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#895ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#895ffa Color CSS Codes
.mybgcolor {background-color:#895ffa; } .myforecolor {color:#895ffa; } .mybordercolor {border:3px solid #895ffa; }
#895ffa Text Font Color
<p style="color:#895ffa">Text here</p>
This sample text font color is #895ffa
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.
#895ffa Background Color
<div style="background-color:#895ffa">
Div content here</div>
This div background color is #895ffa
#895ffa Border Color
<div style="border:3px solid #895ffa">
Div here</div>
This div border color is #895ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,95,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #895ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #895ffa; -webkit-box-shadow: 1px 1px 3px 2px #895ffa; box-shadow: 1px 1px 3px 2px #895ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,95,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #895ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #895ffa; -webkit-box-shadow: 1px 1px 3px 2px #895ffa; box-shadow: 1px 1px 3px 2px #895ffa;">
Div content here</div>
This div box has shadow with color #895ffa
Related Colors
Comments
No comments written yet.
Please login to write comment.