Color spaces of #531beb
RGB | 83 | 27 | 235 |
---|---|---|---|
HSL | 0.71 | 0.84 | 0.51 |
HSV | 256° | 89° | 92° |
CMYK | 0.65 | 0.89 | 0.00 0.08 |
XYZ | 18.9546 | 8.6210 | 79.2623 |
Yxy | 8.6210 | 0.1774 | 0.0807 |
Hunter Lab | 29.3615 | 63.8496 | -139.5019 |
CIE-Lab | 35.2441 | 71.2408 | -91.5623 |
#531beb color RGB value is (83,27,235).
#531beb hex color red value is 83, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #531beb hue: 0.71 , saturation: 0.84 and the lightness value of 531beb is 0.51.
The process color (four color CMYK) of #531beb color hex is 0.65, 0.89, 0.00, 0.08. Web safe color of #531beb is #6633ff. Color #531beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00011011 | 11101011 |
Octal | 123 | 33 | 353 |
Decimal | 83 | 27 | 235 |
Hex | 53 | 1B | EB |
Shades of #531beb
Tints of #531beb
RGB Percentages of Color #531beb
CMYK Percentages of Color #531beb
Complementary Color
#531beb | #b3eb1b |
#531beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#531beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#531beb Color CSS Codes
.mybgcolor {background-color:#531beb; } .myforecolor {color:#531beb; } .mybordercolor {border:3px solid #531beb; }
#531beb Text Font Color
<p style="color:#531beb">Text here</p>
This sample text font color is #531beb
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.
#531beb Background Color
<div style="background-color:#531beb">
Div content here</div>
This div background color is #531beb
#531beb Border Color
<div style="border:3px solid #531beb">
Div here</div>
This div border color is #531beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,27,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #531beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #531beb; -webkit-box-shadow: 1px 1px 3px 2px #531beb; box-shadow: 1px 1px 3px 2px #531beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,27,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #531beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #531beb; -webkit-box-shadow: 1px 1px 3px 2px #531beb; box-shadow: 1px 1px 3px 2px #531beb;">
Div content here</div>
This div box has shadow with color #531beb
Comments
No comments written yet.
Please login to write comment.