Color spaces of #940fdf
RGB | 148 | 15 | 223 |
---|---|---|---|
HSL | 0.77 | 0.87 | 0.47 |
HSV | 278° | 93° | 87° |
CMYK | 0.34 | 0.93 | 0.00 0.13 |
XYZ | 25.7028 | 11.9653 | 70.7669 |
Yxy | 11.9653 | 0.2370 | 0.1103 |
Hunter Lab | 34.5909 | 72.1005 | -97.0833 |
CIE-Lab | 41.1609 | 76.9502 | -74.6888 |
#940fdf color RGB value is (148,15,223).
#940fdf hex color red value is 148, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #940fdf hue: 0.77 , saturation: 0.87 and the lightness value of 940fdf is 0.47.
The process color (four color CMYK) of #940fdf color hex is 0.34, 0.93, 0.00, 0.13. Web safe color of #940fdf is #9900cc. Color #940fdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00001111 | 11011111 |
Octal | 224 | 17 | 337 |
Decimal | 148 | 15 | 223 |
Hex | 94 | F | DF |
Shades of #940fdf
Tints of #940fdf
RGB Percentages of Color #940fdf
CMYK Percentages of Color #940fdf
Complementary Color
#940fdf | #5adf0f |
#940fdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#940fdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#940fdf Color CSS Codes
.mybgcolor {background-color:#940fdf; } .myforecolor {color:#940fdf; } .mybordercolor {border:3px solid #940fdf; }
#940fdf Text Font Color
<p style="color:#940fdf">Text here</p>
This sample text font color is #940fdf
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.
#940fdf Background Color
<div style="background-color:#940fdf">
Div content here</div>
This div background color is #940fdf
#940fdf Border Color
<div style="border:3px solid #940fdf">
Div here</div>
This div border color is #940fdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,15,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #940fdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #940fdf; -webkit-box-shadow: 1px 1px 3px 2px #940fdf; box-shadow: 1px 1px 3px 2px #940fdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,15,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #940fdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #940fdf; -webkit-box-shadow: 1px 1px 3px 2px #940fdf; box-shadow: 1px 1px 3px 2px #940fdf;">
Div content here</div>
This div box has shadow with color #940fdf
Comments
No comments written yet.
Please login to write comment.