Color spaces of #7489ec
RGB | 116 | 137 | 236 |
---|---|---|---|
HSL | 0.64 | 0.76 | 0.69 |
HSV | 230° | 51° | 93° |
CMYK | 0.51 | 0.42 | 0.00 0.07 |
XYZ | 31.2884 | 27.6605 | 83.0468 |
Yxy | 27.6605 | 0.2203 | 0.1948 |
Hunter Lab | 52.5933 | 14.1538 | -56.8060 |
CIE-Lab | 59.5808 | 19.4586 | -52.4216 |
#7489ec color RGB value is (116,137,236).
#7489ec hex color red value is 116, green value is 137 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7489ec hue: 0.64 , saturation: 0.76 and the lightness value of 7489ec is 0.69.
The process color (four color CMYK) of #7489ec color hex is 0.51, 0.42, 0.00, 0.07. Web safe color of #7489ec is #6699ff. Color #7489ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10001001 | 11101100 |
Octal | 164 | 211 | 354 |
Decimal | 116 | 137 | 236 |
Hex | 74 | 89 | EC |
Shades of #7489ec
Tints of #7489ec
RGB Percentages of Color #7489ec
CMYK Percentages of Color #7489ec
Complementary Color
#7489ec | #ecd774 |
#7489ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7489ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#7489ec Color CSS Codes
.mybgcolor {background-color:#7489ec; } .myforecolor {color:#7489ec; } .mybordercolor {border:3px solid #7489ec; }
#7489ec Text Font Color
<p style="color:#7489ec">Text here</p>
This sample text font color is #7489ec
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.
#7489ec Background Color
<div style="background-color:#7489ec">
Div content here</div>
This div background color is #7489ec
#7489ec Border Color
<div style="border:3px solid #7489ec">
Div here</div>
This div border color is #7489ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,137,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7489ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7489ec; -webkit-box-shadow: 1px 1px 3px 2px #7489ec; box-shadow: 1px 1px 3px 2px #7489ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,137,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7489ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7489ec; -webkit-box-shadow: 1px 1px 3px 2px #7489ec; box-shadow: 1px 1px 3px 2px #7489ec;">
Div content here</div>
This div box has shadow with color #7489ec
Comments
No comments written yet.
Please login to write comment.