Color spaces of #685ffa
RGB | 104 | 95 | 250 |
---|---|---|---|
HSL | 0.68 | 0.94 | 0.68 |
HSV | 243° | 62° | 98° |
CMYK | 0.58 | 0.62 | 0.00 0.02 |
XYZ | 27.0564 | 18.0296 | 92.4965 |
Yxy | 18.0296 | 0.1967 | 0.1310 |
Hunter Lab | 42.4613 | 39.4333 | -99.4328 |
CIE-Lab | 49.5320 | 46.4471 | -76.4306 |
#685ffa color RGB value is (104,95,250).
#685ffa hex color red value is 104, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #685ffa hue: 0.68 , saturation: 0.94 and the lightness value of 685ffa is 0.68.
The process color (four color CMYK) of #685ffa color hex is 0.58, 0.62, 0.00, 0.02. Web safe color of #685ffa is #6666ff. Color #685ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01011111 | 11111010 |
Octal | 150 | 137 | 372 |
Decimal | 104 | 95 | 250 |
Hex | 68 | 5F | FA |
Shades of #685ffa
Tints of #685ffa
RGB Percentages of Color #685ffa
CMYK Percentages of Color #685ffa
Complementary Color
#685ffa | #f1fa5f |
#685ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#685ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#685ffa Color CSS Codes
.mybgcolor {background-color:#685ffa; } .myforecolor {color:#685ffa; } .mybordercolor {border:3px solid #685ffa; }
#685ffa Text Font Color
<p style="color:#685ffa">Text here</p>
This sample text font color is #685ffa
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.
#685ffa Background Color
<div style="background-color:#685ffa">
Div content here</div>
This div background color is #685ffa
#685ffa Border Color
<div style="border:3px solid #685ffa">
Div here</div>
This div border color is #685ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,95,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #685ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #685ffa; -webkit-box-shadow: 1px 1px 3px 2px #685ffa; box-shadow: 1px 1px 3px 2px #685ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,95,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #685ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #685ffa; -webkit-box-shadow: 1px 1px 3px 2px #685ffa; box-shadow: 1px 1px 3px 2px #685ffa;">
Div content here</div>
This div box has shadow with color #685ffa
Comments
No comments written yet.
Please login to write comment.