Color spaces of #626eaa
RGB | 98 | 110 | 170 |
---|---|---|---|
HSL | 0.64 | 0.30 | 0.53 |
HSV | 230° | 42° | 67° |
CMYK | 0.42 | 0.35 | 0.00 0.33 |
XYZ | 17.8686 | 16.6508 | 40.3024 |
Yxy | 16.6508 | 0.2388 | 0.2225 |
Hunter Lab | 40.8054 | 6.7554 | -29.9954 |
CIE-Lab | 47.8170 | 11.3582 | -33.5704 |
#626eaa color RGB value is (98,110,170).
#626eaa hex color red value is 98, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #626eaa hue: 0.64 , saturation: 0.30 and the lightness value of 626eaa is 0.53.
The process color (four color CMYK) of #626eaa color hex is 0.42, 0.35, 0.00, 0.33. Web safe color of #626eaa is #666699. Color #626eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01101110 | 10101010 |
Octal | 142 | 156 | 252 |
Decimal | 98 | 110 | 170 |
Hex | 62 | 6E | AA |
Shades of #626eaa
Tints of #626eaa
RGB Percentages of Color #626eaa
CMYK Percentages of Color #626eaa
Complementary Color
#626eaa | #aa9e62 |
#626eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#626eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#626eaa Color CSS Codes
.mybgcolor {background-color:#626eaa; } .myforecolor {color:#626eaa; } .mybordercolor {border:3px solid #626eaa; }
#626eaa Text Font Color
<p style="color:#626eaa">Text here</p>
This sample text font color is #626eaa
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.
#626eaa Background Color
<div style="background-color:#626eaa">
Div content here</div>
This div background color is #626eaa
#626eaa Border Color
<div style="border:3px solid #626eaa">
Div here</div>
This div border color is #626eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,110,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #626eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #626eaa; -webkit-box-shadow: 1px 1px 3px 2px #626eaa; box-shadow: 1px 1px 3px 2px #626eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,110,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #626eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #626eaa; -webkit-box-shadow: 1px 1px 3px 2px #626eaa; box-shadow: 1px 1px 3px 2px #626eaa;">
Div content here</div>
This div box has shadow with color #626eaa
Comments
No comments written yet.
Please login to write comment.