Color spaces of #739eff
RGB | 115 | 158 | 255 |
---|---|---|---|
HSL | 0.62 | 1.00 | 0.73 |
HSV | 222° | 55° | 100° |
CMYK | 0.55 | 0.38 | 0.00 0.00 |
XYZ | 37.3471 | 35.3186 | 99.4565 |
Yxy | 35.3186 | 0.2170 | 0.2052 |
Hunter Lab | 59.4295 | 8.1728 | -57.6225 |
CIE-Lab | 65.9960 | 12.7898 | -52.6809 |
#739eff color RGB value is (115,158,255).
#739eff hex color red value is 115, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #739eff hue: 0.62 , saturation: 1.00 and the lightness value of 739eff is 0.73.
The process color (four color CMYK) of #739eff color hex is 0.55, 0.38, 0.00, 0.00. Web safe color of #739eff is #6699ff. Color #739eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10011110 | 11111111 |
Octal | 163 | 236 | 377 |
Decimal | 115 | 158 | 255 |
Hex | 73 | 9E | FF |
Shades of #739eff
Tints of #739eff
RGB Percentages of Color #739eff
CMYK Percentages of Color #739eff
Complementary Color
#739eff | #ffd473 |
#739eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#739eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#739eff Color CSS Codes
.mybgcolor {background-color:#739eff; } .myforecolor {color:#739eff; } .mybordercolor {border:3px solid #739eff; }
#739eff Text Font Color
<p style="color:#739eff">Text here</p>
This sample text font color is #739eff
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.
#739eff Background Color
<div style="background-color:#739eff">
Div content here</div>
This div background color is #739eff
#739eff Border Color
<div style="border:3px solid #739eff">
Div here</div>
This div border color is #739eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,158,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #739eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #739eff; -webkit-box-shadow: 1px 1px 3px 2px #739eff; box-shadow: 1px 1px 3px 2px #739eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,158,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #739eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #739eff; -webkit-box-shadow: 1px 1px 3px 2px #739eff; box-shadow: 1px 1px 3px 2px #739eff;">
Div content here</div>
This div box has shadow with color #739eff
Comments
No comments written yet.
Please login to write comment.