Color spaces of #641dec
RGB | 100 | 29 | 236 |
---|---|---|---|
HSL | 0.72 | 0.84 | 0.52 |
HSV | 261° | 88° | 93° |
CMYK | 0.58 | 0.88 | 0.00 0.07 |
XYZ | 20.8352 | 9.6442 | 80.1203 |
Yxy | 9.6442 | 0.1884 | 0.0872 |
Hunter Lab | 31.0551 | 65.4111 | -131.2260 |
CIE-Lab | 37.1961 | 72.1849 | -88.8436 |
#641dec color RGB value is (100,29,236).
#641dec hex color red value is 100, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #641dec hue: 0.72 , saturation: 0.84 and the lightness value of 641dec is 0.52.
The process color (four color CMYK) of #641dec color hex is 0.58, 0.88, 0.00, 0.07. Web safe color of #641dec is #6633ff. Color #641dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00011101 | 11101100 |
Octal | 144 | 35 | 354 |
Decimal | 100 | 29 | 236 |
Hex | 64 | 1D | EC |
Shades of #641dec
Tints of #641dec
RGB Percentages of Color #641dec
CMYK Percentages of Color #641dec
Complementary Color
#641dec | #a5ec1d |
#641dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#641dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#641dec Color CSS Codes
.mybgcolor {background-color:#641dec; } .myforecolor {color:#641dec; } .mybordercolor {border:3px solid #641dec; }
#641dec Text Font Color
<p style="color:#641dec">Text here</p>
This sample text font color is #641dec
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.
#641dec Background Color
<div style="background-color:#641dec">
Div content here</div>
This div background color is #641dec
#641dec Border Color
<div style="border:3px solid #641dec">
Div here</div>
This div border color is #641dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,29,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #641dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #641dec; -webkit-box-shadow: 1px 1px 3px 2px #641dec; box-shadow: 1px 1px 3px 2px #641dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,29,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #641dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #641dec; -webkit-box-shadow: 1px 1px 3px 2px #641dec; box-shadow: 1px 1px 3px 2px #641dec;">
Div content here</div>
This div box has shadow with color #641dec
Comments
No comments written yet.
Please login to write comment.