Color spaces of #643cab
RGB | 100 | 60 | 171 |
---|---|---|---|
HSL | 0.73 | 0.48 | 0.45 |
HSV | 262° | 65° | 67° |
CMYK | 0.42 | 0.65 | 0.00 0.33 |
XYZ | 14.2221 | 8.8813 | 39.4928 |
Yxy | 8.8813 | 0.2272 | 0.1419 |
Hunter Lab | 29.8015 | 33.0325 | -57.7097 |
CIE-Lab | 35.7547 | 42.3666 | -53.3993 |
#643cab color RGB value is (100,60,171).
#643cab hex color red value is 100, green value is 60 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #643cab hue: 0.73 , saturation: 0.48 and the lightness value of 643cab is 0.45.
The process color (four color CMYK) of #643cab color hex is 0.42, 0.65, 0.00, 0.33. Web safe color of #643cab is #663399. Color #643cab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00111100 | 10101011 |
Octal | 144 | 74 | 253 |
Decimal | 100 | 60 | 171 |
Hex | 64 | 3C | AB |
Shades of #643cab
Tints of #643cab
RGB Percentages of Color #643cab
CMYK Percentages of Color #643cab
Complementary Color
#643cab | #83ab3c |
#643cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#643cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#643cab Color CSS Codes
.mybgcolor {background-color:#643cab; } .myforecolor {color:#643cab; } .mybordercolor {border:3px solid #643cab; }
#643cab Text Font Color
<p style="color:#643cab">Text here</p>
This sample text font color is #643cab
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.
#643cab Background Color
<div style="background-color:#643cab">
Div content here</div>
This div background color is #643cab
#643cab Border Color
<div style="border:3px solid #643cab">
Div here</div>
This div border color is #643cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,60,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #643cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #643cab; -webkit-box-shadow: 1px 1px 3px 2px #643cab; box-shadow: 1px 1px 3px 2px #643cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,60,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #643cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #643cab; -webkit-box-shadow: 1px 1px 3px 2px #643cab; box-shadow: 1px 1px 3px 2px #643cab;">
Div content here</div>
This div box has shadow with color #643cab
Comments
No comments written yet.
Please login to write comment.