Color spaces of #640eae
RGB | 100 | 14 | 174 |
---|---|---|---|
HSL | 0.76 | 0.85 | 0.37 |
HSV | 272° | 92° | 68° |
CMYK | 0.43 | 0.92 | 0.00 0.32 |
XYZ | 13.0525 | 6.0794 | 40.5299 |
Yxy | 6.0794 | 0.2188 | 0.1019 |
Hunter Lab | 24.6564 | 51.3447 | -80.2005 |
CIE-Lab | 29.6119 | 61.3586 | -65.2282 |
#640eae color RGB value is (100,14,174).
#640eae hex color red value is 100, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #640eae hue: 0.76 , saturation: 0.85 and the lightness value of 640eae is 0.37.
The process color (four color CMYK) of #640eae color hex is 0.43, 0.92, 0.00, 0.32. Web safe color of #640eae is #660099. Color #640eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00001110 | 10101110 |
Octal | 144 | 16 | 256 |
Decimal | 100 | 14 | 174 |
Hex | 64 | E | AE |
Shades of #640eae
Tints of #640eae
RGB Percentages of Color #640eae
CMYK Percentages of Color #640eae
Complementary Color
#640eae | #58ae0e |
#640eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#640eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#640eae Color CSS Codes
.mybgcolor {background-color:#640eae; } .myforecolor {color:#640eae; } .mybordercolor {border:3px solid #640eae; }
#640eae Text Font Color
<p style="color:#640eae">Text here</p>
This sample text font color is #640eae
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.
#640eae Background Color
<div style="background-color:#640eae">
Div content here</div>
This div background color is #640eae
#640eae Border Color
<div style="border:3px solid #640eae">
Div here</div>
This div border color is #640eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,14,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #640eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #640eae; -webkit-box-shadow: 1px 1px 3px 2px #640eae; box-shadow: 1px 1px 3px 2px #640eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,14,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #640eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #640eae; -webkit-box-shadow: 1px 1px 3px 2px #640eae; box-shadow: 1px 1px 3px 2px #640eae;">
Div content here</div>
This div box has shadow with color #640eae
Comments
No comments written yet.
Please login to write comment.