Color spaces of #770fce
RGB | 119 | 15 | 206 |
---|---|---|---|
HSL | 0.76 | 0.86 | 0.43 |
HSV | 273° | 93° | 81° |
CMYK | 0.42 | 0.93 | 0.00 0.19 |
XYZ | 18.9192 | 8.7198 | 59.0785 |
Yxy | 8.7198 | 0.2182 | 0.1006 |
Hunter Lab | 29.5293 | 62.6873 | -97.9494 |
CIE-Lab | 35.4391 | 70.2182 | -74.4366 |
#770fce color RGB value is (119,15,206).
#770fce hex color red value is 119, green value is 15 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #770fce hue: 0.76 , saturation: 0.86 and the lightness value of 770fce is 0.43.
The process color (four color CMYK) of #770fce color hex is 0.42, 0.93, 0.00, 0.19. Web safe color of #770fce is #6600cc. Color #770fce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 00001111 | 11001110 |
Octal | 167 | 17 | 316 |
Decimal | 119 | 15 | 206 |
Hex | 77 | F | CE |
Shades of #770fce
Tints of #770fce
RGB Percentages of Color #770fce
CMYK Percentages of Color #770fce
Complementary Color
#770fce | #66ce0f |
#770fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#770fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#770fce Color CSS Codes
.mybgcolor {background-color:#770fce; } .myforecolor {color:#770fce; } .mybordercolor {border:3px solid #770fce; }
#770fce Text Font Color
<p style="color:#770fce">Text here</p>
This sample text font color is #770fce
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.
#770fce Background Color
<div style="background-color:#770fce">
Div content here</div>
This div background color is #770fce
#770fce Border Color
<div style="border:3px solid #770fce">
Div here</div>
This div border color is #770fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,15,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #770fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #770fce; -webkit-box-shadow: 1px 1px 3px 2px #770fce; box-shadow: 1px 1px 3px 2px #770fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,15,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 #770fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #770fce; -webkit-box-shadow: 1px 1px 3px 2px #770fce; box-shadow: 1px 1px 3px 2px #770fce;">
Div content here</div>
This div box has shadow with color #770fce
Comments
No comments written yet.
Please login to write comment.