Color spaces of #6403fa
RGB | 100 | 3 | 250 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.50 |
HSV | 264° | 99° | 98° |
CMYK | 0.60 | 0.99 | 0.00 0.02 |
XYZ | 22.5434 | 9.6766 | 91.1221 |
Yxy | 9.6766 | 0.1828 | 0.0785 |
Hunter Lab | 31.1072 | 74.9212 | -151.9025 |
CIE-Lab | 37.2556 | 79.9520 | -96.6538 |
#6403fa color RGB value is (100,3,250).
#6403fa hex color red value is 100, green value is 3 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6403fa hue: 0.73 , saturation: 0.98 and the lightness value of 6403fa is 0.50.
The process color (four color CMYK) of #6403fa color hex is 0.60, 0.99, 0.00, 0.02. Web safe color of #6403fa is #6600ff. Color #6403fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00000011 | 11111010 |
Octal | 144 | 3 | 372 |
Decimal | 100 | 3 | 250 |
Hex | 64 | 3 | FA |
Shades of #6403fa
Tints of #6403fa
RGB Percentages of Color #6403fa
CMYK Percentages of Color #6403fa
Complementary Color
#6403fa | #99fa03 |
#6403fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6403fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6403fa Color CSS Codes
.mybgcolor {background-color:#6403fa; } .myforecolor {color:#6403fa; } .mybordercolor {border:3px solid #6403fa; }
#6403fa Text Font Color
<p style="color:#6403fa">Text here</p>
This sample text font color is #6403fa
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.
#6403fa Background Color
<div style="background-color:#6403fa">
Div content here</div>
This div background color is #6403fa
#6403fa Border Color
<div style="border:3px solid #6403fa">
Div here</div>
This div border color is #6403fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,3,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6403fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6403fa; -webkit-box-shadow: 1px 1px 3px 2px #6403fa; box-shadow: 1px 1px 3px 2px #6403fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,3,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6403fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6403fa; -webkit-box-shadow: 1px 1px 3px 2px #6403fa; box-shadow: 1px 1px 3px 2px #6403fa;">
Div content here</div>
This div box has shadow with color #6403fa
Comments
No comments written yet.
Please login to write comment.