Color spaces of #5313bf
RGB | 83 | 19 | 191 |
---|---|---|---|
HSL | 0.73 | 0.82 | 0.41 |
HSV | 262° | 90° | 75° |
CMYK | 0.57 | 0.90 | 0.00 0.25 |
XYZ | 13.2041 | 6.0663 | 49.7652 |
Yxy | 6.0663 | 0.1913 | 0.0879 |
Hunter Lab | 24.6299 | 52.5918 | -102.5559 |
CIE-Lab | 29.5791 | 62.4948 | -75.4737 |
#5313bf color RGB value is (83,19,191).
#5313bf hex color red value is 83, green value is 19 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5313bf hue: 0.73 , saturation: 0.82 and the lightness value of 5313bf is 0.41.
The process color (four color CMYK) of #5313bf color hex is 0.57, 0.90, 0.00, 0.25. Web safe color of #5313bf is #6600cc. Color #5313bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00010011 | 10111111 |
Octal | 123 | 23 | 277 |
Decimal | 83 | 19 | 191 |
Hex | 53 | 13 | BF |
Shades of #5313bf
Tints of #5313bf
RGB Percentages of Color #5313bf
CMYK Percentages of Color #5313bf
Complementary Color
#5313bf | #7fbf13 |
#5313bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5313bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5313bf Color CSS Codes
.mybgcolor {background-color:#5313bf; } .myforecolor {color:#5313bf; } .mybordercolor {border:3px solid #5313bf; }
#5313bf Text Font Color
<p style="color:#5313bf">Text here</p>
This sample text font color is #5313bf
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.
#5313bf Background Color
<div style="background-color:#5313bf">
Div content here</div>
This div background color is #5313bf
#5313bf Border Color
<div style="border:3px solid #5313bf">
Div here</div>
This div border color is #5313bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,19,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5313bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5313bf; -webkit-box-shadow: 1px 1px 3px 2px #5313bf; box-shadow: 1px 1px 3px 2px #5313bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,19,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5313bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5313bf; -webkit-box-shadow: 1px 1px 3px 2px #5313bf; box-shadow: 1px 1px 3px 2px #5313bf;">
Div content here</div>
This div box has shadow with color #5313bf
Comments
No comments written yet.
Please login to write comment.