Color spaces of #787bda
RGB | 120 | 123 | 218 |
---|---|---|---|
HSL | 0.66 | 0.57 | 0.66 |
HSV | 238° | 45° | 85° |
CMYK | 0.45 | 0.44 | 0.00 0.15 |
XYZ | 27.4836 | 23.2209 | 69.3632 |
Yxy | 23.2209 | 0.2289 | 0.1934 |
Hunter Lab | 48.1881 | 17.4766 | -51.6120 |
CIE-Lab | 55.2991 | 23.3108 | -49.1594 |
#787bda color RGB value is (120,123,218).
#787bda hex color red value is 120, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #787bda hue: 0.66 , saturation: 0.57 and the lightness value of 787bda is 0.66.
The process color (four color CMYK) of #787bda color hex is 0.45, 0.44, 0.00, 0.15. Web safe color of #787bda is #6666cc. Color #787bda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01111011 | 11011010 |
Octal | 170 | 173 | 332 |
Decimal | 120 | 123 | 218 |
Hex | 78 | 7B | DA |
Shades of #787bda
Tints of #787bda
RGB Percentages of Color #787bda
CMYK Percentages of Color #787bda
Complementary Color
#787bda | #dad778 |
#787bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#787bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#787bda Color CSS Codes
.mybgcolor {background-color:#787bda; } .myforecolor {color:#787bda; } .mybordercolor {border:3px solid #787bda; }
#787bda Text Font Color
<p style="color:#787bda">Text here</p>
This sample text font color is #787bda
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.
#787bda Background Color
<div style="background-color:#787bda">
Div content here</div>
This div background color is #787bda
#787bda Border Color
<div style="border:3px solid #787bda">
Div here</div>
This div border color is #787bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,123,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #787bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #787bda; -webkit-box-shadow: 1px 1px 3px 2px #787bda; box-shadow: 1px 1px 3px 2px #787bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,123,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #787bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #787bda; -webkit-box-shadow: 1px 1px 3px 2px #787bda; box-shadow: 1px 1px 3px 2px #787bda;">
Div content here</div>
This div box has shadow with color #787bda
Comments
No comments written yet.
Please login to write comment.