Color spaces of #766dda
RGB | 118 | 109 | 218 |
---|---|---|---|
HSL | 0.68 | 0.60 | 0.64 |
HSV | 245° | 50° | 85° |
CMYK | 0.46 | 0.50 | 0.00 0.15 |
XYZ | 25.5947 | 19.8508 | 68.8123 |
Yxy | 19.8508 | 0.2240 | 0.1737 |
Hunter Lab | 44.5542 | 24.5715 | -60.3832 |
CIE-Lab | 51.6681 | 31.2067 | -54.9630 |
#766dda color RGB value is (118,109,218).
#766dda hex color red value is 118, green value is 109 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #766dda hue: 0.68 , saturation: 0.60 and the lightness value of 766dda is 0.64.
The process color (four color CMYK) of #766dda color hex is 0.46, 0.50, 0.00, 0.15. Web safe color of #766dda is #6666cc. Color #766dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01101101 | 11011010 |
Octal | 166 | 155 | 332 |
Decimal | 118 | 109 | 218 |
Hex | 76 | 6D | DA |
Shades of #766dda
Tints of #766dda
RGB Percentages of Color #766dda
CMYK Percentages of Color #766dda
Complementary Color
#766dda | #d1da6d |
#766dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#766dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#766dda Color CSS Codes
.mybgcolor {background-color:#766dda; } .myforecolor {color:#766dda; } .mybordercolor {border:3px solid #766dda; }
#766dda Text Font Color
<p style="color:#766dda">Text here</p>
This sample text font color is #766dda
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.
#766dda Background Color
<div style="background-color:#766dda">
Div content here</div>
This div background color is #766dda
#766dda Border Color
<div style="border:3px solid #766dda">
Div here</div>
This div border color is #766dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,109,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #766dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #766dda; -webkit-box-shadow: 1px 1px 3px 2px #766dda; box-shadow: 1px 1px 3px 2px #766dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,109,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 #766dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #766dda; -webkit-box-shadow: 1px 1px 3px 2px #766dda; box-shadow: 1px 1px 3px 2px #766dda;">
Div content here</div>
This div box has shadow with color #766dda
Comments
No comments written yet.
Please login to write comment.