Color spaces of #747bdb
RGB | 116 | 123 | 219 |
---|---|---|---|
HSL | 0.66 | 0.59 | 0.66 |
HSV | 236° | 47° | 86° |
CMYK | 0.47 | 0.44 | 0.00 0.14 |
XYZ | 27.0716 | 22.9934 | 70.0292 |
Yxy | 22.9934 | 0.2254 | 0.1915 |
Hunter Lab | 47.9514 | 16.8595 | -53.0223 |
CIE-Lab | 55.0655 | 22.6572 | -50.1112 |
#747bdb color RGB value is (116,123,219).
#747bdb hex color red value is 116, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #747bdb hue: 0.66 , saturation: 0.59 and the lightness value of 747bdb is 0.66.
The process color (four color CMYK) of #747bdb color hex is 0.47, 0.44, 0.00, 0.14. Web safe color of #747bdb is #6666cc. Color #747bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01111011 | 11011011 |
Octal | 164 | 173 | 333 |
Decimal | 116 | 123 | 219 |
Hex | 74 | 7B | DB |
Shades of #747bdb
Tints of #747bdb
RGB Percentages of Color #747bdb
CMYK Percentages of Color #747bdb
Complementary Color
#747bdb | #dbd474 |
#747bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#747bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#747bdb Color CSS Codes
.mybgcolor {background-color:#747bdb; } .myforecolor {color:#747bdb; } .mybordercolor {border:3px solid #747bdb; }
#747bdb Text Font Color
<p style="color:#747bdb">Text here</p>
This sample text font color is #747bdb
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.
#747bdb Background Color
<div style="background-color:#747bdb">
Div content here</div>
This div background color is #747bdb
#747bdb Border Color
<div style="border:3px solid #747bdb">
Div here</div>
This div border color is #747bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,123,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #747bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #747bdb; -webkit-box-shadow: 1px 1px 3px 2px #747bdb; box-shadow: 1px 1px 3px 2px #747bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,123,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #747bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #747bdb; -webkit-box-shadow: 1px 1px 3px 2px #747bdb; box-shadow: 1px 1px 3px 2px #747bdb;">
Div content here</div>
This div box has shadow with color #747bdb
Comments
No comments written yet.
Please login to write comment.