Color spaces of #647ffa
RGB | 100 | 127 | 250 |
---|---|---|---|
HSL | 0.64 | 0.94 | 0.69 |
HSV | 229° | 60° | 98° |
CMYK | 0.60 | 0.49 | 0.00 0.02 |
XYZ | 30.1002 | 24.7902 | 93.6410 |
Yxy | 24.7902 | 0.2027 | 0.1669 |
Hunter Lab | 49.7898 | 20.7794 | -76.6555 |
CIE-Lab | 56.8704 | 26.7144 | -64.5561 |
#647ffa color RGB value is (100,127,250).
#647ffa hex color red value is 100, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #647ffa hue: 0.64 , saturation: 0.94 and the lightness value of 647ffa is 0.69.
The process color (four color CMYK) of #647ffa color hex is 0.60, 0.49, 0.00, 0.02. Web safe color of #647ffa is #6666ff. Color #647ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01111111 | 11111010 |
Octal | 144 | 177 | 372 |
Decimal | 100 | 127 | 250 |
Hex | 64 | 7F | FA |
Shades of #647ffa
Tints of #647ffa
RGB Percentages of Color #647ffa
CMYK Percentages of Color #647ffa
Complementary Color
#647ffa | #fadf64 |
#647ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#647ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#647ffa Color CSS Codes
.mybgcolor {background-color:#647ffa; } .myforecolor {color:#647ffa; } .mybordercolor {border:3px solid #647ffa; }
#647ffa Text Font Color
<p style="color:#647ffa">Text here</p>
This sample text font color is #647ffa
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.
#647ffa Background Color
<div style="background-color:#647ffa">
Div content here</div>
This div background color is #647ffa
#647ffa Border Color
<div style="border:3px solid #647ffa">
Div here</div>
This div border color is #647ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,127,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #647ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #647ffa; -webkit-box-shadow: 1px 1px 3px 2px #647ffa; box-shadow: 1px 1px 3px 2px #647ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,127,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #647ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #647ffa; -webkit-box-shadow: 1px 1px 3px 2px #647ffa; box-shadow: 1px 1px 3px 2px #647ffa;">
Div content here</div>
This div box has shadow with color #647ffa
Comments
No comments written yet.
Please login to write comment.