Color spaces of #7760ce
RGB | 119 | 96 | 206 |
---|---|---|---|
HSL | 0.70 | 0.53 | 0.59 |
HSV | 253° | 53° | 81° |
CMYK | 0.42 | 0.53 | 0.00 0.19 |
XYZ | 22.9312 | 16.7439 | 60.4158 |
Yxy | 16.7439 | 0.2291 | 0.1673 |
Hunter Lab | 40.9193 | 28.4227 | -58.8959 |
CIE-Lab | 47.9357 | 35.6818 | -54.1124 |
#7760ce color RGB value is (119,96,206).
#7760ce hex color red value is 119, green value is 96 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7760ce hue: 0.70 , saturation: 0.53 and the lightness value of 7760ce is 0.59.
The process color (four color CMYK) of #7760ce color hex is 0.42, 0.53, 0.00, 0.19. Web safe color of #7760ce is #6666cc. Color #7760ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01100000 | 11001110 |
Octal | 167 | 140 | 316 |
Decimal | 119 | 96 | 206 |
Hex | 77 | 60 | CE |
Shades of #7760ce
Tints of #7760ce
RGB Percentages of Color #7760ce
CMYK Percentages of Color #7760ce
Complementary Color
#7760ce | #b7ce60 |
#7760ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7760ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#7760ce Color CSS Codes
.mybgcolor {background-color:#7760ce; } .myforecolor {color:#7760ce; } .mybordercolor {border:3px solid #7760ce; }
#7760ce Text Font Color
<p style="color:#7760ce">Text here</p>
This sample text font color is #7760ce
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.
#7760ce Background Color
<div style="background-color:#7760ce">
Div content here</div>
This div background color is #7760ce
#7760ce Border Color
<div style="border:3px solid #7760ce">
Div here</div>
This div border color is #7760ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,96,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7760ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7760ce; -webkit-box-shadow: 1px 1px 3px 2px #7760ce; box-shadow: 1px 1px 3px 2px #7760ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,96,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7760ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7760ce; -webkit-box-shadow: 1px 1px 3px 2px #7760ce; box-shadow: 1px 1px 3px 2px #7760ce;">
Div content here</div>
This div box has shadow with color #7760ce
Comments
No comments written yet.
Please login to write comment.