Color spaces of #895cbe
RGB | 137 | 92 | 190 |
---|---|---|---|
HSL | 0.74 | 0.43 | 0.55 |
HSV | 268° | 52° | 75° |
CMYK | 0.28 | 0.52 | 0.00 0.25 |
XYZ | 23.4379 | 16.6904 | 50.7014 |
Yxy | 16.6904 | 0.2580 | 0.1838 |
Hunter Lab | 40.8539 | 30.9113 | -44.9837 |
CIE-Lab | 47.8675 | 38.2516 | -44.9020 |
#895cbe color RGB value is (137,92,190).
#895cbe hex color red value is 137, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #895cbe hue: 0.74 , saturation: 0.43 and the lightness value of 895cbe is 0.55.
The process color (four color CMYK) of #895cbe color hex is 0.28, 0.52, 0.00, 0.25. Web safe color of #895cbe is #9966cc. Color #895cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01011100 | 10111110 |
Octal | 211 | 134 | 276 |
Decimal | 137 | 92 | 190 |
Hex | 89 | 5C | BE |
Shades of #895cbe
Tints of #895cbe
RGB Percentages of Color #895cbe
CMYK Percentages of Color #895cbe
Complementary Color
#895cbe | #91be5c |
#895cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#895cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#895cbe Color CSS Codes
.mybgcolor {background-color:#895cbe; } .myforecolor {color:#895cbe; } .mybordercolor {border:3px solid #895cbe; }
#895cbe Text Font Color
<p style="color:#895cbe">Text here</p>
This sample text font color is #895cbe
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.
#895cbe Background Color
<div style="background-color:#895cbe">
Div content here</div>
This div background color is #895cbe
#895cbe Border Color
<div style="border:3px solid #895cbe">
Div here</div>
This div border color is #895cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,92,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #895cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #895cbe; -webkit-box-shadow: 1px 1px 3px 2px #895cbe; box-shadow: 1px 1px 3px 2px #895cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,92,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #895cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #895cbe; -webkit-box-shadow: 1px 1px 3px 2px #895cbe; box-shadow: 1px 1px 3px 2px #895cbe;">
Div content here</div>
This div box has shadow with color #895cbe
Comments
No comments written yet.
Please login to write comment.