Color spaces of #9416dc
RGB | 148 | 22 | 220 |
---|---|---|---|
HSL | 0.77 | 0.82 | 0.47 |
HSV | 278° | 90° | 86° |
CMYK | 0.33 | 0.90 | 0.00 0.14 |
XYZ | 25.4179 | 12.0370 | 68.6939 |
Yxy | 12.0370 | 0.2395 | 0.1134 |
Hunter Lab | 34.6944 | 70.0580 | -93.1065 |
CIE-Lab | 41.2749 | 75.2600 | -72.7839 |
#9416dc color RGB value is (148,22,220).
#9416dc hex color red value is 148, green value is 22 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9416dc hue: 0.77 , saturation: 0.82 and the lightness value of 9416dc is 0.47.
The process color (four color CMYK) of #9416dc color hex is 0.33, 0.90, 0.00, 0.14. Web safe color of #9416dc is #9900cc. Color #9416dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00010110 | 11011100 |
Octal | 224 | 26 | 334 |
Decimal | 148 | 22 | 220 |
Hex | 94 | 16 | DC |
Shades of #9416dc
Tints of #9416dc
RGB Percentages of Color #9416dc
CMYK Percentages of Color #9416dc
Complementary Color
#9416dc | #5edc16 |
#9416dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9416dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9416dc Color CSS Codes
.mybgcolor {background-color:#9416dc; } .myforecolor {color:#9416dc; } .mybordercolor {border:3px solid #9416dc; }
#9416dc Text Font Color
<p style="color:#9416dc">Text here</p>
This sample text font color is #9416dc
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.
#9416dc Background Color
<div style="background-color:#9416dc">
Div content here</div>
This div background color is #9416dc
#9416dc Border Color
<div style="border:3px solid #9416dc">
Div here</div>
This div border color is #9416dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,22,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9416dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9416dc; -webkit-box-shadow: 1px 1px 3px 2px #9416dc; box-shadow: 1px 1px 3px 2px #9416dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,22,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9416dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9416dc; -webkit-box-shadow: 1px 1px 3px 2px #9416dc; box-shadow: 1px 1px 3px 2px #9416dc;">
Div content here</div>
This div box has shadow with color #9416dc
Comments
No comments written yet.
Please login to write comment.