Color spaces of #977eed
RGB | 151 | 126 | 237 |
---|---|---|---|
HSL | 0.70 | 0.76 | 0.71 |
HSV | 254° | 47° | 93° |
CMYK | 0.36 | 0.47 | 0.00 0.07 |
XYZ | 35.5094 | 27.6154 | 83.5795 |
Yxy | 27.6154 | 0.2420 | 0.1882 |
Hunter Lab | 52.5504 | 28.6531 | -57.5134 |
CIE-Lab | 59.5397 | 34.5106 | -52.8823 |
#977eed color RGB value is (151,126,237).
#977eed hex color red value is 151, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #977eed hue: 0.70 , saturation: 0.76 and the lightness value of 977eed is 0.71.
The process color (four color CMYK) of #977eed color hex is 0.36, 0.47, 0.00, 0.07. Web safe color of #977eed is #9966ff. Color #977eed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01111110 | 11101101 |
Octal | 227 | 176 | 355 |
Decimal | 151 | 126 | 237 |
Hex | 97 | 7E | ED |
Shades of #977eed
Tints of #977eed
RGB Percentages of Color #977eed
CMYK Percentages of Color #977eed
Complementary Color
#977eed | #d4ed7e |
#977eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#977eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#977eed Color CSS Codes
.mybgcolor {background-color:#977eed; } .myforecolor {color:#977eed; } .mybordercolor {border:3px solid #977eed; }
#977eed Text Font Color
<p style="color:#977eed">Text here</p>
This sample text font color is #977eed
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.
#977eed Background Color
<div style="background-color:#977eed">
Div content here</div>
This div background color is #977eed
#977eed Border Color
<div style="border:3px solid #977eed">
Div here</div>
This div border color is #977eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,126,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #977eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #977eed; -webkit-box-shadow: 1px 1px 3px 2px #977eed; box-shadow: 1px 1px 3px 2px #977eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,126,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #977eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #977eed; -webkit-box-shadow: 1px 1px 3px 2px #977eed; box-shadow: 1px 1px 3px 2px #977eed;">
Div content here</div>
This div box has shadow with color #977eed
Comments
No comments written yet.
Please login to write comment.