Color spaces of #491bef
RGB | 73 | 27 | 239 |
---|---|---|---|
HSL | 0.70 | 0.87 | 0.52 |
HSV | 253° | 89° | 94° |
CMYK | 0.69 | 0.89 | 0.00 0.06 |
XYZ | 18.7196 | 8.4323 | 82.3023 |
Yxy | 8.4323 | 0.1710 | 0.0770 |
Hunter Lab | 29.0384 | 64.2527 | -147.7161 |
CIE-Lab | 34.8675 | 71.6520 | -94.4831 |
#491bef color RGB value is (73,27,239).
#491bef hex color red value is 73, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #491bef hue: 0.70 , saturation: 0.87 and the lightness value of 491bef is 0.52.
The process color (four color CMYK) of #491bef color hex is 0.69, 0.89, 0.00, 0.06. Web safe color of #491bef is #3333ff. Color #491bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 00011011 | 11101111 |
Octal | 111 | 33 | 357 |
Decimal | 73 | 27 | 239 |
Hex | 49 | 1B | EF |
Shades of #491bef
Tints of #491bef
RGB Percentages of Color #491bef
CMYK Percentages of Color #491bef
Complementary Color
#491bef | #c1ef1b |
#491bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#491bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#491bef Color CSS Codes
.mybgcolor {background-color:#491bef; } .myforecolor {color:#491bef; } .mybordercolor {border:3px solid #491bef; }
#491bef Text Font Color
<p style="color:#491bef">Text here</p>
This sample text font color is #491bef
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.
#491bef Background Color
<div style="background-color:#491bef">
Div content here</div>
This div background color is #491bef
#491bef Border Color
<div style="border:3px solid #491bef">
Div here</div>
This div border color is #491bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,27,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #491bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #491bef; -webkit-box-shadow: 1px 1px 3px 2px #491bef; box-shadow: 1px 1px 3px 2px #491bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,27,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #491bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #491bef; -webkit-box-shadow: 1px 1px 3px 2px #491bef; box-shadow: 1px 1px 3px 2px #491bef;">
Div content here</div>
This div box has shadow with color #491bef
Comments
No comments written yet.
Please login to write comment.