Color spaces of #441dfa
RGB | 68 | 29 | 250 |
---|---|---|---|
HSL | 0.70 | 0.96 | 0.55 |
HSV | 251° | 88° | 98° |
CMYK | 0.73 | 0.88 | 0.00 0.02 |
XYZ | 20.0786 | 9.0098 | 91.1233 |
Yxy | 9.0098 | 0.1670 | 0.0749 |
Hunter Lab | 30.0163 | 66.8741 | -158.9806 |
CIE-Lab | 36.0032 | 73.6327 | -98.8141 |
#441dfa color RGB value is (68,29,250).
#441dfa hex color red value is 68, green value is 29 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #441dfa hue: 0.70 , saturation: 0.96 and the lightness value of 441dfa is 0.55.
The process color (four color CMYK) of #441dfa color hex is 0.73, 0.88, 0.00, 0.02. Web safe color of #441dfa is #3333ff. Color #441dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00011101 | 11111010 |
Octal | 104 | 35 | 372 |
Decimal | 68 | 29 | 250 |
Hex | 44 | 1D | FA |
Shades of #441dfa
Tints of #441dfa
RGB Percentages of Color #441dfa
CMYK Percentages of Color #441dfa
Complementary Color
#441dfa | #d3fa1d |
#441dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#441dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#441dfa Color CSS Codes
.mybgcolor {background-color:#441dfa; } .myforecolor {color:#441dfa; } .mybordercolor {border:3px solid #441dfa; }
#441dfa Text Font Color
<p style="color:#441dfa">Text here</p>
This sample text font color is #441dfa
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.
#441dfa Background Color
<div style="background-color:#441dfa">
Div content here</div>
This div background color is #441dfa
#441dfa Border Color
<div style="border:3px solid #441dfa">
Div here</div>
This div border color is #441dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,29,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #441dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #441dfa; -webkit-box-shadow: 1px 1px 3px 2px #441dfa; box-shadow: 1px 1px 3px 2px #441dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,29,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 #441dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #441dfa; -webkit-box-shadow: 1px 1px 3px 2px #441dfa; box-shadow: 1px 1px 3px 2px #441dfa;">
Div content here</div>
This div box has shadow with color #441dfa
Comments
No comments written yet.
Please login to write comment.