Color spaces of #766deb
RGB | 118 | 109 | 235 |
---|---|---|---|
HSL | 0.68 | 0.76 | 0.67 |
HSV | 244° | 54° | 92° |
CMYK | 0.50 | 0.54 | 0.00 0.08 |
XYZ | 27.9352 | 20.7870 | 81.1372 |
Yxy | 20.7870 | 0.2151 | 0.1601 |
Hunter Lab | 45.5928 | 29.5816 | -73.5980 |
CIE-Lab | 52.7156 | 36.2479 | -62.8466 |
#766deb color RGB value is (118,109,235).
#766deb hex color red value is 118, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #766deb hue: 0.68 , saturation: 0.76 and the lightness value of 766deb is 0.67.
The process color (four color CMYK) of #766deb color hex is 0.50, 0.54, 0.00, 0.08. Web safe color of #766deb is #6666ff. Color #766deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01101101 | 11101011 |
Octal | 166 | 155 | 353 |
Decimal | 118 | 109 | 235 |
Hex | 76 | 6D | EB |
Shades of #766deb
Tints of #766deb
RGB Percentages of Color #766deb
CMYK Percentages of Color #766deb
Complementary Color
#766deb | #e2eb6d |
#766deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#766deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#766deb Color CSS Codes
.mybgcolor {background-color:#766deb; } .myforecolor {color:#766deb; } .mybordercolor {border:3px solid #766deb; }
#766deb Text Font Color
<p style="color:#766deb">Text here</p>
This sample text font color is #766deb
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.
#766deb Background Color
<div style="background-color:#766deb">
Div content here</div>
This div background color is #766deb
#766deb Border Color
<div style="border:3px solid #766deb">
Div here</div>
This div border color is #766deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,109,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #766deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #766deb; -webkit-box-shadow: 1px 1px 3px 2px #766deb; box-shadow: 1px 1px 3px 2px #766deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,109,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #766deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #766deb; -webkit-box-shadow: 1px 1px 3px 2px #766deb; box-shadow: 1px 1px 3px 2px #766deb;">
Div content here</div>
This div box has shadow with color #766deb
Comments
No comments written yet.
Please login to write comment.