Color spaces of #2947ba
RGB | 41 | 71 | 186 |
---|---|---|---|
HSL | 0.63 | 0.64 | 0.45 |
HSV | 228° | 78° | 73° |
CMYK | 0.78 | 0.62 | 0.00 0.27 |
XYZ | 12.0306 | 8.5231 | 47.4654 |
Yxy | 8.5231 | 0.1769 | 0.1253 |
Hunter Lab | 29.1943 | 22.4673 | -75.9601 |
CIE-Lab | 35.0494 | 31.0053 | -63.6315 |
#2947ba color RGB value is (41,71,186).
#2947ba hex color red value is 41, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2947ba hue: 0.63 , saturation: 0.64 and the lightness value of 2947ba is 0.45.
The process color (four color CMYK) of #2947ba color hex is 0.78, 0.62, 0.00, 0.27. Web safe color of #2947ba is #3333cc. Color #2947ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01000111 | 10111010 |
Octal | 51 | 107 | 272 |
Decimal | 41 | 71 | 186 |
Hex | 29 | 47 | BA |
Shades of #2947ba
Tints of #2947ba
RGB Percentages of Color #2947ba
CMYK Percentages of Color #2947ba
Complementary Color
#2947ba | #ba9c29 |
#2947ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2947ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#2947ba Color CSS Codes
.mybgcolor {background-color:#2947ba; } .myforecolor {color:#2947ba; } .mybordercolor {border:3px solid #2947ba; }
#2947ba Text Font Color
<p style="color:#2947ba">Text here</p>
This sample text font color is #2947ba
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.
#2947ba Background Color
<div style="background-color:#2947ba">
Div content here</div>
This div background color is #2947ba
#2947ba Border Color
<div style="border:3px solid #2947ba">
Div here</div>
This div border color is #2947ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,71,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2947ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2947ba; -webkit-box-shadow: 1px 1px 3px 2px #2947ba; box-shadow: 1px 1px 3px 2px #2947ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,71,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2947ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2947ba; -webkit-box-shadow: 1px 1px 3px 2px #2947ba; box-shadow: 1px 1px 3px 2px #2947ba;">
Div content here</div>
This div box has shadow with color #2947ba
Comments
No comments written yet.
Please login to write comment.