Color spaces of #643ccd
RGB | 100 | 60 | 205 |
---|---|---|---|
HSL | 0.71 | 0.59 | 0.52 |
HSV | 257° | 71° | 80° |
CMYK | 0.51 | 0.71 | 0.00 0.20 |
XYZ | 17.8908 | 10.3488 | 58.8122 |
Yxy | 10.3488 | 0.2055 | 0.1189 |
Hunter Lab | 32.1696 | 42.9744 | -85.8750 |
CIE-Lab | 38.4613 | 51.8031 | -68.9805 |
#643ccd color RGB value is (100,60,205).
#643ccd hex color red value is 100, green value is 60 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #643ccd hue: 0.71 , saturation: 0.59 and the lightness value of 643ccd is 0.52.
The process color (four color CMYK) of #643ccd color hex is 0.51, 0.71, 0.00, 0.20. Web safe color of #643ccd is #6633cc. Color #643ccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00111100 | 11001101 |
Octal | 144 | 74 | 315 |
Decimal | 100 | 60 | 205 |
Hex | 64 | 3C | CD |
Shades of #643ccd
Tints of #643ccd
RGB Percentages of Color #643ccd
CMYK Percentages of Color #643ccd
Complementary Color
#643ccd | #a5cd3c |
#643ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#643ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#643ccd Color CSS Codes
.mybgcolor {background-color:#643ccd; } .myforecolor {color:#643ccd; } .mybordercolor {border:3px solid #643ccd; }
#643ccd Text Font Color
<p style="color:#643ccd">Text here</p>
This sample text font color is #643ccd
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.
#643ccd Background Color
<div style="background-color:#643ccd">
Div content here</div>
This div background color is #643ccd
#643ccd Border Color
<div style="border:3px solid #643ccd">
Div here</div>
This div border color is #643ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,60,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #643ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #643ccd; -webkit-box-shadow: 1px 1px 3px 2px #643ccd; box-shadow: 1px 1px 3px 2px #643ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,60,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #643ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #643ccd; -webkit-box-shadow: 1px 1px 3px 2px #643ccd; box-shadow: 1px 1px 3px 2px #643ccd;">
Div content here</div>
This div box has shadow with color #643ccd
Comments
No comments written yet.
Please login to write comment.