Color spaces of #648dff
RGB | 100 | 141 | 255 |
---|---|---|---|
HSL | 0.62 | 1.00 | 0.70 |
HSV | 224° | 61° | 100° |
CMYK | 0.61 | 0.45 | 0.00 0.00 |
XYZ | 32.8304 | 28.9791 | 98.4709 |
Yxy | 28.9791 | 0.2048 | 0.1808 |
Hunter Lab | 53.8322 | 14.6545 | -70.7718 |
CIE-Lab | 60.7632 | 19.9428 | -61.0598 |
#648dff color RGB value is (100,141,255).
#648dff hex color red value is 100, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #648dff hue: 0.62 , saturation: 1.00 and the lightness value of 648dff is 0.70.
The process color (four color CMYK) of #648dff color hex is 0.61, 0.45, 0.00, 0.00. Web safe color of #648dff is #6699ff. Color #648dff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 10001101 | 11111111 |
Octal | 144 | 215 | 377 |
Decimal | 100 | 141 | 255 |
Hex | 64 | 8D | FF |
Shades of #648dff
Tints of #648dff
RGB Percentages of Color #648dff
CMYK Percentages of Color #648dff
Complementary Color
#648dff | #ffd664 |
#648dff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#648dff Color Preview on White Background
Lorem ipsum dolor sit amet.
#648dff Color CSS Codes
.mybgcolor {background-color:#648dff; } .myforecolor {color:#648dff; } .mybordercolor {border:3px solid #648dff; }
#648dff Text Font Color
<p style="color:#648dff">Text here</p>
This sample text font color is #648dff
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.
#648dff Background Color
<div style="background-color:#648dff">
Div content here</div>
This div background color is #648dff
#648dff Border Color
<div style="border:3px solid #648dff">
Div here</div>
This div border color is #648dff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,141,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #648dff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #648dff; -webkit-box-shadow: 1px 1px 3px 2px #648dff; box-shadow: 1px 1px 3px 2px #648dff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,141,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #648dff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #648dff; -webkit-box-shadow: 1px 1px 3px 2px #648dff; box-shadow: 1px 1px 3px 2px #648dff;">
Div content here</div>
This div box has shadow with color #648dff
Comments
No comments written yet.
Please login to write comment.