Color spaces of #50237e
RGB | 80 | 35 | 126 |
---|---|---|---|
HSL | 0.75 | 0.57 | 0.32 |
HSV | 270° | 72° | 49° |
CMYK | 0.37 | 0.72 | 0.00 0.51 |
XYZ | 7.6752 | 4.4139 | 20.1861 |
Yxy | 4.4139 | 0.2378 | 0.1368 |
Hunter Lab | 21.0093 | 28.4441 | -42.2604 |
CIE-Lab | 24.9951 | 39.4130 | -43.3597 |
#50237e color RGB value is (80,35,126).
#50237e hex color red value is 80, green value is 35 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #50237e hue: 0.75 , saturation: 0.57 and the lightness value of 50237e is 0.32.
The process color (four color CMYK) of #50237e color hex is 0.37, 0.72, 0.00, 0.51. Web safe color of #50237e is #663366. Color #50237e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00100011 | 01111110 |
Octal | 120 | 43 | 176 |
Decimal | 80 | 35 | 126 |
Hex | 50 | 23 | 7E |
Shades of #50237e
Tints of #50237e
RGB Percentages of Color #50237e
CMYK Percentages of Color #50237e
Complementary Color
#50237e | #517e23 |
#50237e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50237e Color Preview on White Background
Lorem ipsum dolor sit amet.
#50237e Color CSS Codes
.mybgcolor {background-color:#50237e; } .myforecolor {color:#50237e; } .mybordercolor {border:3px solid #50237e; }
#50237e Text Font Color
<p style="color:#50237e">Text here</p>
This sample text font color is #50237e
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.
#50237e Background Color
<div style="background-color:#50237e">
Div content here</div>
This div background color is #50237e
#50237e Border Color
<div style="border:3px solid #50237e">
Div here</div>
This div border color is #50237e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,35,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50237e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50237e; -webkit-box-shadow: 1px 1px 3px 2px #50237e; box-shadow: 1px 1px 3px 2px #50237e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,35,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50237e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50237e; -webkit-box-shadow: 1px 1px 3px 2px #50237e; box-shadow: 1px 1px 3px 2px #50237e;">
Div content here</div>
This div box has shadow with color #50237e
Comments
No comments written yet.
Please login to write comment.