Color spaces of #626fac
RGB | 98 | 111 | 172 |
---|---|---|---|
HSL | 0.64 | 0.31 | 0.53 |
HSV | 229° | 43° | 67° |
CMYK | 0.43 | 0.35 | 0.00 0.33 |
XYZ | 18.1678 | 16.9441 | 41.3427 |
Yxy | 16.9441 | 0.2376 | 0.2216 |
Hunter Lab | 41.1632 | 6.7472 | -30.7343 |
CIE-Lab | 48.1895 | 11.3423 | -34.1532 |
#626fac color RGB value is (98,111,172).
#626fac hex color red value is 98, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #626fac hue: 0.64 , saturation: 0.31 and the lightness value of 626fac is 0.53.
The process color (four color CMYK) of #626fac color hex is 0.43, 0.35, 0.00, 0.33. Web safe color of #626fac is #666699. Color #626fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01101111 | 10101100 |
Octal | 142 | 157 | 254 |
Decimal | 98 | 111 | 172 |
Hex | 62 | 6F | AC |
Shades of #626fac
Tints of #626fac
RGB Percentages of Color #626fac
CMYK Percentages of Color #626fac
Complementary Color
#626fac | #ac9f62 |
#626fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#626fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#626fac Color CSS Codes
.mybgcolor {background-color:#626fac; } .myforecolor {color:#626fac; } .mybordercolor {border:3px solid #626fac; }
#626fac Text Font Color
<p style="color:#626fac">Text here</p>
This sample text font color is #626fac
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.
#626fac Background Color
<div style="background-color:#626fac">
Div content here</div>
This div background color is #626fac
#626fac Border Color
<div style="border:3px solid #626fac">
Div here</div>
This div border color is #626fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,111,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #626fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #626fac; -webkit-box-shadow: 1px 1px 3px 2px #626fac; box-shadow: 1px 1px 3px 2px #626fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,111,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #626fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #626fac; -webkit-box-shadow: 1px 1px 3px 2px #626fac; box-shadow: 1px 1px 3px 2px #626fac;">
Div content here</div>
This div box has shadow with color #626fac
Comments
No comments written yet.
Please login to write comment.