Color spaces of #626390
RGB | 98 | 99 | 144 |
---|---|---|---|
HSL | 0.66 | 0.19 | 0.47 |
HSV | 239° | 32° | 56° |
CMYK | 0.32 | 0.31 | 0.00 0.44 |
XYZ | 14.5329 | 13.5340 | 28.2319 |
Yxy | 13.5340 | 0.2581 | 0.2404 |
Hunter Lab | 36.7886 | 6.1343 | -19.7477 |
CIE-Lab | 43.5571 | 10.6556 | -24.8486 |
#626390 color RGB value is (98,99,144).
#626390 hex color red value is 98, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #626390 hue: 0.66 , saturation: 0.19 and the lightness value of 626390 is 0.47.
The process color (four color CMYK) of #626390 color hex is 0.32, 0.31, 0.00, 0.44. Web safe color of #626390 is #666699. Color #626390 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01100011 | 10010000 |
Octal | 142 | 143 | 220 |
Decimal | 98 | 99 | 144 |
Hex | 62 | 63 | 90 |
Shades of #626390
Tints of #626390
RGB Percentages of Color #626390
CMYK Percentages of Color #626390
Complementary Color
#626390 | #908f62 |
#626390 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#626390 Color Preview on White Background
Lorem ipsum dolor sit amet.
#626390 Color CSS Codes
.mybgcolor {background-color:#626390; } .myforecolor {color:#626390; } .mybordercolor {border:3px solid #626390; }
#626390 Text Font Color
<p style="color:#626390">Text here</p>
This sample text font color is #626390
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.
#626390 Background Color
<div style="background-color:#626390">
Div content here</div>
This div background color is #626390
#626390 Border Color
<div style="border:3px solid #626390">
Div here</div>
This div border color is #626390
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,99,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #626390; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #626390; -webkit-box-shadow: 1px 1px 3px 2px #626390; box-shadow: 1px 1px 3px 2px #626390; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,99,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #626390">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #626390; -webkit-box-shadow: 1px 1px 3px 2px #626390; box-shadow: 1px 1px 3px 2px #626390;">
Div content here</div>
This div box has shadow with color #626390
Comments
No comments written yet.
Please login to write comment.