Color spaces of #443fec
RGB | 68 | 63 | 236 |
---|---|---|---|
HSL | 0.67 | 0.82 | 0.59 |
HSV | 242° | 73° | 93° |
CMYK | 0.71 | 0.73 | 0.00 0.07 |
XYZ | 19.3017 | 10.8401 | 80.4319 |
Yxy | 10.8401 | 0.1746 | 0.0980 |
Hunter Lab | 32.9243 | 47.0271 | -121.7945 |
CIE-Lab | 39.3098 | 55.4884 | -85.4331 |
#443fec color RGB value is (68,63,236).
#443fec hex color red value is 68, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #443fec hue: 0.67 , saturation: 0.82 and the lightness value of 443fec is 0.59.
The process color (four color CMYK) of #443fec color hex is 0.71, 0.73, 0.00, 0.07. Web safe color of #443fec is #3333ff. Color #443fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00111111 | 11101100 |
Octal | 104 | 77 | 354 |
Decimal | 68 | 63 | 236 |
Hex | 44 | 3F | EC |
Shades of #443fec
Tints of #443fec
RGB Percentages of Color #443fec
CMYK Percentages of Color #443fec
Complementary Color
#443fec | #e7ec3f |
#443fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#443fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#443fec Color CSS Codes
.mybgcolor {background-color:#443fec; } .myforecolor {color:#443fec; } .mybordercolor {border:3px solid #443fec; }
#443fec Text Font Color
<p style="color:#443fec">Text here</p>
This sample text font color is #443fec
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.
#443fec Background Color
<div style="background-color:#443fec">
Div content here</div>
This div background color is #443fec
#443fec Border Color
<div style="border:3px solid #443fec">
Div here</div>
This div border color is #443fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,63,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #443fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #443fec; -webkit-box-shadow: 1px 1px 3px 2px #443fec; box-shadow: 1px 1px 3px 2px #443fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,63,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #443fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #443fec; -webkit-box-shadow: 1px 1px 3px 2px #443fec; box-shadow: 1px 1px 3px 2px #443fec;">
Div content here</div>
This div box has shadow with color #443fec
Comments
No comments written yet.
Please login to write comment.