Color spaces of #7460eb
RGB | 116 | 96 | 235 |
---|---|---|---|
HSL | 0.69 | 0.78 | 0.65 |
HSV | 249° | 59° | 92° |
CMYK | 0.51 | 0.59 | 0.00 0.08 |
XYZ | 26.3807 | 18.0769 | 80.6960 |
Yxy | 18.0769 | 0.2108 | 0.1444 |
Hunter Lab | 42.5169 | 36.3502 | -82.7690 |
CIE-Lab | 49.5892 | 43.4392 | -67.9076 |
#7460eb color RGB value is (116,96,235).
#7460eb hex color red value is 116, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7460eb hue: 0.69 , saturation: 0.78 and the lightness value of 7460eb is 0.65.
The process color (four color CMYK) of #7460eb color hex is 0.51, 0.59, 0.00, 0.08. Web safe color of #7460eb is #6666ff. Color #7460eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01100000 | 11101011 |
Octal | 164 | 140 | 353 |
Decimal | 116 | 96 | 235 |
Hex | 74 | 60 | EB |
Shades of #7460eb
Tints of #7460eb
RGB Percentages of Color #7460eb
CMYK Percentages of Color #7460eb
Complementary Color
#7460eb | #d7eb60 |
#7460eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7460eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7460eb Color CSS Codes
.mybgcolor {background-color:#7460eb; } .myforecolor {color:#7460eb; } .mybordercolor {border:3px solid #7460eb; }
#7460eb Text Font Color
<p style="color:#7460eb">Text here</p>
This sample text font color is #7460eb
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.
#7460eb Background Color
<div style="background-color:#7460eb">
Div content here</div>
This div background color is #7460eb
#7460eb Border Color
<div style="border:3px solid #7460eb">
Div here</div>
This div border color is #7460eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,96,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7460eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7460eb; -webkit-box-shadow: 1px 1px 3px 2px #7460eb; box-shadow: 1px 1px 3px 2px #7460eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,96,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 #7460eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7460eb; -webkit-box-shadow: 1px 1px 3px 2px #7460eb; box-shadow: 1px 1px 3px 2px #7460eb;">
Div content here</div>
This div box has shadow with color #7460eb
Comments
No comments written yet.
Please login to write comment.