Color spaces of #9392ff
RGB | 147 | 146 | 255 |
---|---|---|---|
HSL | 0.67 | 1.00 | 0.79 |
HSV | 241° | 43° | 100° |
CMYK | 0.42 | 0.43 | 0.00 0.00 |
XYZ | 40.3615 | 33.9808 | 99.0394 |
Yxy | 33.9808 | 0.2328 | 0.1960 |
Hunter Lab | 58.2931 | 21.5787 | -59.9281 |
CIE-Lab | 64.9473 | 26.9089 | -54.2173 |
#9392ff color RGB value is (147,146,255).
#9392ff hex color red value is 147, green value is 146 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9392ff hue: 0.67 , saturation: 1.00 and the lightness value of 9392ff is 0.79.
The process color (four color CMYK) of #9392ff color hex is 0.42, 0.43, 0.00, 0.00. Web safe color of #9392ff is #9999ff. Color #9392ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10010010 | 11111111 |
Octal | 223 | 222 | 377 |
Decimal | 147 | 146 | 255 |
Hex | 93 | 92 | FF |
Shades of #9392ff
Tints of #9392ff
RGB Percentages of Color #9392ff
CMYK Percentages of Color #9392ff
Complementary Color
#9392ff | #feff92 |
#9392ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9392ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#9392ff Color CSS Codes
.mybgcolor {background-color:#9392ff; } .myforecolor {color:#9392ff; } .mybordercolor {border:3px solid #9392ff; }
#9392ff Text Font Color
<p style="color:#9392ff">Text here</p>
This sample text font color is #9392ff
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.
#9392ff Background Color
<div style="background-color:#9392ff">
Div content here</div>
This div background color is #9392ff
#9392ff Border Color
<div style="border:3px solid #9392ff">
Div here</div>
This div border color is #9392ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,146,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9392ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9392ff; -webkit-box-shadow: 1px 1px 3px 2px #9392ff; box-shadow: 1px 1px 3px 2px #9392ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,146,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9392ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9392ff; -webkit-box-shadow: 1px 1px 3px 2px #9392ff; box-shadow: 1px 1px 3px 2px #9392ff;">
Div content here</div>
This div box has shadow with color #9392ff
Comments
No comments written yet.
Please login to write comment.