Color spaces of #9216ef
RGB | 146 | 22 | 239 |
---|---|---|---|
HSL | 0.76 | 0.87 | 0.51 |
HSV | 274° | 91° | 94° |
CMYK | 0.39 | 0.91 | 0.00 0.06 |
XYZ | 27.7210 | 12.9168 | 82.6935 |
Yxy | 12.9168 | 0.2248 | 0.1047 |
Hunter Lab | 35.9399 | 74.7847 | -111.2612 |
CIE-Lab | 42.6376 | 78.8356 | -81.3744 |
#9216ef color RGB value is (146,22,239).
#9216ef hex color red value is 146, green value is 22 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9216ef hue: 0.76 , saturation: 0.87 and the lightness value of 9216ef is 0.51.
The process color (four color CMYK) of #9216ef color hex is 0.39, 0.91, 0.00, 0.06. Web safe color of #9216ef is #9900ff. Color #9216ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 00010110 | 11101111 |
Octal | 222 | 26 | 357 |
Decimal | 146 | 22 | 239 |
Hex | 92 | 16 | EF |
Shades of #9216ef
Tints of #9216ef
RGB Percentages of Color #9216ef
CMYK Percentages of Color #9216ef
Complementary Color
#9216ef | #73ef16 |
#9216ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9216ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#9216ef Color CSS Codes
.mybgcolor {background-color:#9216ef; } .myforecolor {color:#9216ef; } .mybordercolor {border:3px solid #9216ef; }
#9216ef Text Font Color
<p style="color:#9216ef">Text here</p>
This sample text font color is #9216ef
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.
#9216ef Background Color
<div style="background-color:#9216ef">
Div content here</div>
This div background color is #9216ef
#9216ef Border Color
<div style="border:3px solid #9216ef">
Div here</div>
This div border color is #9216ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,22,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9216ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9216ef; -webkit-box-shadow: 1px 1px 3px 2px #9216ef; box-shadow: 1px 1px 3px 2px #9216ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,22,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9216ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9216ef; -webkit-box-shadow: 1px 1px 3px 2px #9216ef; box-shadow: 1px 1px 3px 2px #9216ef;">
Div content here</div>
This div box has shadow with color #9216ef
Comments
No comments written yet.
Please login to write comment.