Color spaces of #315dc0
RGB | 49 | 93 | 192 |
---|---|---|---|
HSL | 0.62 | 0.59 | 0.47 |
HSV | 222° | 74° | 75° |
CMYK | 0.74 | 0.52 | 0.00 0.25 |
XYZ | 14.6954 | 12.2874 | 51.4664 |
Yxy | 12.2874 | 0.1873 | 0.1566 |
Hunter Lab | 35.0534 | 13.4890 | -62.5139 |
CIE-Lab | 41.6693 | 19.7854 | -56.3644 |
#315dc0 color RGB value is (49,93,192).
#315dc0 hex color red value is 49, green value is 93 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #315dc0 hue: 0.62 , saturation: 0.59 and the lightness value of 315dc0 is 0.47.
The process color (four color CMYK) of #315dc0 color hex is 0.74, 0.52, 0.00, 0.25. Web safe color of #315dc0 is #3366cc. Color #315dc0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01011101 | 11000000 |
Octal | 61 | 135 | 300 |
Decimal | 49 | 93 | 192 |
Hex | 31 | 5D | C0 |
Shades of #315dc0
Tints of #315dc0
RGB Percentages of Color #315dc0
CMYK Percentages of Color #315dc0
Complementary Color
#315dc0 | #c09431 |
#315dc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#315dc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#315dc0 Color CSS Codes
.mybgcolor {background-color:#315dc0; } .myforecolor {color:#315dc0; } .mybordercolor {border:3px solid #315dc0; }
#315dc0 Text Font Color
<p style="color:#315dc0">Text here</p>
This sample text font color is #315dc0
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.
#315dc0 Background Color
<div style="background-color:#315dc0">
Div content here</div>
This div background color is #315dc0
#315dc0 Border Color
<div style="border:3px solid #315dc0">
Div here</div>
This div border color is #315dc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,93,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #315dc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #315dc0; -webkit-box-shadow: 1px 1px 3px 2px #315dc0; box-shadow: 1px 1px 3px 2px #315dc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,93,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #315dc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #315dc0; -webkit-box-shadow: 1px 1px 3px 2px #315dc0; box-shadow: 1px 1px 3px 2px #315dc0;">
Div content here</div>
This div box has shadow with color #315dc0
Comments
No comments written yet.
Please login to write comment.