Color spaces of #778bee
RGB | 119 | 139 | 238 |
---|---|---|---|
HSL | 0.64 | 0.78 | 0.70 |
HSV | 230° | 50° | 93° |
CMYK | 0.50 | 0.42 | 0.00 0.07 |
XYZ | 32.2730 | 28.5602 | 84.7006 |
Yxy | 28.5602 | 0.2218 | 0.1962 |
Hunter Lab | 53.4417 | 14.2715 | -56.5604 |
CIE-Lab | 60.3915 | 19.5481 | -52.2288 |
#778bee color RGB value is (119,139,238).
#778bee hex color red value is 119, green value is 139 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #778bee hue: 0.64 , saturation: 0.78 and the lightness value of 778bee is 0.70.
The process color (four color CMYK) of #778bee color hex is 0.50, 0.42, 0.00, 0.07. Web safe color of #778bee is #6699ff. Color #778bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10001011 | 11101110 |
Octal | 167 | 213 | 356 |
Decimal | 119 | 139 | 238 |
Hex | 77 | 8B | EE |
Shades of #778bee
Tints of #778bee
RGB Percentages of Color #778bee
CMYK Percentages of Color #778bee
Complementary Color
#778bee | #eeda77 |
#778bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#778bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#778bee Color CSS Codes
.mybgcolor {background-color:#778bee; } .myforecolor {color:#778bee; } .mybordercolor {border:3px solid #778bee; }
#778bee Text Font Color
<p style="color:#778bee">Text here</p>
This sample text font color is #778bee
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.
#778bee Background Color
<div style="background-color:#778bee">
Div content here</div>
This div background color is #778bee
#778bee Border Color
<div style="border:3px solid #778bee">
Div here</div>
This div border color is #778bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,139,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #778bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #778bee; -webkit-box-shadow: 1px 1px 3px 2px #778bee; box-shadow: 1px 1px 3px 2px #778bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,139,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #778bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #778bee; -webkit-box-shadow: 1px 1px 3px 2px #778bee; box-shadow: 1px 1px 3px 2px #778bee;">
Div content here</div>
This div box has shadow with color #778bee
Comments
No comments written yet.
Please login to write comment.