Color spaces of #782ebf
RGB | 120 | 46 | 191 |
---|---|---|---|
HSL | 0.75 | 0.61 | 0.46 |
HSV | 271° | 76° | 75° |
CMYK | 0.37 | 0.76 | 0.00 0.25 |
XYZ | 18.1267 | 9.7086 | 50.2088 |
Yxy | 9.7086 | 0.2323 | 0.1244 |
Hunter Lab | 31.1586 | 49.3157 | -73.7285 |
CIE-Lab | 37.3143 | 58.0011 | -62.5936 |
#782ebf color RGB value is (120,46,191).
#782ebf hex color red value is 120, green value is 46 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #782ebf hue: 0.75 , saturation: 0.61 and the lightness value of 782ebf is 0.46.
The process color (four color CMYK) of #782ebf color hex is 0.37, 0.76, 0.00, 0.25. Web safe color of #782ebf is #6633cc. Color #782ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00101110 | 10111111 |
Octal | 170 | 56 | 277 |
Decimal | 120 | 46 | 191 |
Hex | 78 | 2E | BF |
Shades of #782ebf
Tints of #782ebf
RGB Percentages of Color #782ebf
CMYK Percentages of Color #782ebf
Complementary Color
#782ebf | #75bf2e |
#782ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#782ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#782ebf Color CSS Codes
.mybgcolor {background-color:#782ebf; } .myforecolor {color:#782ebf; } .mybordercolor {border:3px solid #782ebf; }
#782ebf Text Font Color
<p style="color:#782ebf">Text here</p>
This sample text font color is #782ebf
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.
#782ebf Background Color
<div style="background-color:#782ebf">
Div content here</div>
This div background color is #782ebf
#782ebf Border Color
<div style="border:3px solid #782ebf">
Div here</div>
This div border color is #782ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,46,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #782ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #782ebf; -webkit-box-shadow: 1px 1px 3px 2px #782ebf; box-shadow: 1px 1px 3px 2px #782ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,46,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #782ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #782ebf; -webkit-box-shadow: 1px 1px 3px 2px #782ebf; box-shadow: 1px 1px 3px 2px #782ebf;">
Div content here</div>
This div box has shadow with color #782ebf
Comments
No comments written yet.
Please login to write comment.