Color spaces of #3978eb
RGB | 57 | 120 | 235 |
---|---|---|---|
HSL | 0.61 | 0.82 | 0.57 |
HSV | 219° | 76° | 92° |
CMYK | 0.76 | 0.49 | 0.00 0.08 |
XYZ | 23.3992 | 20.3010 | 81.2825 |
Yxy | 20.3010 | 0.1872 | 0.1624 |
Hunter Lab | 45.0566 | 13.8511 | -75.4200 |
CIE-Lab | 52.1758 | 19.5087 | -63.8854 |
#3978eb color RGB value is (57,120,235).
#3978eb hex color red value is 57, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3978eb hue: 0.61 , saturation: 0.82 and the lightness value of 3978eb is 0.57.
The process color (four color CMYK) of #3978eb color hex is 0.76, 0.49, 0.00, 0.08. Web safe color of #3978eb is #3366ff. Color #3978eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01111000 | 11101011 |
Octal | 71 | 170 | 353 |
Decimal | 57 | 120 | 235 |
Hex | 39 | 78 | EB |
Shades of #3978eb
Tints of #3978eb
RGB Percentages of Color #3978eb
CMYK Percentages of Color #3978eb
Complementary Color
#3978eb | #ebac39 |
#3978eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3978eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3978eb Color CSS Codes
.mybgcolor {background-color:#3978eb; } .myforecolor {color:#3978eb; } .mybordercolor {border:3px solid #3978eb; }
#3978eb Text Font Color
<p style="color:#3978eb">Text here</p>
This sample text font color is #3978eb
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.
#3978eb Background Color
<div style="background-color:#3978eb">
Div content here</div>
This div background color is #3978eb
#3978eb Border Color
<div style="border:3px solid #3978eb">
Div here</div>
This div border color is #3978eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,120,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3978eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3978eb; -webkit-box-shadow: 1px 1px 3px 2px #3978eb; box-shadow: 1px 1px 3px 2px #3978eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,120,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3978eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3978eb; -webkit-box-shadow: 1px 1px 3px 2px #3978eb; box-shadow: 1px 1px 3px 2px #3978eb;">
Div content here</div>
This div box has shadow with color #3978eb
Comments
No comments written yet.
Please login to write comment.