Color spaces of #780ecf
RGB | 120 | 14 | 207 |
---|---|---|---|
HSL | 0.76 | 0.87 | 0.43 |
HSV | 273° | 93° | 81° |
CMYK | 0.42 | 0.93 | 0.00 0.19 |
XYZ | 19.1653 | 8.8121 | 59.7223 |
Yxy | 8.8121 | 0.2185 | 0.1005 |
Hunter Lab | 29.6852 | 63.2938 | -98.5033 |
CIE-Lab | 35.6200 | 70.6991 | -74.7152 |
#780ecf color RGB value is (120,14,207).
#780ecf hex color red value is 120, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #780ecf hue: 0.76 , saturation: 0.87 and the lightness value of 780ecf is 0.43.
The process color (four color CMYK) of #780ecf color hex is 0.42, 0.93, 0.00, 0.19. Web safe color of #780ecf is #6600cc. Color #780ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00001110 | 11001111 |
Octal | 170 | 16 | 317 |
Decimal | 120 | 14 | 207 |
Hex | 78 | E | CF |
Shades of #780ecf
Tints of #780ecf
RGB Percentages of Color #780ecf
CMYK Percentages of Color #780ecf
Complementary Color
#780ecf | #65cf0e |
#780ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#780ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#780ecf Color CSS Codes
.mybgcolor {background-color:#780ecf; } .myforecolor {color:#780ecf; } .mybordercolor {border:3px solid #780ecf; }
#780ecf Text Font Color
<p style="color:#780ecf">Text here</p>
This sample text font color is #780ecf
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.
#780ecf Background Color
<div style="background-color:#780ecf">
Div content here</div>
This div background color is #780ecf
#780ecf Border Color
<div style="border:3px solid #780ecf">
Div here</div>
This div border color is #780ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,14,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #780ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #780ecf; -webkit-box-shadow: 1px 1px 3px 2px #780ecf; box-shadow: 1px 1px 3px 2px #780ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,14,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #780ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #780ecf; -webkit-box-shadow: 1px 1px 3px 2px #780ecf; box-shadow: 1px 1px 3px 2px #780ecf;">
Div content here</div>
This div box has shadow with color #780ecf
Comments
No comments written yet.
Please login to write comment.