Color spaces of #904cfa
RGB | 144 | 76 | 250 |
---|---|---|---|
HSL | 0.73 | 0.95 | 0.64 |
HSV | 263° | 70° | 98° |
CMYK | 0.42 | 0.70 | 0.00 0.02 |
XYZ | 31.3414 | 18.0003 | 92.2650 |
Yxy | 18.0003 | 0.2213 | 0.1271 |
Hunter Lab | 42.4268 | 57.6143 | -99.2386 |
CIE-Lab | 49.4965 | 63.1202 | -76.3337 |
#904cfa color RGB value is (144,76,250).
#904cfa hex color red value is 144, green value is 76 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #904cfa hue: 0.73 , saturation: 0.95 and the lightness value of 904cfa is 0.64.
The process color (four color CMYK) of #904cfa color hex is 0.42, 0.70, 0.00, 0.02. Web safe color of #904cfa is #9933ff. Color #904cfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 01001100 | 11111010 |
Octal | 220 | 114 | 372 |
Decimal | 144 | 76 | 250 |
Hex | 90 | 4C | FA |
Shades of #904cfa
Tints of #904cfa
RGB Percentages of Color #904cfa
CMYK Percentages of Color #904cfa
Complementary Color
#904cfa | #b6fa4c |
#904cfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#904cfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#904cfa Color CSS Codes
.mybgcolor {background-color:#904cfa; } .myforecolor {color:#904cfa; } .mybordercolor {border:3px solid #904cfa; }
#904cfa Text Font Color
<p style="color:#904cfa">Text here</p>
This sample text font color is #904cfa
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.
#904cfa Background Color
<div style="background-color:#904cfa">
Div content here</div>
This div background color is #904cfa
#904cfa Border Color
<div style="border:3px solid #904cfa">
Div here</div>
This div border color is #904cfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,76,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #904cfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #904cfa; -webkit-box-shadow: 1px 1px 3px 2px #904cfa; box-shadow: 1px 1px 3px 2px #904cfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,76,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 #904cfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #904cfa; -webkit-box-shadow: 1px 1px 3px 2px #904cfa; box-shadow: 1px 1px 3px 2px #904cfa;">
Div content here</div>
This div box has shadow with color #904cfa
Comments
No comments written yet.
Please login to write comment.