Color spaces of #7497ce
RGB | 116 | 151 | 206 |
---|---|---|---|
HSL | 0.60 | 0.48 | 0.63 |
HSV | 217° | 44° | 81° |
CMYK | 0.44 | 0.27 | 0.00 0.19 |
XYZ | 29.4096 | 30.3025 | 62.6914 |
Yxy | 30.3025 | 0.2403 | 0.2476 |
Hunter Lab | 55.0477 | -0.9687 | -28.9894 |
CIE-Lab | 61.9144 | 2.3467 | -32.0493 |
#7497ce color RGB value is (116,151,206).
#7497ce hex color red value is 116, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7497ce hue: 0.60 , saturation: 0.48 and the lightness value of 7497ce is 0.63.
The process color (four color CMYK) of #7497ce color hex is 0.44, 0.27, 0.00, 0.19. Web safe color of #7497ce is #6699cc. Color #7497ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10010111 | 11001110 |
Octal | 164 | 227 | 316 |
Decimal | 116 | 151 | 206 |
Hex | 74 | 97 | CE |
Shades of #7497ce
Tints of #7497ce
RGB Percentages of Color #7497ce
CMYK Percentages of Color #7497ce
Complementary Color
#7497ce | #ceab74 |
#7497ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7497ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#7497ce Color CSS Codes
.mybgcolor {background-color:#7497ce; } .myforecolor {color:#7497ce; } .mybordercolor {border:3px solid #7497ce; }
#7497ce Text Font Color
<p style="color:#7497ce">Text here</p>
This sample text font color is #7497ce
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.
#7497ce Background Color
<div style="background-color:#7497ce">
Div content here</div>
This div background color is #7497ce
#7497ce Border Color
<div style="border:3px solid #7497ce">
Div here</div>
This div border color is #7497ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,151,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7497ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7497ce; -webkit-box-shadow: 1px 1px 3px 2px #7497ce; box-shadow: 1px 1px 3px 2px #7497ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,151,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7497ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7497ce; -webkit-box-shadow: 1px 1px 3px 2px #7497ce; box-shadow: 1px 1px 3px 2px #7497ce;">
Div content here</div>
This div box has shadow with color #7497ce
Comments
No comments written yet.
Please login to write comment.