Color spaces of #626cdb
RGB | 98 | 108 | 219 |
---|---|---|---|
HSL | 0.65 | 0.63 | 0.62 |
HSV | 235° | 55° | 86° |
CMYK | 0.55 | 0.51 | 0.00 0.14 |
XYZ | 23.1857 | 18.4363 | 69.3544 |
Yxy | 18.4363 | 0.2089 | 0.1661 |
Hunter Lab | 42.9375 | 21.2470 | -65.7113 |
CIE-Lab | 50.0211 | 27.8405 | -58.2522 |
#626cdb color RGB value is (98,108,219).
#626cdb hex color red value is 98, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #626cdb hue: 0.65 , saturation: 0.63 and the lightness value of 626cdb is 0.62.
The process color (four color CMYK) of #626cdb color hex is 0.55, 0.51, 0.00, 0.14. Web safe color of #626cdb is #6666cc. Color #626cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01101100 | 11011011 |
Octal | 142 | 154 | 333 |
Decimal | 98 | 108 | 219 |
Hex | 62 | 6C | DB |
Shades of #626cdb
Tints of #626cdb
RGB Percentages of Color #626cdb
CMYK Percentages of Color #626cdb
Complementary Color
#626cdb | #dbd162 |
#626cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#626cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#626cdb Color CSS Codes
.mybgcolor {background-color:#626cdb; } .myforecolor {color:#626cdb; } .mybordercolor {border:3px solid #626cdb; }
#626cdb Text Font Color
<p style="color:#626cdb">Text here</p>
This sample text font color is #626cdb
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.
#626cdb Background Color
<div style="background-color:#626cdb">
Div content here</div>
This div background color is #626cdb
#626cdb Border Color
<div style="border:3px solid #626cdb">
Div here</div>
This div border color is #626cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,108,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #626cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #626cdb; -webkit-box-shadow: 1px 1px 3px 2px #626cdb; box-shadow: 1px 1px 3px 2px #626cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,108,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #626cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #626cdb; -webkit-box-shadow: 1px 1px 3px 2px #626cdb; box-shadow: 1px 1px 3px 2px #626cdb;">
Div content here</div>
This div box has shadow with color #626cdb
Comments
No comments written yet.
Please login to write comment.