Color spaces of #749bca
RGB | 116 | 155 | 202 |
---|---|---|---|
HSL | 0.59 | 0.45 | 0.62 |
HSV | 213° | 43° | 79° |
CMYK | 0.43 | 0.23 | 0.00 0.21 |
XYZ | 29.5845 | 31.4200 | 60.3825 |
Yxy | 31.4200 | 0.2437 | 0.2588 |
Hunter Lab | 56.0535 | -3.8832 | -24.6314 |
CIE-Lab | 62.8606 | -1.0629 | -28.3496 |
#749bca color RGB value is (116,155,202).
#749bca hex color red value is 116, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #749bca hue: 0.59 , saturation: 0.45 and the lightness value of 749bca is 0.62.
The process color (four color CMYK) of #749bca color hex is 0.43, 0.23, 0.00, 0.21. Web safe color of #749bca is #6699cc. Color #749bca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10011011 | 11001010 |
Octal | 164 | 233 | 312 |
Decimal | 116 | 155 | 202 |
Hex | 74 | 9B | CA |
Shades of #749bca
Tints of #749bca
RGB Percentages of Color #749bca
CMYK Percentages of Color #749bca
Complementary Color
#749bca | #caa374 |
#749bca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#749bca Color Preview on White Background
Lorem ipsum dolor sit amet.
#749bca Color CSS Codes
.mybgcolor {background-color:#749bca; } .myforecolor {color:#749bca; } .mybordercolor {border:3px solid #749bca; }
#749bca Text Font Color
<p style="color:#749bca">Text here</p>
This sample text font color is #749bca
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.
#749bca Background Color
<div style="background-color:#749bca">
Div content here</div>
This div background color is #749bca
#749bca Border Color
<div style="border:3px solid #749bca">
Div here</div>
This div border color is #749bca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,155,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #749bca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749bca; -webkit-box-shadow: 1px 1px 3px 2px #749bca; box-shadow: 1px 1px 3px 2px #749bca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,155,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #749bca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #749bca; -webkit-box-shadow: 1px 1px 3px 2px #749bca; box-shadow: 1px 1px 3px 2px #749bca;">
Div content here</div>
This div box has shadow with color #749bca
Comments
No comments written yet.
Please login to write comment.