Color spaces of #977bef
RGB | 151 | 123 | 239 |
---|---|---|---|
HSL | 0.71 | 0.78 | 0.71 |
HSV | 254° | 49° | 94° |
CMYK | 0.37 | 0.49 | 0.00 0.06 |
XYZ | 35.4254 | 26.9772 | 85.0014 |
Yxy | 26.9772 | 0.2403 | 0.1830 |
Hunter Lab | 51.9396 | 30.8517 | -60.6730 |
CIE-Lab | 58.9532 | 36.7542 | -54.9261 |
#977bef color RGB value is (151,123,239).
#977bef hex color red value is 151, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #977bef hue: 0.71 , saturation: 0.78 and the lightness value of 977bef is 0.71.
The process color (four color CMYK) of #977bef color hex is 0.37, 0.49, 0.00, 0.06. Web safe color of #977bef is #9966ff. Color #977bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01111011 | 11101111 |
Octal | 227 | 173 | 357 |
Decimal | 151 | 123 | 239 |
Hex | 97 | 7B | EF |
Shades of #977bef
Tints of #977bef
RGB Percentages of Color #977bef
CMYK Percentages of Color #977bef
Complementary Color
#977bef | #d3ef7b |
#977bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#977bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#977bef Color CSS Codes
.mybgcolor {background-color:#977bef; } .myforecolor {color:#977bef; } .mybordercolor {border:3px solid #977bef; }
#977bef Text Font Color
<p style="color:#977bef">Text here</p>
This sample text font color is #977bef
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.
#977bef Background Color
<div style="background-color:#977bef">
Div content here</div>
This div background color is #977bef
#977bef Border Color
<div style="border:3px solid #977bef">
Div here</div>
This div border color is #977bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,123,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #977bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #977bef; -webkit-box-shadow: 1px 1px 3px 2px #977bef; box-shadow: 1px 1px 3px 2px #977bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,123,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #977bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #977bef; -webkit-box-shadow: 1px 1px 3px 2px #977bef; box-shadow: 1px 1px 3px 2px #977bef;">
Div content here</div>
This div box has shadow with color #977bef
Comments
No comments written yet.
Please login to write comment.