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