Color spaces of #531ebc
RGB | 83 | 30 | 188 |
---|---|---|---|
HSL | 0.72 | 0.72 | 0.43 |
HSV | 260° | 84° | 74° |
CMYK | 0.56 | 0.84 | 0.00 0.26 |
XYZ | 13.1087 | 6.3984 | 48.1211 |
Yxy | 6.3984 | 0.1938 | 0.0946 |
Hunter Lab | 25.2951 | 48.2380 | -95.0862 |
CIE-Lab | 30.3961 | 58.3480 | -72.3494 |
#531ebc color RGB value is (83,30,188).
#531ebc hex color red value is 83, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #531ebc hue: 0.72 , saturation: 0.72 and the lightness value of 531ebc is 0.43.
The process color (four color CMYK) of #531ebc color hex is 0.56, 0.84, 0.00, 0.26. Web safe color of #531ebc is #6633cc. Color #531ebc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00011110 | 10111100 |
Octal | 123 | 36 | 274 |
Decimal | 83 | 30 | 188 |
Hex | 53 | 1E | BC |
Shades of #531ebc
Tints of #531ebc
RGB Percentages of Color #531ebc
CMYK Percentages of Color #531ebc
Complementary Color
#531ebc | #87bc1e |
#531ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#531ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#531ebc Color CSS Codes
.mybgcolor {background-color:#531ebc; } .myforecolor {color:#531ebc; } .mybordercolor {border:3px solid #531ebc; }
#531ebc Text Font Color
<p style="color:#531ebc">Text here</p>
This sample text font color is #531ebc
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.
#531ebc Background Color
<div style="background-color:#531ebc">
Div content here</div>
This div background color is #531ebc
#531ebc Border Color
<div style="border:3px solid #531ebc">
Div here</div>
This div border color is #531ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,30,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #531ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #531ebc; -webkit-box-shadow: 1px 1px 3px 2px #531ebc; box-shadow: 1px 1px 3px 2px #531ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,30,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #531ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #531ebc; -webkit-box-shadow: 1px 1px 3px 2px #531ebc; box-shadow: 1px 1px 3px 2px #531ebc;">
Div content here</div>
This div box has shadow with color #531ebc
Comments
No comments written yet.
Please login to write comment.