Color spaces of #640bac
RGB | 100 | 11 | 172 |
---|---|---|---|
HSL | 0.76 | 0.88 | 0.36 |
HSV | 273° | 94° | 67° |
CMYK | 0.42 | 0.94 | 0.00 0.33 |
XYZ | 12.8216 | 5.9272 | 39.4980 |
Yxy | 5.9272 | 0.2201 | 0.1018 |
Hunter Lab | 24.3458 | 51.4008 | -79.1483 |
CIE-Lab | 29.2280 | 61.4830 | -64.6585 |
#640bac color RGB value is (100,11,172).
#640bac hex color red value is 100, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #640bac hue: 0.76 , saturation: 0.88 and the lightness value of 640bac is 0.36.
The process color (four color CMYK) of #640bac color hex is 0.42, 0.94, 0.00, 0.33. Web safe color of #640bac is #660099. Color #640bac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00001011 | 10101100 |
Octal | 144 | 13 | 254 |
Decimal | 100 | 11 | 172 |
Hex | 64 | B | AC |
Shades of #640bac
Tints of #640bac
RGB Percentages of Color #640bac
CMYK Percentages of Color #640bac
Complementary Color
#640bac | #53ac0b |
#640bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#640bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#640bac Color CSS Codes
.mybgcolor {background-color:#640bac; } .myforecolor {color:#640bac; } .mybordercolor {border:3px solid #640bac; }
#640bac Text Font Color
<p style="color:#640bac">Text here</p>
This sample text font color is #640bac
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.
#640bac Background Color
<div style="background-color:#640bac">
Div content here</div>
This div background color is #640bac
#640bac Border Color
<div style="border:3px solid #640bac">
Div here</div>
This div border color is #640bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,11,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #640bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #640bac; -webkit-box-shadow: 1px 1px 3px 2px #640bac; box-shadow: 1px 1px 3px 2px #640bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,11,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #640bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #640bac; -webkit-box-shadow: 1px 1px 3px 2px #640bac; box-shadow: 1px 1px 3px 2px #640bac;">
Div content here</div>
This div box has shadow with color #640bac
Comments
No comments written yet.
Please login to write comment.