Color spaces of #640380
RGB | 100 | 3 | 128 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.26 |
HSV | 287° | 98° | 50° |
CMYK | 0.22 | 0.98 | 0.00 0.50 |
XYZ | 9.1844 | 4.3330 | 20.7743 |
Yxy | 4.3330 | 0.2678 | 0.1264 |
Hunter Lab | 20.8159 | 42.3302 | -44.6005 |
CIE-Lab | 24.7431 | 53.8258 | -44.8913 |
#640380 color RGB value is (100,3,128).
#640380 hex color red value is 100, green value is 3 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #640380 hue: 0.80 , saturation: 0.95 and the lightness value of 640380 is 0.26.
The process color (four color CMYK) of #640380 color hex is 0.22, 0.98, 0.00, 0.50. Web safe color of #640380 is #660099. Color #640380 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00000011 | 10000000 |
Octal | 144 | 3 | 200 |
Decimal | 100 | 3 | 128 |
Hex | 64 | 3 | 80 |
Shades of #640380
Tints of #640380
RGB Percentages of Color #640380
CMYK Percentages of Color #640380
Complementary Color
#640380 | #1f8003 |
#640380 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#640380 Color Preview on White Background
Lorem ipsum dolor sit amet.
#640380 Color CSS Codes
.mybgcolor {background-color:#640380; } .myforecolor {color:#640380; } .mybordercolor {border:3px solid #640380; }
#640380 Text Font Color
<p style="color:#640380">Text here</p>
This sample text font color is #640380
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.
#640380 Background Color
<div style="background-color:#640380">
Div content here</div>
This div background color is #640380
#640380 Border Color
<div style="border:3px solid #640380">
Div here</div>
This div border color is #640380
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,3,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #640380; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #640380; -webkit-box-shadow: 1px 1px 3px 2px #640380; box-shadow: 1px 1px 3px 2px #640380; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,3,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 #640380">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #640380; -webkit-box-shadow: 1px 1px 3px 2px #640380; box-shadow: 1px 1px 3px 2px #640380;">
Div content here</div>
This div box has shadow with color #640380
Comments
No comments written yet.
Please login to write comment.