Color spaces of #640edc
RGB | 100 | 14 | 220 |
---|---|---|---|
HSL | 0.74 | 0.88 | 0.46 |
HSV | 265° | 94° | 86° |
CMYK | 0.55 | 0.94 | 0.00 0.14 |
XYZ | 18.3308 | 8.1907 | 68.3250 |
Yxy | 8.1907 | 0.1933 | 0.0864 |
Hunter Lab | 28.6194 | 64.2458 | -121.5134 |
CIE-Lab | 34.3769 | 71.7382 | -84.3693 |
#640edc color RGB value is (100,14,220).
#640edc hex color red value is 100, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #640edc hue: 0.74 , saturation: 0.88 and the lightness value of 640edc is 0.46.
The process color (four color CMYK) of #640edc color hex is 0.55, 0.94, 0.00, 0.14. Web safe color of #640edc is #6600cc. Color #640edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00001110 | 11011100 |
Octal | 144 | 16 | 334 |
Decimal | 100 | 14 | 220 |
Hex | 64 | E | DC |
Shades of #640edc
Tints of #640edc
RGB Percentages of Color #640edc
CMYK Percentages of Color #640edc
Complementary Color
#640edc | #86dc0e |
#640edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#640edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#640edc Color CSS Codes
.mybgcolor {background-color:#640edc; } .myforecolor {color:#640edc; } .mybordercolor {border:3px solid #640edc; }
#640edc Text Font Color
<p style="color:#640edc">Text here</p>
This sample text font color is #640edc
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.
#640edc Background Color
<div style="background-color:#640edc">
Div content here</div>
This div background color is #640edc
#640edc Border Color
<div style="border:3px solid #640edc">
Div here</div>
This div border color is #640edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,14,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #640edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #640edc; -webkit-box-shadow: 1px 1px 3px 2px #640edc; box-shadow: 1px 1px 3px 2px #640edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,14,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #640edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #640edc; -webkit-box-shadow: 1px 1px 3px 2px #640edc; box-shadow: 1px 1px 3px 2px #640edc;">
Div content here</div>
This div box has shadow with color #640edc
Comments
No comments written yet.
Please login to write comment.