Color spaces of #2981eb
RGB | 41 | 129 | 235 |
---|---|---|---|
HSL | 0.59 | 0.83 | 0.54 |
HSV | 213° | 83° | 92° |
CMYK | 0.83 | 0.45 | 0.00 0.08 |
XYZ | 23.7601 | 22.1701 | 81.6242 |
Yxy | 22.1701 | 0.1863 | 0.1738 |
Hunter Lab | 47.0851 | 7.6757 | -69.8223 |
CIE-Lab | 54.2070 | 12.3565 | -60.6372 |
#2981eb color RGB value is (41,129,235).
#2981eb hex color red value is 41, green value is 129 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2981eb hue: 0.59 , saturation: 0.83 and the lightness value of 2981eb is 0.54.
The process color (four color CMYK) of #2981eb color hex is 0.83, 0.45, 0.00, 0.08. Web safe color of #2981eb is #3399ff. Color #2981eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 10000001 | 11101011 |
Octal | 51 | 201 | 353 |
Decimal | 41 | 129 | 235 |
Hex | 29 | 81 | EB |
Shades of #2981eb
Tints of #2981eb
RGB Percentages of Color #2981eb
CMYK Percentages of Color #2981eb
Complementary Color
#2981eb | #eb9329 |
#2981eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2981eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2981eb Color CSS Codes
.mybgcolor {background-color:#2981eb; } .myforecolor {color:#2981eb; } .mybordercolor {border:3px solid #2981eb; }
#2981eb Text Font Color
<p style="color:#2981eb">Text here</p>
This sample text font color is #2981eb
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.
#2981eb Background Color
<div style="background-color:#2981eb">
Div content here</div>
This div background color is #2981eb
#2981eb Border Color
<div style="border:3px solid #2981eb">
Div here</div>
This div border color is #2981eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,129,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2981eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2981eb; -webkit-box-shadow: 1px 1px 3px 2px #2981eb; box-shadow: 1px 1px 3px 2px #2981eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,129,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 #2981eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2981eb; -webkit-box-shadow: 1px 1px 3px 2px #2981eb; box-shadow: 1px 1px 3px 2px #2981eb;">
Div content here</div>
This div box has shadow with color #2981eb
Comments
No comments written yet.
Please login to write comment.