Color spaces of #683bed
RGB | 104 | 59 | 237 |
---|---|---|---|
HSL | 0.71 | 0.83 | 0.58 |
HSV | 255° | 75° | 93° |
CMYK | 0.56 | 0.75 | 0.00 0.07 |
XYZ | 22.5589 | 12.1854 | 81.2838 |
Yxy | 12.1854 | 0.1944 | 0.1050 |
Hunter Lab | 34.9076 | 54.2667 | -113.6239 |
CIE-Lab | 41.5093 | 61.6882 | -82.2770 |
#683bed color RGB value is (104,59,237).
#683bed hex color red value is 104, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #683bed hue: 0.71 , saturation: 0.83 and the lightness value of 683bed is 0.58.
The process color (four color CMYK) of #683bed color hex is 0.56, 0.75, 0.00, 0.07. Web safe color of #683bed is #6633ff. Color #683bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 00111011 | 11101101 |
Octal | 150 | 73 | 355 |
Decimal | 104 | 59 | 237 |
Hex | 68 | 3B | ED |
Shades of #683bed
Tints of #683bed
RGB Percentages of Color #683bed
CMYK Percentages of Color #683bed
Complementary Color
#683bed | #c0ed3b |
#683bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#683bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#683bed Color CSS Codes
.mybgcolor {background-color:#683bed; } .myforecolor {color:#683bed; } .mybordercolor {border:3px solid #683bed; }
#683bed Text Font Color
<p style="color:#683bed">Text here</p>
This sample text font color is #683bed
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.
#683bed Background Color
<div style="background-color:#683bed">
Div content here</div>
This div background color is #683bed
#683bed Border Color
<div style="border:3px solid #683bed">
Div here</div>
This div border color is #683bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,59,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #683bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #683bed; -webkit-box-shadow: 1px 1px 3px 2px #683bed; box-shadow: 1px 1px 3px 2px #683bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,59,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #683bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #683bed; -webkit-box-shadow: 1px 1px 3px 2px #683bed; box-shadow: 1px 1px 3px 2px #683bed;">
Div content here</div>
This div box has shadow with color #683bed
Comments
No comments written yet.
Please login to write comment.