Color spaces of #376cec
RGB | 55 | 108 | 236 |
---|---|---|---|
HSL | 0.62 | 0.83 | 0.57 |
HSV | 222° | 77° | 93° |
CMYK | 0.77 | 0.54 | 0.00 0.07 |
XYZ | 22.0784 | 17.5935 | 81.5891 |
Yxy | 17.5935 | 0.1821 | 0.1451 |
Hunter Lab | 41.9446 | 20.5541 | -85.9675 |
CIE-Lab | 48.9993 | 27.1899 | -69.5900 |
#376cec color RGB value is (55,108,236).
#376cec hex color red value is 55, green value is 108 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #376cec hue: 0.62 , saturation: 0.83 and the lightness value of 376cec is 0.57.
The process color (four color CMYK) of #376cec color hex is 0.77, 0.54, 0.00, 0.07. Web safe color of #376cec is #3366ff. Color #376cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01101100 | 11101100 |
Octal | 67 | 154 | 354 |
Decimal | 55 | 108 | 236 |
Hex | 37 | 6C | EC |
Shades of #376cec
Tints of #376cec
RGB Percentages of Color #376cec
CMYK Percentages of Color #376cec
Complementary Color
#376cec | #ecb737 |
#376cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#376cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#376cec Color CSS Codes
.mybgcolor {background-color:#376cec; } .myforecolor {color:#376cec; } .mybordercolor {border:3px solid #376cec; }
#376cec Text Font Color
<p style="color:#376cec">Text here</p>
This sample text font color is #376cec
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.
#376cec Background Color
<div style="background-color:#376cec">
Div content here</div>
This div background color is #376cec
#376cec Border Color
<div style="border:3px solid #376cec">
Div here</div>
This div border color is #376cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,108,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #376cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #376cec; -webkit-box-shadow: 1px 1px 3px 2px #376cec; box-shadow: 1px 1px 3px 2px #376cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,108,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 #376cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #376cec; -webkit-box-shadow: 1px 1px 3px 2px #376cec; box-shadow: 1px 1px 3px 2px #376cec;">
Div content here</div>
This div box has shadow with color #376cec
Comments
No comments written yet.
Please login to write comment.