Color spaces of #680fde
RGB | 104 | 15 | 222 |
---|---|---|---|
HSL | 0.74 | 0.87 | 0.46 |
HSV | 266° | 93° | 87° |
CMYK | 0.53 | 0.93 | 0.00 0.13 |
XYZ | 19.0646 | 8.5586 | 69.7544 |
Yxy | 8.5586 | 0.1958 | 0.0879 |
Hunter Lab | 29.2551 | 65.1263 | -120.8896 |
CIE-Lab | 35.1202 | 72.3390 | -84.2737 |
#680fde color RGB value is (104,15,222).
#680fde hex color red value is 104, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #680fde hue: 0.74 , saturation: 0.87 and the lightness value of 680fde is 0.46.
The process color (four color CMYK) of #680fde color hex is 0.53, 0.93, 0.00, 0.13. Web safe color of #680fde is #6600cc. Color #680fde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 00001111 | 11011110 |
Octal | 150 | 17 | 336 |
Decimal | 104 | 15 | 222 |
Hex | 68 | F | DE |
Shades of #680fde
Tints of #680fde
RGB Percentages of Color #680fde
CMYK Percentages of Color #680fde
Complementary Color
#680fde | #85de0f |
#680fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#680fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#680fde Color CSS Codes
.mybgcolor {background-color:#680fde; } .myforecolor {color:#680fde; } .mybordercolor {border:3px solid #680fde; }
#680fde Text Font Color
<p style="color:#680fde">Text here</p>
This sample text font color is #680fde
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.
#680fde Background Color
<div style="background-color:#680fde">
Div content here</div>
This div background color is #680fde
#680fde Border Color
<div style="border:3px solid #680fde">
Div here</div>
This div border color is #680fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,15,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #680fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #680fde; -webkit-box-shadow: 1px 1px 3px 2px #680fde; box-shadow: 1px 1px 3px 2px #680fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,15,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #680fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #680fde; -webkit-box-shadow: 1px 1px 3px 2px #680fde; box-shadow: 1px 1px 3px 2px #680fde;">
Div content here</div>
This div box has shadow with color #680fde
Comments
No comments written yet.
Please login to write comment.