Color spaces of #643680
RGB | 100 | 54 | 128 |
---|---|---|---|
HSL | 0.77 | 0.41 | 0.36 |
HSV | 277° | 58° | 50° |
CMYK | 0.22 | 0.58 | 0.00 0.50 |
XYZ | 10.4710 | 6.9062 | 21.2032 |
Yxy | 6.9062 | 0.2714 | 0.1790 |
Hunter Lab | 26.2796 | 25.1331 | -29.4412 |
CIE-Lab | 31.5924 | 34.5521 | -33.8691 |
#643680 color RGB value is (100,54,128).
#643680 hex color red value is 100, green value is 54 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #643680 hue: 0.77 , saturation: 0.41 and the lightness value of 643680 is 0.36.
The process color (four color CMYK) of #643680 color hex is 0.22, 0.58, 0.00, 0.50. Web safe color of #643680 is #663399. Color #643680 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00110110 | 10000000 |
Octal | 144 | 66 | 200 |
Decimal | 100 | 54 | 128 |
Hex | 64 | 36 | 80 |
Shades of #643680
Tints of #643680
RGB Percentages of Color #643680
CMYK Percentages of Color #643680
Complementary Color
#643680 | #528036 |
#643680 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#643680 Color Preview on White Background
Lorem ipsum dolor sit amet.
#643680 Color CSS Codes
.mybgcolor {background-color:#643680; } .myforecolor {color:#643680; } .mybordercolor {border:3px solid #643680; }
#643680 Text Font Color
<p style="color:#643680">Text here</p>
This sample text font color is #643680
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.
#643680 Background Color
<div style="background-color:#643680">
Div content here</div>
This div background color is #643680
#643680 Border Color
<div style="border:3px solid #643680">
Div here</div>
This div border color is #643680
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,54,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #643680; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #643680; -webkit-box-shadow: 1px 1px 3px 2px #643680; box-shadow: 1px 1px 3px 2px #643680; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,54,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #643680">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #643680; -webkit-box-shadow: 1px 1px 3px 2px #643680; box-shadow: 1px 1px 3px 2px #643680;">
Div content here</div>
This div box has shadow with color #643680
Comments
No comments written yet.
Please login to write comment.