Color spaces of #3115dc
RGB | 49 | 21 | 220 |
---|---|---|---|
HSL | 0.69 | 0.83 | 0.47 |
HSV | 248° | 90° | 86° |
CMYK | 0.78 | 0.90 | 0.00 0.14 |
XYZ | 14.4531 | 6.3566 | 68.1753 |
Yxy | 6.3566 | 0.1624 | 0.0714 |
Hunter Lab | 25.2123 | 58.2047 | -142.6745 |
CIE-Lab | 30.2949 | 67.3299 | -91.2822 |
#3115dc color RGB value is (49,21,220).
#3115dc hex color red value is 49, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3115dc hue: 0.69 , saturation: 0.83 and the lightness value of 3115dc is 0.47.
The process color (four color CMYK) of #3115dc color hex is 0.78, 0.90, 0.00, 0.14. Web safe color of #3115dc is #3300cc. Color #3115dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00010101 | 11011100 |
Octal | 61 | 25 | 334 |
Decimal | 49 | 21 | 220 |
Hex | 31 | 15 | DC |
Shades of #3115dc
Tints of #3115dc
RGB Percentages of Color #3115dc
CMYK Percentages of Color #3115dc
Complementary Color
#3115dc | #c0dc15 |
#3115dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3115dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3115dc Color CSS Codes
.mybgcolor {background-color:#3115dc; } .myforecolor {color:#3115dc; } .mybordercolor {border:3px solid #3115dc; }
#3115dc Text Font Color
<p style="color:#3115dc">Text here</p>
This sample text font color is #3115dc
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.
#3115dc Background Color
<div style="background-color:#3115dc">
Div content here</div>
This div background color is #3115dc
#3115dc Border Color
<div style="border:3px solid #3115dc">
Div here</div>
This div border color is #3115dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,21,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3115dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3115dc; -webkit-box-shadow: 1px 1px 3px 2px #3115dc; box-shadow: 1px 1px 3px 2px #3115dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,21,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3115dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3115dc; -webkit-box-shadow: 1px 1px 3px 2px #3115dc; box-shadow: 1px 1px 3px 2px #3115dc;">
Div content here</div>
This div box has shadow with color #3115dc
Comments
No comments written yet.
Please login to write comment.