Color spaces of #7290eb
RGB | 114 | 144 | 235 |
---|---|---|---|
HSL | 0.63 | 0.75 | 0.68 |
HSV | 225° | 51° | 92° |
CMYK | 0.51 | 0.39 | 0.00 0.08 |
XYZ | 31.9081 | 29.5221 | 82.6139 |
Yxy | 29.5221 | 0.2215 | 0.2050 |
Hunter Lab | 54.3342 | 9.7402 | -52.1150 |
CIE-Lab | 61.2397 | 14.5726 | -49.2434 |
#7290eb color RGB value is (114,144,235).
#7290eb hex color red value is 114, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7290eb hue: 0.63 , saturation: 0.75 and the lightness value of 7290eb is 0.68.
The process color (four color CMYK) of #7290eb color hex is 0.51, 0.39, 0.00, 0.08. Web safe color of #7290eb is #6699ff. Color #7290eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10010000 | 11101011 |
Octal | 162 | 220 | 353 |
Decimal | 114 | 144 | 235 |
Hex | 72 | 90 | EB |
Shades of #7290eb
Tints of #7290eb
RGB Percentages of Color #7290eb
CMYK Percentages of Color #7290eb
Complementary Color
#7290eb | #ebcd72 |
#7290eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7290eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7290eb Color CSS Codes
.mybgcolor {background-color:#7290eb; } .myforecolor {color:#7290eb; } .mybordercolor {border:3px solid #7290eb; }
#7290eb Text Font Color
<p style="color:#7290eb">Text here</p>
This sample text font color is #7290eb
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.
#7290eb Background Color
<div style="background-color:#7290eb">
Div content here</div>
This div background color is #7290eb
#7290eb Border Color
<div style="border:3px solid #7290eb">
Div here</div>
This div border color is #7290eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,144,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7290eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7290eb; -webkit-box-shadow: 1px 1px 3px 2px #7290eb; box-shadow: 1px 1px 3px 2px #7290eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,144,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7290eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7290eb; -webkit-box-shadow: 1px 1px 3px 2px #7290eb; box-shadow: 1px 1px 3px 2px #7290eb;">
Div content here</div>
This div box has shadow with color #7290eb
Comments
No comments written yet.
Please login to write comment.