Color spaces of #6448fb
RGB | 100 | 72 | 251 |
---|---|---|---|
HSL | 0.69 | 0.96 | 0.63 |
HSV | 249° | 71° | 98° |
CMYK | 0.60 | 0.71 | 0.00 0.02 |
XYZ | 24.9855 | 14.3091 | 92.7118 |
Yxy | 14.3091 | 0.1893 | 0.1084 |
Hunter Lab | 37.8274 | 51.7038 | -118.8358 |
CIE-Lab | 44.6730 | 58.7757 | -84.9550 |
#6448fb color RGB value is (100,72,251).
#6448fb hex color red value is 100, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6448fb hue: 0.69 , saturation: 0.96 and the lightness value of 6448fb is 0.63.
The process color (four color CMYK) of #6448fb color hex is 0.60, 0.71, 0.00, 0.02. Web safe color of #6448fb is #6633ff. Color #6448fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01001000 | 11111011 |
Octal | 144 | 110 | 373 |
Decimal | 100 | 72 | 251 |
Hex | 64 | 48 | FB |
Shades of #6448fb
Tints of #6448fb
RGB Percentages of Color #6448fb
CMYK Percentages of Color #6448fb
Complementary Color
#6448fb | #dffb48 |
#6448fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6448fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6448fb Color CSS Codes
.mybgcolor {background-color:#6448fb; } .myforecolor {color:#6448fb; } .mybordercolor {border:3px solid #6448fb; }
#6448fb Text Font Color
<p style="color:#6448fb">Text here</p>
This sample text font color is #6448fb
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.
#6448fb Background Color
<div style="background-color:#6448fb">
Div content here</div>
This div background color is #6448fb
#6448fb Border Color
<div style="border:3px solid #6448fb">
Div here</div>
This div border color is #6448fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,72,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6448fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6448fb; -webkit-box-shadow: 1px 1px 3px 2px #6448fb; box-shadow: 1px 1px 3px 2px #6448fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,72,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6448fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6448fb; -webkit-box-shadow: 1px 1px 3px 2px #6448fb; box-shadow: 1px 1px 3px 2px #6448fb;">
Div content here</div>
This div box has shadow with color #6448fb
Comments
No comments written yet.
Please login to write comment.