Color spaces of #9677fe
RGB | 150 | 119 | 254 |
---|---|---|---|
HSL | 0.70 | 0.99 | 0.73 |
HSV | 254° | 53° | 100° |
CMYK | 0.41 | 0.53 | 0.00 0.00 |
XYZ | 37.0639 | 26.8334 | 96.9918 |
Yxy | 26.8334 | 0.2304 | 0.1668 |
Hunter Lab | 51.8010 | 37.0661 | -74.7535 |
CIE-Lab | 58.8198 | 42.7935 | -63.4372 |
#9677fe color RGB value is (150,119,254).
#9677fe hex color red value is 150, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9677fe hue: 0.70 , saturation: 0.99 and the lightness value of 9677fe is 0.73.
The process color (four color CMYK) of #9677fe color hex is 0.41, 0.53, 0.00, 0.00. Web safe color of #9677fe is #9966ff. Color #9677fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 01110111 | 11111110 |
Octal | 226 | 167 | 376 |
Decimal | 150 | 119 | 254 |
Hex | 96 | 77 | FE |
Shades of #9677fe
Tints of #9677fe
RGB Percentages of Color #9677fe
CMYK Percentages of Color #9677fe
Complementary Color
#9677fe | #dffe77 |
#9677fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9677fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#9677fe Color CSS Codes
.mybgcolor {background-color:#9677fe; } .myforecolor {color:#9677fe; } .mybordercolor {border:3px solid #9677fe; }
#9677fe Text Font Color
<p style="color:#9677fe">Text here</p>
This sample text font color is #9677fe
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.
#9677fe Background Color
<div style="background-color:#9677fe">
Div content here</div>
This div background color is #9677fe
#9677fe Border Color
<div style="border:3px solid #9677fe">
Div here</div>
This div border color is #9677fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,119,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9677fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9677fe; -webkit-box-shadow: 1px 1px 3px 2px #9677fe; box-shadow: 1px 1px 3px 2px #9677fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,119,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9677fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9677fe; -webkit-box-shadow: 1px 1px 3px 2px #9677fe; box-shadow: 1px 1px 3px 2px #9677fe;">
Div content here</div>
This div box has shadow with color #9677fe
Comments
No comments written yet.
Please login to write comment.