Color spaces of #645afd
RGB | 100 | 90 | 253 |
---|---|---|---|
HSL | 0.68 | 0.98 | 0.67 |
HSV | 244° | 64° | 99° |
CMYK | 0.60 | 0.64 | 0.00 0.01 |
XYZ | 26.6413 | 17.1135 | 94.8276 |
Yxy | 17.1135 | 0.1922 | 0.1235 |
Hunter Lab | 41.3685 | 42.5592 | -106.9506 |
CIE-Lab | 48.4027 | 49.6239 | -79.9556 |
#645afd color RGB value is (100,90,253).
#645afd hex color red value is 100, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #645afd hue: 0.68 , saturation: 0.98 and the lightness value of 645afd is 0.67.
The process color (four color CMYK) of #645afd color hex is 0.60, 0.64, 0.00, 0.01. Web safe color of #645afd is #6666ff. Color #645afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01011010 | 11111101 |
Octal | 144 | 132 | 375 |
Decimal | 100 | 90 | 253 |
Hex | 64 | 5A | FD |
Shades of #645afd
Tints of #645afd
RGB Percentages of Color #645afd
CMYK Percentages of Color #645afd
Complementary Color
#645afd | #f3fd5a |
#645afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#645afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#645afd Color CSS Codes
.mybgcolor {background-color:#645afd; } .myforecolor {color:#645afd; } .mybordercolor {border:3px solid #645afd; }
#645afd Text Font Color
<p style="color:#645afd">Text here</p>
This sample text font color is #645afd
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.
#645afd Background Color
<div style="background-color:#645afd">
Div content here</div>
This div background color is #645afd
#645afd Border Color
<div style="border:3px solid #645afd">
Div here</div>
This div border color is #645afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,90,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #645afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #645afd; -webkit-box-shadow: 1px 1px 3px 2px #645afd; box-shadow: 1px 1px 3px 2px #645afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,90,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #645afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #645afd; -webkit-box-shadow: 1px 1px 3px 2px #645afd; box-shadow: 1px 1px 3px 2px #645afd;">
Div content here</div>
This div box has shadow with color #645afd
Comments
No comments written yet.
Please login to write comment.