Color spaces of #293aba
RGB | 41 | 58 | 186 |
---|---|---|---|
HSL | 0.65 | 0.64 | 0.45 |
HSV | 233° | 78° | 73° |
CMYK | 0.78 | 0.69 | 0.00 0.27 |
XYZ | 11.2904 | 7.0427 | 47.2187 |
Yxy | 7.0427 | 0.1722 | 0.1074 |
Hunter Lab | 26.5381 | 29.4996 | -86.9169 |
CIE-Lab | 31.9039 | 39.3054 | -68.7915 |
#293aba color RGB value is (41,58,186).
#293aba hex color red value is 41, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #293aba hue: 0.65 , saturation: 0.64 and the lightness value of 293aba is 0.45.
The process color (four color CMYK) of #293aba color hex is 0.78, 0.69, 0.00, 0.27. Web safe color of #293aba is #3333cc. Color #293aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00111010 | 10111010 |
Octal | 51 | 72 | 272 |
Decimal | 41 | 58 | 186 |
Hex | 29 | 3A | BA |
Shades of #293aba
Tints of #293aba
RGB Percentages of Color #293aba
CMYK Percentages of Color #293aba
Complementary Color
#293aba | #baa929 |
#293aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#293aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#293aba Color CSS Codes
.mybgcolor {background-color:#293aba; } .myforecolor {color:#293aba; } .mybordercolor {border:3px solid #293aba; }
#293aba Text Font Color
<p style="color:#293aba">Text here</p>
This sample text font color is #293aba
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.
#293aba Background Color
<div style="background-color:#293aba">
Div content here</div>
This div background color is #293aba
#293aba Border Color
<div style="border:3px solid #293aba">
Div here</div>
This div border color is #293aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,58,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #293aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #293aba; -webkit-box-shadow: 1px 1px 3px 2px #293aba; box-shadow: 1px 1px 3px 2px #293aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,58,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 #293aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #293aba; -webkit-box-shadow: 1px 1px 3px 2px #293aba; box-shadow: 1px 1px 3px 2px #293aba;">
Div content here</div>
This div box has shadow with color #293aba
Comments
No comments written yet.
Please login to write comment.