Color spaces of #492cfe
RGB | 73 | 44 | 254 |
---|---|---|---|
HSL | 0.69 | 0.99 | 0.58 |
HSV | 248° | 83° | 100° |
CMYK | 0.71 | 0.83 | 0.00 0.00 |
XYZ | 21.5377 | 10.3736 | 94.6331 |
Yxy | 10.3736 | 0.1702 | 0.0820 |
Hunter Lab | 32.2081 | 62.9997 | -151.6590 |
CIE-Lab | 38.5048 | 69.8951 | -96.8904 |
#492cfe color RGB value is (73,44,254).
#492cfe hex color red value is 73, green value is 44 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #492cfe hue: 0.69 , saturation: 0.99 and the lightness value of 492cfe is 0.58.
The process color (four color CMYK) of #492cfe color hex is 0.71, 0.83, 0.00, 0.00. Web safe color of #492cfe is #3333ff. Color #492cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00101100 | 11111110 |
Octal | 111 | 54 | 376 |
Decimal | 73 | 44 | 254 |
Hex | 49 | 2C | FE |
Shades of #492cfe
Tints of #492cfe
RGB Percentages of Color #492cfe
CMYK Percentages of Color #492cfe
Complementary Color
#492cfe | #e1fe2c |
#492cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#492cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#492cfe Color CSS Codes
.mybgcolor {background-color:#492cfe; } .myforecolor {color:#492cfe; } .mybordercolor {border:3px solid #492cfe; }
#492cfe Text Font Color
<p style="color:#492cfe">Text here</p>
This sample text font color is #492cfe
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.
#492cfe Background Color
<div style="background-color:#492cfe">
Div content here</div>
This div background color is #492cfe
#492cfe Border Color
<div style="border:3px solid #492cfe">
Div here</div>
This div border color is #492cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,44,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #492cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #492cfe; -webkit-box-shadow: 1px 1px 3px 2px #492cfe; box-shadow: 1px 1px 3px 2px #492cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,44,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #492cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #492cfe; -webkit-box-shadow: 1px 1px 3px 2px #492cfe; box-shadow: 1px 1px 3px 2px #492cfe;">
Div content here</div>
This div box has shadow with color #492cfe
Comments
No comments written yet.
Please login to write comment.