Color spaces of #940dac
RGB | 148 | 13 | 172 |
---|---|---|---|
HSL | 0.81 | 0.86 | 0.36 |
HSV | 291° | 92° | 67° |
CMYK | 0.14 | 0.92 | 0.00 0.33 |
XYZ | 19.8031 | 9.5623 | 39.8317 |
Yxy | 9.5623 | 0.2862 | 0.1382 |
Hunter Lab | 30.9230 | 60.1964 | -54.7250 |
CIE-Lab | 37.0451 | 67.7732 | -51.5814 |
#940dac color RGB value is (148,13,172).
#940dac hex color red value is 148, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #940dac hue: 0.81 , saturation: 0.86 and the lightness value of 940dac is 0.36.
The process color (four color CMYK) of #940dac color hex is 0.14, 0.92, 0.00, 0.33. Web safe color of #940dac is #990099. Color #940dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00001101 | 10101100 |
Octal | 224 | 15 | 254 |
Decimal | 148 | 13 | 172 |
Hex | 94 | D | AC |
Shades of #940dac
Tints of #940dac
RGB Percentages of Color #940dac
CMYK Percentages of Color #940dac
Complementary Color
#940dac | #25ac0d |
#940dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#940dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#940dac Color CSS Codes
.mybgcolor {background-color:#940dac; } .myforecolor {color:#940dac; } .mybordercolor {border:3px solid #940dac; }
#940dac Text Font Color
<p style="color:#940dac">Text here</p>
This sample text font color is #940dac
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.
#940dac Background Color
<div style="background-color:#940dac">
Div content here</div>
This div background color is #940dac
#940dac Border Color
<div style="border:3px solid #940dac">
Div here</div>
This div border color is #940dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,13,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #940dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #940dac; -webkit-box-shadow: 1px 1px 3px 2px #940dac; box-shadow: 1px 1px 3px 2px #940dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,13,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #940dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #940dac; -webkit-box-shadow: 1px 1px 3px 2px #940dac; box-shadow: 1px 1px 3px 2px #940dac;">
Div content here</div>
This div box has shadow with color #940dac
Comments
No comments written yet.
Please login to write comment.