Color spaces of #501cea
RGB | 80 | 28 | 234 |
---|---|---|---|
HSL | 0.71 | 0.83 | 0.51 |
HSV | 255° | 88° | 92° |
CMYK | 0.66 | 0.88 | 0.00 0.08 |
XYZ | 18.5748 | 8.4765 | 78.4990 |
Yxy | 8.4765 | 0.1760 | 0.0803 |
Hunter Lab | 29.1144 | 62.9315 | -139.4790 |
CIE-Lab | 34.9562 | 70.5175 | -91.4794 |
#501cea color RGB value is (80,28,234).
#501cea hex color red value is 80, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #501cea hue: 0.71 , saturation: 0.83 and the lightness value of 501cea is 0.51.
The process color (four color CMYK) of #501cea color hex is 0.66, 0.88, 0.00, 0.08. Web safe color of #501cea is #6633ff. Color #501cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00011100 | 11101010 |
Octal | 120 | 34 | 352 |
Decimal | 80 | 28 | 234 |
Hex | 50 | 1C | EA |
Shades of #501cea
Tints of #501cea
RGB Percentages of Color #501cea
CMYK Percentages of Color #501cea
Complementary Color
#501cea | #b6ea1c |
#501cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#501cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#501cea Color CSS Codes
.mybgcolor {background-color:#501cea; } .myforecolor {color:#501cea; } .mybordercolor {border:3px solid #501cea; }
#501cea Text Font Color
<p style="color:#501cea">Text here</p>
This sample text font color is #501cea
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.
#501cea Background Color
<div style="background-color:#501cea">
Div content here</div>
This div background color is #501cea
#501cea Border Color
<div style="border:3px solid #501cea">
Div here</div>
This div border color is #501cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,28,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #501cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #501cea; -webkit-box-shadow: 1px 1px 3px 2px #501cea; box-shadow: 1px 1px 3px 2px #501cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,28,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #501cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #501cea; -webkit-box-shadow: 1px 1px 3px 2px #501cea; box-shadow: 1px 1px 3px 2px #501cea;">
Div content here</div>
This div box has shadow with color #501cea
Comments
No comments written yet.
Please login to write comment.