Color spaces of #942cfa
RGB | 148 | 44 | 250 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.58 |
HSV | 270° | 82° | 98° |
CMYK | 0.41 | 0.82 | 0.00 0.02 |
XYZ | 30.3687 | 14.9994 | 91.7370 |
Yxy | 14.9994 | 0.2215 | 0.1094 |
Hunter Lab | 38.7291 | 72.1917 | -113.3291 |
CIE-Lab | 45.6334 | 76.1603 | -82.6325 |
#942cfa color RGB value is (148,44,250).
#942cfa hex color red value is 148, green value is 44 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #942cfa hue: 0.75 , saturation: 0.95 and the lightness value of 942cfa is 0.58.
The process color (four color CMYK) of #942cfa color hex is 0.41, 0.82, 0.00, 0.02. Web safe color of #942cfa is #9933ff. Color #942cfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00101100 | 11111010 |
Octal | 224 | 54 | 372 |
Decimal | 148 | 44 | 250 |
Hex | 94 | 2C | FA |
Shades of #942cfa
Tints of #942cfa
RGB Percentages of Color #942cfa
CMYK Percentages of Color #942cfa
Complementary Color
#942cfa | #92fa2c |
#942cfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#942cfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#942cfa Color CSS Codes
.mybgcolor {background-color:#942cfa; } .myforecolor {color:#942cfa; } .mybordercolor {border:3px solid #942cfa; }
#942cfa Text Font Color
<p style="color:#942cfa">Text here</p>
This sample text font color is #942cfa
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.
#942cfa Background Color
<div style="background-color:#942cfa">
Div content here</div>
This div background color is #942cfa
#942cfa Border Color
<div style="border:3px solid #942cfa">
Div here</div>
This div border color is #942cfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,44,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #942cfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #942cfa; -webkit-box-shadow: 1px 1px 3px 2px #942cfa; box-shadow: 1px 1px 3px 2px #942cfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,44,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #942cfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #942cfa; -webkit-box-shadow: 1px 1px 3px 2px #942cfa; box-shadow: 1px 1px 3px 2px #942cfa;">
Div content here</div>
This div box has shadow with color #942cfa
Comments
No comments written yet.
Please login to write comment.