Color spaces of #5311fe
RGB | 83 | 17 | 254 |
---|---|---|---|
HSL | 0.71 | 0.99 | 0.53 |
HSV | 257° | 93° | 100° |
CMYK | 0.67 | 0.93 | 0.00 0.00 |
XYZ | 21.6571 | 9.3957 | 94.4380 |
Yxy | 9.3957 | 0.1726 | 0.0749 |
Hunter Lab | 30.6524 | 72.4754 | -161.2118 |
CIE-Lab | 36.7353 | 78.0846 | -99.8100 |
#5311fe color RGB value is (83,17,254).
#5311fe hex color red value is 83, green value is 17 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5311fe hue: 0.71 , saturation: 0.99 and the lightness value of 5311fe is 0.53.
The process color (four color CMYK) of #5311fe color hex is 0.67, 0.93, 0.00, 0.00. Web safe color of #5311fe is #6600ff. Color #5311fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00010001 | 11111110 |
Octal | 123 | 21 | 376 |
Decimal | 83 | 17 | 254 |
Hex | 53 | 11 | FE |
Shades of #5311fe
Tints of #5311fe
RGB Percentages of Color #5311fe
CMYK Percentages of Color #5311fe
Complementary Color
#5311fe | #bcfe11 |
#5311fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5311fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5311fe Color CSS Codes
.mybgcolor {background-color:#5311fe; } .myforecolor {color:#5311fe; } .mybordercolor {border:3px solid #5311fe; }
#5311fe Text Font Color
<p style="color:#5311fe">Text here</p>
This sample text font color is #5311fe
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.
#5311fe Background Color
<div style="background-color:#5311fe">
Div content here</div>
This div background color is #5311fe
#5311fe Border Color
<div style="border:3px solid #5311fe">
Div here</div>
This div border color is #5311fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,17,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5311fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5311fe; -webkit-box-shadow: 1px 1px 3px 2px #5311fe; box-shadow: 1px 1px 3px 2px #5311fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,17,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5311fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5311fe; -webkit-box-shadow: 1px 1px 3px 2px #5311fe; box-shadow: 1px 1px 3px 2px #5311fe;">
Div content here</div>
This div box has shadow with color #5311fe
Comments
No comments written yet.
Please login to write comment.