Color spaces of #683eed
RGB | 104 | 62 | 237 |
---|---|---|---|
HSL | 0.71 | 0.83 | 0.59 |
HSV | 254° | 74° | 93° |
CMYK | 0.56 | 0.74 | 0.00 0.07 |
XYZ | 22.7176 | 12.5027 | 81.3367 |
Yxy | 12.5027 | 0.1949 | 0.1073 |
Hunter Lab | 35.3592 | 52.8044 | -111.6334 |
CIE-Lab | 42.0042 | 60.2793 | -81.4631 |
#683eed color RGB value is (104,62,237).
#683eed hex color red value is 104, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #683eed hue: 0.71 , saturation: 0.83 and the lightness value of 683eed is 0.59.
The process color (four color CMYK) of #683eed color hex is 0.56, 0.74, 0.00, 0.07. Web safe color of #683eed is #6633ff. Color #683eed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 00111110 | 11101101 |
Octal | 150 | 76 | 355 |
Decimal | 104 | 62 | 237 |
Hex | 68 | 3E | ED |
Shades of #683eed
Tints of #683eed
RGB Percentages of Color #683eed
CMYK Percentages of Color #683eed
Complementary Color
#683eed | #c3ed3e |
#683eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#683eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#683eed Color CSS Codes
.mybgcolor {background-color:#683eed; } .myforecolor {color:#683eed; } .mybordercolor {border:3px solid #683eed; }
#683eed Text Font Color
<p style="color:#683eed">Text here</p>
This sample text font color is #683eed
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.
#683eed Background Color
<div style="background-color:#683eed">
Div content here</div>
This div background color is #683eed
#683eed Border Color
<div style="border:3px solid #683eed">
Div here</div>
This div border color is #683eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,62,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #683eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #683eed; -webkit-box-shadow: 1px 1px 3px 2px #683eed; box-shadow: 1px 1px 3px 2px #683eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,62,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 #683eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #683eed; -webkit-box-shadow: 1px 1px 3px 2px #683eed; box-shadow: 1px 1px 3px 2px #683eed;">
Div content here</div>
This div box has shadow with color #683eed
Comments
No comments written yet.
Please login to write comment.