Color spaces of #776cd1
RGB | 119 | 108 | 209 |
---|---|---|---|
HSL | 0.68 | 0.52 | 0.62 |
HSV | 247° | 48° | 82° |
CMYK | 0.43 | 0.48 | 0.00 0.18 |
XYZ | 24.4789 | 19.2505 | 62.7471 |
Yxy | 19.2505 | 0.2299 | 0.1808 |
Hunter Lab | 43.8754 | 22.8065 | -54.0791 |
CIE-Lab | 50.9790 | 29.4151 | -50.9526 |
#776cd1 color RGB value is (119,108,209).
#776cd1 hex color red value is 119, green value is 108 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #776cd1 hue: 0.68 , saturation: 0.52 and the lightness value of 776cd1 is 0.62.
The process color (four color CMYK) of #776cd1 color hex is 0.43, 0.48, 0.00, 0.18. Web safe color of #776cd1 is #6666cc. Color #776cd1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01101100 | 11010001 |
Octal | 167 | 154 | 321 |
Decimal | 119 | 108 | 209 |
Hex | 77 | 6C | D1 |
Shades of #776cd1
Tints of #776cd1
RGB Percentages of Color #776cd1
CMYK Percentages of Color #776cd1
Complementary Color
#776cd1 | #c6d16c |
#776cd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#776cd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#776cd1 Color CSS Codes
.mybgcolor {background-color:#776cd1; } .myforecolor {color:#776cd1; } .mybordercolor {border:3px solid #776cd1; }
#776cd1 Text Font Color
<p style="color:#776cd1">Text here</p>
This sample text font color is #776cd1
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.
#776cd1 Background Color
<div style="background-color:#776cd1">
Div content here</div>
This div background color is #776cd1
#776cd1 Border Color
<div style="border:3px solid #776cd1">
Div here</div>
This div border color is #776cd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,108,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #776cd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #776cd1; -webkit-box-shadow: 1px 1px 3px 2px #776cd1; box-shadow: 1px 1px 3px 2px #776cd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,108,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #776cd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #776cd1; -webkit-box-shadow: 1px 1px 3px 2px #776cd1; box-shadow: 1px 1px 3px 2px #776cd1;">
Div content here</div>
This div box has shadow with color #776cd1
Comments
No comments written yet.
Please login to write comment.