Color spaces of #780beb
RGB | 120 | 11 | 235 |
---|---|---|---|
HSL | 0.75 | 0.91 | 0.48 |
HSV | 269° | 95° | 92° |
CMYK | 0.49 | 0.95 | 0.00 0.08 |
XYZ | 22.8608 | 10.2306 | 79.3671 |
Yxy | 10.2306 | 0.2033 | 0.0910 |
Hunter Lab | 31.9853 | 71.6047 | -124.7302 |
CIE-Lab | 38.2532 | 77.0981 | -86.4536 |
#780beb color RGB value is (120,11,235).
#780beb hex color red value is 120, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #780beb hue: 0.75 , saturation: 0.91 and the lightness value of 780beb is 0.48.
The process color (four color CMYK) of #780beb color hex is 0.49, 0.95, 0.00, 0.08. Web safe color of #780beb is #6600ff. Color #780beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00001011 | 11101011 |
Octal | 170 | 13 | 353 |
Decimal | 120 | 11 | 235 |
Hex | 78 | B | EB |
Shades of #780beb
Tints of #780beb
RGB Percentages of Color #780beb
CMYK Percentages of Color #780beb
Complementary Color
#780beb | #7eeb0b |
#780beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#780beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#780beb Color CSS Codes
.mybgcolor {background-color:#780beb; } .myforecolor {color:#780beb; } .mybordercolor {border:3px solid #780beb; }
#780beb Text Font Color
<p style="color:#780beb">Text here</p>
This sample text font color is #780beb
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.
#780beb Background Color
<div style="background-color:#780beb">
Div content here</div>
This div background color is #780beb
#780beb Border Color
<div style="border:3px solid #780beb">
Div here</div>
This div border color is #780beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,11,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #780beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #780beb; -webkit-box-shadow: 1px 1px 3px 2px #780beb; box-shadow: 1px 1px 3px 2px #780beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,11,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 #780beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #780beb; -webkit-box-shadow: 1px 1px 3px 2px #780beb; box-shadow: 1px 1px 3px 2px #780beb;">
Div content here</div>
This div box has shadow with color #780beb
Comments
No comments written yet.
Please login to write comment.