Color spaces of #897ebf
RGB | 137 | 126 | 191 |
---|---|---|---|
HSL | 0.69 | 0.34 | 0.62 |
HSV | 250° | 34° | 75° |
CMYK | 0.28 | 0.34 | 0.00 0.25 |
XYZ | 27.1814 | 24.0017 | 52.4904 |
Yxy | 24.0017 | 0.2622 | 0.2315 |
Hunter Lab | 48.9915 | 13.2999 | -29.2303 |
CIE-Lab | 56.0895 | 18.6878 | -32.5284 |
#897ebf color RGB value is (137,126,191).
#897ebf hex color red value is 137, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #897ebf hue: 0.69 , saturation: 0.34 and the lightness value of 897ebf is 0.62.
The process color (four color CMYK) of #897ebf color hex is 0.28, 0.34, 0.00, 0.25. Web safe color of #897ebf is #9966cc. Color #897ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01111110 | 10111111 |
Octal | 211 | 176 | 277 |
Decimal | 137 | 126 | 191 |
Hex | 89 | 7E | BF |
Shades of #897ebf
Tints of #897ebf
RGB Percentages of Color #897ebf
CMYK Percentages of Color #897ebf
Complementary Color
#897ebf | #b4bf7e |
#897ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#897ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#897ebf Color CSS Codes
.mybgcolor {background-color:#897ebf; } .myforecolor {color:#897ebf; } .mybordercolor {border:3px solid #897ebf; }
#897ebf Text Font Color
<p style="color:#897ebf">Text here</p>
This sample text font color is #897ebf
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.
#897ebf Background Color
<div style="background-color:#897ebf">
Div content here</div>
This div background color is #897ebf
#897ebf Border Color
<div style="border:3px solid #897ebf">
Div here</div>
This div border color is #897ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,126,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #897ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #897ebf; -webkit-box-shadow: 1px 1px 3px 2px #897ebf; box-shadow: 1px 1px 3px 2px #897ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,126,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #897ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #897ebf; -webkit-box-shadow: 1px 1px 3px 2px #897ebf; box-shadow: 1px 1px 3px 2px #897ebf;">
Div content here</div>
This div box has shadow with color #897ebf
Comments
No comments written yet.
Please login to write comment.