Color spaces of #5048bd
RGB | 80 | 72 | 189 |
---|---|---|---|
HSL | 0.68 | 0.47 | 0.51 |
HSV | 244° | 62° | 74° |
CMYK | 0.58 | 0.62 | 0.00 0.26 |
XYZ | 14.8109 | 10.0143 | 49.2964 |
Yxy | 10.0143 | 0.1998 | 0.1351 |
Hunter Lab | 31.6454 | 28.1635 | -70.2088 |
CIE-Lab | 37.8681 | 36.8712 | -60.6971 |
#5048bd color RGB value is (80,72,189).
#5048bd hex color red value is 80, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5048bd hue: 0.68 , saturation: 0.47 and the lightness value of 5048bd is 0.51.
The process color (four color CMYK) of #5048bd color hex is 0.58, 0.62, 0.00, 0.26. Web safe color of #5048bd is #6633cc. Color #5048bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01001000 | 10111101 |
Octal | 120 | 110 | 275 |
Decimal | 80 | 72 | 189 |
Hex | 50 | 48 | BD |
Shades of #5048bd
Tints of #5048bd
RGB Percentages of Color #5048bd
CMYK Percentages of Color #5048bd
Complementary Color
#5048bd | #b5bd48 |
#5048bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5048bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5048bd Color CSS Codes
.mybgcolor {background-color:#5048bd; } .myforecolor {color:#5048bd; } .mybordercolor {border:3px solid #5048bd; }
#5048bd Text Font Color
<p style="color:#5048bd">Text here</p>
This sample text font color is #5048bd
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.
#5048bd Background Color
<div style="background-color:#5048bd">
Div content here</div>
This div background color is #5048bd
#5048bd Border Color
<div style="border:3px solid #5048bd">
Div here</div>
This div border color is #5048bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,72,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5048bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5048bd; -webkit-box-shadow: 1px 1px 3px 2px #5048bd; box-shadow: 1px 1px 3px 2px #5048bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,72,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5048bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5048bd; -webkit-box-shadow: 1px 1px 3px 2px #5048bd; box-shadow: 1px 1px 3px 2px #5048bd;">
Div content here</div>
This div box has shadow with color #5048bd
Comments
No comments written yet.
Please login to write comment.