Color spaces of #5003ec
RGB | 80 | 3 | 236 |
---|---|---|---|
HSL | 0.72 | 0.97 | 0.47 |
HSV | 260° | 99° | 93° |
CMYK | 0.66 | 0.99 | 0.00 0.07 |
XYZ | 18.4811 | 7.8267 | 79.8935 |
Yxy | 7.8267 | 0.1740 | 0.0737 |
Hunter Lab | 27.9762 | 68.9587 | -149.7348 |
CIE-Lab | 33.6193 | 75.7911 | -94.8400 |
#5003ec color RGB value is (80,3,236).
#5003ec hex color red value is 80, green value is 3 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5003ec hue: 0.72 , saturation: 0.97 and the lightness value of 5003ec is 0.47.
The process color (four color CMYK) of #5003ec color hex is 0.66, 0.99, 0.00, 0.07. Web safe color of #5003ec is #6600ff. Color #5003ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00000011 | 11101100 |
Octal | 120 | 3 | 354 |
Decimal | 80 | 3 | 236 |
Hex | 50 | 3 | EC |
Shades of #5003ec
Tints of #5003ec
RGB Percentages of Color #5003ec
CMYK Percentages of Color #5003ec
Complementary Color
#5003ec | #9fec03 |
#5003ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5003ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#5003ec Color CSS Codes
.mybgcolor {background-color:#5003ec; } .myforecolor {color:#5003ec; } .mybordercolor {border:3px solid #5003ec; }
#5003ec Text Font Color
<p style="color:#5003ec">Text here</p>
This sample text font color is #5003ec
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.
#5003ec Background Color
<div style="background-color:#5003ec">
Div content here</div>
This div background color is #5003ec
#5003ec Border Color
<div style="border:3px solid #5003ec">
Div here</div>
This div border color is #5003ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,3,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5003ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5003ec; -webkit-box-shadow: 1px 1px 3px 2px #5003ec; box-shadow: 1px 1px 3px 2px #5003ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,3,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5003ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5003ec; -webkit-box-shadow: 1px 1px 3px 2px #5003ec; box-shadow: 1px 1px 3px 2px #5003ec;">
Div content here</div>
This div box has shadow with color #5003ec
Comments
No comments written yet.
Please login to write comment.