Color spaces of #680deb
RGB | 104 | 13 | 235 |
---|---|---|---|
HSL | 0.73 | 0.90 | 0.49 |
HSV | 265° | 94° | 92° |
CMYK | 0.56 | 0.94 | 0.00 0.08 |
XYZ | 20.8482 | 9.2291 | 79.2798 |
Yxy | 9.2291 | 0.1906 | 0.0844 |
Hunter Lab | 30.3794 | 69.3335 | -133.4608 |
CIE-Lab | 36.4217 | 75.5856 | -89.5452 |
#680deb color RGB value is (104,13,235).
#680deb hex color red value is 104, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #680deb hue: 0.73 , saturation: 0.90 and the lightness value of 680deb is 0.49.
The process color (four color CMYK) of #680deb color hex is 0.56, 0.94, 0.00, 0.08. Web safe color of #680deb is #6600ff. Color #680deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 00001101 | 11101011 |
Octal | 150 | 15 | 353 |
Decimal | 104 | 13 | 235 |
Hex | 68 | D | EB |
Shades of #680deb
Tints of #680deb
RGB Percentages of Color #680deb
CMYK Percentages of Color #680deb
Complementary Color
#680deb | #90eb0d |
#680deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#680deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#680deb Color CSS Codes
.mybgcolor {background-color:#680deb; } .myforecolor {color:#680deb; } .mybordercolor {border:3px solid #680deb; }
#680deb Text Font Color
<p style="color:#680deb">Text here</p>
This sample text font color is #680deb
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.
#680deb Background Color
<div style="background-color:#680deb">
Div content here</div>
This div background color is #680deb
#680deb Border Color
<div style="border:3px solid #680deb">
Div here</div>
This div border color is #680deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,13,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #680deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #680deb; -webkit-box-shadow: 1px 1px 3px 2px #680deb; box-shadow: 1px 1px 3px 2px #680deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,13,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #680deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #680deb; -webkit-box-shadow: 1px 1px 3px 2px #680deb; box-shadow: 1px 1px 3px 2px #680deb;">
Div content here</div>
This div box has shadow with color #680deb
Comments
No comments written yet.
Please login to write comment.