Color spaces of #926beb
RGB | 146 | 107 | 235 |
---|---|---|---|
HSL | 0.72 | 0.76 | 0.67 |
HSV | 258° | 54° | 92° |
CMYK | 0.38 | 0.54 | 0.00 0.08 |
XYZ | 32.1072 | 22.6245 | 81.2720 |
Yxy | 22.6245 | 0.2361 | 0.1664 |
Hunter Lab | 47.5652 | 37.2509 | -68.0098 |
CIE-Lab | 54.6834 | 43.5535 | -59.5541 |
#926beb color RGB value is (146,107,235).
#926beb hex color red value is 146, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #926beb hue: 0.72 , saturation: 0.76 and the lightness value of 926beb is 0.67.
The process color (four color CMYK) of #926beb color hex is 0.38, 0.54, 0.00, 0.08. Web safe color of #926beb is #9966ff. Color #926beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 01101011 | 11101011 |
Octal | 222 | 153 | 353 |
Decimal | 146 | 107 | 235 |
Hex | 92 | 6B | EB |
Shades of #926beb
Tints of #926beb
RGB Percentages of Color #926beb
CMYK Percentages of Color #926beb
Complementary Color
#926beb | #c4eb6b |
#926beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#926beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#926beb Color CSS Codes
.mybgcolor {background-color:#926beb; } .myforecolor {color:#926beb; } .mybordercolor {border:3px solid #926beb; }
#926beb Text Font Color
<p style="color:#926beb">Text here</p>
This sample text font color is #926beb
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.
#926beb Background Color
<div style="background-color:#926beb">
Div content here</div>
This div background color is #926beb
#926beb Border Color
<div style="border:3px solid #926beb">
Div here</div>
This div border color is #926beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,107,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #926beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #926beb; -webkit-box-shadow: 1px 1px 3px 2px #926beb; box-shadow: 1px 1px 3px 2px #926beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,107,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #926beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #926beb; -webkit-box-shadow: 1px 1px 3px 2px #926beb; box-shadow: 1px 1px 3px 2px #926beb;">
Div content here</div>
This div box has shadow with color #926beb
Comments
No comments written yet.
Please login to write comment.