Color spaces of #441cfc
RGB | 68 | 28 | 252 |
---|---|---|---|
HSL | 0.70 | 0.97 | 0.55 |
HSV | 251° | 89° | 99° |
CMYK | 0.73 | 0.89 | 0.00 0.01 |
XYZ | 20.3698 | 9.0877 | 92.7760 |
Yxy | 9.0877 | 0.1666 | 0.0743 |
Hunter Lab | 30.1458 | 67.8589 | -161.3674 |
CIE-Lab | 36.1526 | 74.4212 | -99.6891 |
#441cfc color RGB value is (68,28,252).
#441cfc hex color red value is 68, green value is 28 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #441cfc hue: 0.70 , saturation: 0.97 and the lightness value of 441cfc is 0.55.
The process color (four color CMYK) of #441cfc color hex is 0.73, 0.89, 0.00, 0.01. Web safe color of #441cfc is #3333ff. Color #441cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00011100 | 11111100 |
Octal | 104 | 34 | 374 |
Decimal | 68 | 28 | 252 |
Hex | 44 | 1C | FC |
Shades of #441cfc
Tints of #441cfc
RGB Percentages of Color #441cfc
CMYK Percentages of Color #441cfc
Complementary Color
#441cfc | #d4fc1c |
#441cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#441cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#441cfc Color CSS Codes
.mybgcolor {background-color:#441cfc; } .myforecolor {color:#441cfc; } .mybordercolor {border:3px solid #441cfc; }
#441cfc Text Font Color
<p style="color:#441cfc">Text here</p>
This sample text font color is #441cfc
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.
#441cfc Background Color
<div style="background-color:#441cfc">
Div content here</div>
This div background color is #441cfc
#441cfc Border Color
<div style="border:3px solid #441cfc">
Div here</div>
This div border color is #441cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,28,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #441cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #441cfc; -webkit-box-shadow: 1px 1px 3px 2px #441cfc; box-shadow: 1px 1px 3px 2px #441cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,28,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #441cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #441cfc; -webkit-box-shadow: 1px 1px 3px 2px #441cfc; box-shadow: 1px 1px 3px 2px #441cfc;">
Div content here</div>
This div box has shadow with color #441cfc
Comments
No comments written yet.
Please login to write comment.