Color spaces of #898cbd
RGB | 137 | 140 | 189 |
---|---|---|---|
HSL | 0.66 | 0.28 | 0.64 |
HSV | 237° | 28° | 74° |
CMYK | 0.28 | 0.26 | 0.00 0.26 |
XYZ | 28.8799 | 27.7487 | 51.9780 |
Yxy | 27.7487 | 0.2659 | 0.2555 |
Hunter Lab | 52.6770 | 5.6769 | -21.6293 |
CIE-Lab | 59.6610 | 10.0166 | -25.8587 |
#898cbd color RGB value is (137,140,189).
#898cbd hex color red value is 137, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #898cbd hue: 0.66 , saturation: 0.28 and the lightness value of 898cbd is 0.64.
The process color (four color CMYK) of #898cbd color hex is 0.28, 0.26, 0.00, 0.26. Web safe color of #898cbd is #9999cc. Color #898cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10001100 | 10111101 |
Octal | 211 | 214 | 275 |
Decimal | 137 | 140 | 189 |
Hex | 89 | 8C | BD |
Shades of #898cbd
Tints of #898cbd
RGB Percentages of Color #898cbd
CMYK Percentages of Color #898cbd
Complementary Color
#898cbd | #bdba89 |
#898cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#898cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#898cbd Color CSS Codes
.mybgcolor {background-color:#898cbd; } .myforecolor {color:#898cbd; } .mybordercolor {border:3px solid #898cbd; }
#898cbd Text Font Color
<p style="color:#898cbd">Text here</p>
This sample text font color is #898cbd
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.
#898cbd Background Color
<div style="background-color:#898cbd">
Div content here</div>
This div background color is #898cbd
#898cbd Border Color
<div style="border:3px solid #898cbd">
Div here</div>
This div border color is #898cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,140,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #898cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #898cbd; -webkit-box-shadow: 1px 1px 3px 2px #898cbd; box-shadow: 1px 1px 3px 2px #898cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,140,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #898cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #898cbd; -webkit-box-shadow: 1px 1px 3px 2px #898cbd; box-shadow: 1px 1px 3px 2px #898cbd;">
Div content here</div>
This div box has shadow with color #898cbd
Comments
No comments written yet.
Please login to write comment.