Color spaces of #785fff
RGB | 120 | 95 | 255 |
---|---|---|---|
HSL | 0.69 | 1.00 | 0.69 |
HSV | 249° | 63° | 100° |
CMYK | 0.53 | 0.63 | 0.00 0.00 |
XYZ | 29.8879 | 19.3975 | 96.7766 |
Yxy | 19.3975 | 0.2046 | 0.1328 |
Hunter Lab | 44.0426 | 44.0580 | -99.4505 |
CIE-Lab | 51.1491 | 50.5723 | -76.5202 |
#785fff color RGB value is (120,95,255).
#785fff hex color red value is 120, green value is 95 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #785fff hue: 0.69 , saturation: 1.00 and the lightness value of 785fff is 0.69.
The process color (four color CMYK) of #785fff color hex is 0.53, 0.63, 0.00, 0.00. Web safe color of #785fff is #6666ff. Color #785fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01011111 | 11111111 |
Octal | 170 | 137 | 377 |
Decimal | 120 | 95 | 255 |
Hex | 78 | 5F | FF |
Shades of #785fff
Tints of #785fff
RGB Percentages of Color #785fff
CMYK Percentages of Color #785fff
Complementary Color
#785fff | #e6ff5f |
#785fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#785fff Color CSS Codes
.mybgcolor {background-color:#785fff; } .myforecolor {color:#785fff; } .mybordercolor {border:3px solid #785fff; }
#785fff Text Font Color
<p style="color:#785fff">Text here</p>
This sample text font color is #785fff
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.
#785fff Background Color
<div style="background-color:#785fff">
Div content here</div>
This div background color is #785fff
#785fff Border Color
<div style="border:3px solid #785fff">
Div here</div>
This div border color is #785fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,95,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785fff; -webkit-box-shadow: 1px 1px 3px 2px #785fff; box-shadow: 1px 1px 3px 2px #785fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,95,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785fff; -webkit-box-shadow: 1px 1px 3px 2px #785fff; box-shadow: 1px 1px 3px 2px #785fff;">
Div content here</div>
This div box has shadow with color #785fff
Comments
No comments written yet.
Please login to write comment.