Color spaces of #778baf
RGB | 119 | 139 | 175 |
---|---|---|---|
HSL | 0.61 | 0.26 | 0.58 |
HSV | 219° | 32° | 69° |
CMYK | 0.32 | 0.21 | 0.00 0.31 |
XYZ | 24.5782 | 25.4823 | 44.1806 |
Yxy | 25.4823 | 0.2608 | 0.2704 |
Hunter Lab | 50.4800 | -1.4301 | -16.5552 |
CIE-Lab | 57.5424 | 1.5544 | -21.2683 |
#778baf color RGB value is (119,139,175).
#778baf hex color red value is 119, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #778baf hue: 0.61 , saturation: 0.26 and the lightness value of 778baf is 0.58.
The process color (four color CMYK) of #778baf color hex is 0.32, 0.21, 0.00, 0.31. Web safe color of #778baf is #669999. Color #778baf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10001011 | 10101111 |
Octal | 167 | 213 | 257 |
Decimal | 119 | 139 | 175 |
Hex | 77 | 8B | AF |
Shades of #778baf
Tints of #778baf
RGB Percentages of Color #778baf
CMYK Percentages of Color #778baf
Complementary Color
#778baf | #af9b77 |
#778baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#778baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#778baf Color CSS Codes
.mybgcolor {background-color:#778baf; } .myforecolor {color:#778baf; } .mybordercolor {border:3px solid #778baf; }
#778baf Text Font Color
<p style="color:#778baf">Text here</p>
This sample text font color is #778baf
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.
#778baf Background Color
<div style="background-color:#778baf">
Div content here</div>
This div background color is #778baf
#778baf Border Color
<div style="border:3px solid #778baf">
Div here</div>
This div border color is #778baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,139,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #778baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #778baf; -webkit-box-shadow: 1px 1px 3px 2px #778baf; box-shadow: 1px 1px 3px 2px #778baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,139,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #778baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #778baf; -webkit-box-shadow: 1px 1px 3px 2px #778baf; box-shadow: 1px 1px 3px 2px #778baf;">
Div content here</div>
This div box has shadow with color #778baf
Comments
No comments written yet.
Please login to write comment.