Color spaces of #940dbe
RGB | 148 | 13 | 190 |
---|---|---|---|
HSL | 0.79 | 0.87 | 0.40 |
HSV | 286° | 93° | 75° |
CMYK | 0.22 | 0.93 | 0.00 0.25 |
XYZ | 21.6509 | 10.3015 | 49.5624 |
Yxy | 10.3015 | 0.2656 | 0.1264 |
Hunter Lab | 32.0959 | 64.2425 | -69.0881 |
CIE-Lab | 38.3782 | 70.9738 | -60.0933 |
#940dbe color RGB value is (148,13,190).
#940dbe hex color red value is 148, green value is 13 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #940dbe hue: 0.79 , saturation: 0.87 and the lightness value of 940dbe is 0.40.
The process color (four color CMYK) of #940dbe color hex is 0.22, 0.93, 0.00, 0.25. Web safe color of #940dbe is #9900cc. Color #940dbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00001101 | 10111110 |
Octal | 224 | 15 | 276 |
Decimal | 148 | 13 | 190 |
Hex | 94 | D | BE |
Shades of #940dbe
Tints of #940dbe
RGB Percentages of Color #940dbe
CMYK Percentages of Color #940dbe
Complementary Color
#940dbe | #37be0d |
#940dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#940dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#940dbe Color CSS Codes
.mybgcolor {background-color:#940dbe; } .myforecolor {color:#940dbe; } .mybordercolor {border:3px solid #940dbe; }
#940dbe Text Font Color
<p style="color:#940dbe">Text here</p>
This sample text font color is #940dbe
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.
#940dbe Background Color
<div style="background-color:#940dbe">
Div content here</div>
This div background color is #940dbe
#940dbe Border Color
<div style="border:3px solid #940dbe">
Div here</div>
This div border color is #940dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,13,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #940dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #940dbe; -webkit-box-shadow: 1px 1px 3px 2px #940dbe; box-shadow: 1px 1px 3px 2px #940dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,13,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #940dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #940dbe; -webkit-box-shadow: 1px 1px 3px 2px #940dbe; box-shadow: 1px 1px 3px 2px #940dbe;">
Div content here</div>
This div box has shadow with color #940dbe
Comments
No comments written yet.
Please login to write comment.