Color spaces of #2a48be
RGB | 42 | 72 | 190 |
---|---|---|---|
HSL | 0.63 | 0.64 | 0.45 |
HSV | 228° | 78° | 75° |
CMYK | 0.78 | 0.62 | 0.00 0.25 |
XYZ | 12.5665 | 8.8447 | 49.7601 |
Yxy | 8.8447 | 0.1766 | 0.1243 |
Hunter Lab | 29.7400 | 23.3792 | -78.3841 |
CIE-Lab | 35.6836 | 31.9454 | -64.9435 |
#2a48be color RGB value is (42,72,190).
#2a48be hex color red value is 42, green value is 72 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2a48be hue: 0.63 , saturation: 0.64 and the lightness value of 2a48be is 0.45.
The process color (four color CMYK) of #2a48be color hex is 0.78, 0.62, 0.00, 0.25. Web safe color of #2a48be is #3333cc. Color #2a48be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 01001000 | 10111110 |
Octal | 52 | 110 | 276 |
Decimal | 42 | 72 | 190 |
Hex | 2A | 48 | BE |
Shades of #2a48be
Tints of #2a48be
RGB Percentages of Color #2a48be
CMYK Percentages of Color #2a48be
Complementary Color
#2a48be | #bea02a |
#2a48be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2a48be Color Preview on White Background
Lorem ipsum dolor sit amet.
#2a48be Color CSS Codes
.mybgcolor {background-color:#2a48be; } .myforecolor {color:#2a48be; } .mybordercolor {border:3px solid #2a48be; }
#2a48be Text Font Color
<p style="color:#2a48be">Text here</p>
This sample text font color is #2a48be
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.
#2a48be Background Color
<div style="background-color:#2a48be">
Div content here</div>
This div background color is #2a48be
#2a48be Border Color
<div style="border:3px solid #2a48be">
Div here</div>
This div border color is #2a48be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,72,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2a48be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2a48be; -webkit-box-shadow: 1px 1px 3px 2px #2a48be; box-shadow: 1px 1px 3px 2px #2a48be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,72,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2a48be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2a48be; -webkit-box-shadow: 1px 1px 3px 2px #2a48be; box-shadow: 1px 1px 3px 2px #2a48be;">
Div content here</div>
This div box has shadow with color #2a48be
Comments
No comments written yet.
Please login to write comment.