Color spaces of #785bfe
RGB | 120 | 91 | 254 |
---|---|---|---|
HSL | 0.70 | 0.99 | 0.68 |
HSV | 251° | 64° | 100° |
CMYK | 0.53 | 0.64 | 0.00 0.00 |
XYZ | 29.3762 | 18.6310 | 95.8138 |
Yxy | 18.6310 | 0.2043 | 0.1295 |
Hunter Lab | 43.1636 | 45.9467 | -101.3962 |
CIE-Lab | 50.2527 | 52.4845 | -77.4259 |
#785bfe color RGB value is (120,91,254).
#785bfe hex color red value is 120, green value is 91 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #785bfe hue: 0.70 , saturation: 0.99 and the lightness value of 785bfe is 0.68.
The process color (four color CMYK) of #785bfe color hex is 0.53, 0.64, 0.00, 0.00. Web safe color of #785bfe is #6666ff. Color #785bfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01011011 | 11111110 |
Octal | 170 | 133 | 376 |
Decimal | 120 | 91 | 254 |
Hex | 78 | 5B | FE |
Shades of #785bfe
Tints of #785bfe
RGB Percentages of Color #785bfe
CMYK Percentages of Color #785bfe
Complementary Color
#785bfe | #e1fe5b |
#785bfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785bfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#785bfe Color CSS Codes
.mybgcolor {background-color:#785bfe; } .myforecolor {color:#785bfe; } .mybordercolor {border:3px solid #785bfe; }
#785bfe Text Font Color
<p style="color:#785bfe">Text here</p>
This sample text font color is #785bfe
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.
#785bfe Background Color
<div style="background-color:#785bfe">
Div content here</div>
This div background color is #785bfe
#785bfe Border Color
<div style="border:3px solid #785bfe">
Div here</div>
This div border color is #785bfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,91,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785bfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785bfe; -webkit-box-shadow: 1px 1px 3px 2px #785bfe; box-shadow: 1px 1px 3px 2px #785bfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,91,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785bfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785bfe; -webkit-box-shadow: 1px 1px 3px 2px #785bfe; box-shadow: 1px 1px 3px 2px #785bfe;">
Div content here</div>
This div box has shadow with color #785bfe
Comments
No comments written yet.
Please login to write comment.