Color spaces of #490ece
RGB | 73 | 14 | 206 |
---|---|---|---|
HSL | 0.72 | 0.87 | 0.43 |
HSV | 258° | 93° | 81° |
CMYK | 0.65 | 0.93 | 0.00 0.19 |
XYZ | 14.0453 | 6.1868 | 58.8464 |
Yxy | 6.1868 | 0.1776 | 0.0782 |
Hunter Lab | 24.8733 | 57.2661 | -122.8598 |
CIE-Lab | 29.8789 | 66.5888 | -83.8092 |
#490ece color RGB value is (73,14,206).
#490ece hex color red value is 73, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #490ece hue: 0.72 , saturation: 0.87 and the lightness value of 490ece is 0.43.
The process color (four color CMYK) of #490ece color hex is 0.65, 0.93, 0.00, 0.19. Web safe color of #490ece is #3300cc. Color #490ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00001110 | 11001110 |
Octal | 111 | 16 | 316 |
Decimal | 73 | 14 | 206 |
Hex | 49 | E | CE |
Shades of #490ece
Tints of #490ece
RGB Percentages of Color #490ece
CMYK Percentages of Color #490ece
Complementary Color
#490ece | #93ce0e |
#490ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#490ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#490ece Color CSS Codes
.mybgcolor {background-color:#490ece; } .myforecolor {color:#490ece; } .mybordercolor {border:3px solid #490ece; }
#490ece Text Font Color
<p style="color:#490ece">Text here</p>
This sample text font color is #490ece
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.
#490ece Background Color
<div style="background-color:#490ece">
Div content here</div>
This div background color is #490ece
#490ece Border Color
<div style="border:3px solid #490ece">
Div here</div>
This div border color is #490ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,14,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #490ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #490ece; -webkit-box-shadow: 1px 1px 3px 2px #490ece; box-shadow: 1px 1px 3px 2px #490ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,14,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #490ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #490ece; -webkit-box-shadow: 1px 1px 3px 2px #490ece; box-shadow: 1px 1px 3px 2px #490ece;">
Div content here</div>
This div box has shadow with color #490ece
Comments
No comments written yet.
Please login to write comment.