Color spaces of #644cdc
RGB | 100 | 76 | 220 |
---|---|---|---|
HSL | 0.69 | 0.67 | 0.58 |
HSV | 250° | 65° | 86° |
CMYK | 0.55 | 0.65 | 0.00 0.14 |
XYZ | 20.7582 | 13.0455 | 69.1341 |
Yxy | 13.0455 | 0.2017 | 0.1267 |
Hunter Lab | 36.1186 | 39.3808 | -88.2033 |
CIE-Lab | 42.8317 | 47.5217 | -70.4653 |
#644cdc color RGB value is (100,76,220).
#644cdc hex color red value is 100, green value is 76 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #644cdc hue: 0.69 , saturation: 0.67 and the lightness value of 644cdc is 0.58.
The process color (four color CMYK) of #644cdc color hex is 0.55, 0.65, 0.00, 0.14. Web safe color of #644cdc is #6633cc. Color #644cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01001100 | 11011100 |
Octal | 144 | 114 | 334 |
Decimal | 100 | 76 | 220 |
Hex | 64 | 4C | DC |
Shades of #644cdc
Tints of #644cdc
RGB Percentages of Color #644cdc
CMYK Percentages of Color #644cdc
Complementary Color
#644cdc | #c4dc4c |
#644cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#644cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#644cdc Color CSS Codes
.mybgcolor {background-color:#644cdc; } .myforecolor {color:#644cdc; } .mybordercolor {border:3px solid #644cdc; }
#644cdc Text Font Color
<p style="color:#644cdc">Text here</p>
This sample text font color is #644cdc
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.
#644cdc Background Color
<div style="background-color:#644cdc">
Div content here</div>
This div background color is #644cdc
#644cdc Border Color
<div style="border:3px solid #644cdc">
Div here</div>
This div border color is #644cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,76,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #644cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #644cdc; -webkit-box-shadow: 1px 1px 3px 2px #644cdc; box-shadow: 1px 1px 3px 2px #644cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,76,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 #644cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #644cdc; -webkit-box-shadow: 1px 1px 3px 2px #644cdc; box-shadow: 1px 1px 3px 2px #644cdc;">
Div content here</div>
This div box has shadow with color #644cdc
Comments
No comments written yet.
Please login to write comment.