Color spaces of #776edc
RGB | 119 | 110 | 220 |
---|---|---|---|
HSL | 0.68 | 0.61 | 0.65 |
HSV | 245° | 50° | 86° |
CMYK | 0.46 | 0.50 | 0.00 0.14 |
XYZ | 26.1019 | 20.2411 | 70.2413 |
Yxy | 20.2411 | 0.2239 | 0.1736 |
Hunter Lab | 44.9901 | 24.8276 | -61.0741 |
CIE-Lab | 52.1087 | 31.4264 | -55.3833 |
#776edc color RGB value is (119,110,220).
#776edc hex color red value is 119, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #776edc hue: 0.68 , saturation: 0.61 and the lightness value of 776edc is 0.65.
The process color (four color CMYK) of #776edc color hex is 0.46, 0.50, 0.00, 0.14. Web safe color of #776edc is #6666cc. Color #776edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01101110 | 11011100 |
Octal | 167 | 156 | 334 |
Decimal | 119 | 110 | 220 |
Hex | 77 | 6E | DC |
Shades of #776edc
Tints of #776edc
RGB Percentages of Color #776edc
CMYK Percentages of Color #776edc
Complementary Color
#776edc | #d3dc6e |
#776edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#776edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#776edc Color CSS Codes
.mybgcolor {background-color:#776edc; } .myforecolor {color:#776edc; } .mybordercolor {border:3px solid #776edc; }
#776edc Text Font Color
<p style="color:#776edc">Text here</p>
This sample text font color is #776edc
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.
#776edc Background Color
<div style="background-color:#776edc">
Div content here</div>
This div background color is #776edc
#776edc Border Color
<div style="border:3px solid #776edc">
Div here</div>
This div border color is #776edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,110,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #776edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #776edc; -webkit-box-shadow: 1px 1px 3px 2px #776edc; box-shadow: 1px 1px 3px 2px #776edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,110,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #776edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #776edc; -webkit-box-shadow: 1px 1px 3px 2px #776edc; box-shadow: 1px 1px 3px 2px #776edc;">
Div content here</div>
This div box has shadow with color #776edc
Comments
No comments written yet.
Please login to write comment.