Color spaces of #5314ed
RGB | 83 | 20 | 237 |
---|---|---|---|
HSL | 0.72 | 0.86 | 0.50 |
HSV | 257° | 92° | 93° |
CMYK | 0.65 | 0.92 | 0.00 0.07 |
XYZ | 19.1035 | 8.4537 | 80.7456 |
Yxy | 8.4537 | 0.1764 | 0.0781 |
Hunter Lab | 29.0752 | 66.3993 | -144.3031 |
CIE-Lab | 34.9104 | 73.4419 | -93.2530 |
#5314ed color RGB value is (83,20,237).
#5314ed hex color red value is 83, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5314ed hue: 0.72 , saturation: 0.86 and the lightness value of 5314ed is 0.50.
The process color (four color CMYK) of #5314ed color hex is 0.65, 0.92, 0.00, 0.07. Web safe color of #5314ed is #6600ff. Color #5314ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00010100 | 11101101 |
Octal | 123 | 24 | 355 |
Decimal | 83 | 20 | 237 |
Hex | 53 | 14 | ED |
Shades of #5314ed
Tints of #5314ed
RGB Percentages of Color #5314ed
CMYK Percentages of Color #5314ed
Complementary Color
#5314ed | #aeed14 |
#5314ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5314ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#5314ed Color CSS Codes
.mybgcolor {background-color:#5314ed; } .myforecolor {color:#5314ed; } .mybordercolor {border:3px solid #5314ed; }
#5314ed Text Font Color
<p style="color:#5314ed">Text here</p>
This sample text font color is #5314ed
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.
#5314ed Background Color
<div style="background-color:#5314ed">
Div content here</div>
This div background color is #5314ed
#5314ed Border Color
<div style="border:3px solid #5314ed">
Div here</div>
This div border color is #5314ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,20,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5314ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5314ed; -webkit-box-shadow: 1px 1px 3px 2px #5314ed; box-shadow: 1px 1px 3px 2px #5314ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,20,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5314ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5314ed; -webkit-box-shadow: 1px 1px 3px 2px #5314ed; box-shadow: 1px 1px 3px 2px #5314ed;">
Div content here</div>
This div box has shadow with color #5314ed
Comments
No comments written yet.
Please login to write comment.