Color spaces of #611bda
RGB | 97 | 27 | 218 |
---|---|---|---|
HSL | 0.73 | 0.78 | 0.48 |
HSV | 262° | 88° | 85° |
CMYK | 0.56 | 0.88 | 0.00 0.15 |
XYZ | 17.9766 | 8.3872 | 67.0011 |
Yxy | 8.3872 | 0.1925 | 0.0898 |
Hunter Lab | 28.9607 | 60.1182 | -116.8962 |
CIE-Lab | 34.7766 | 68.1427 | -82.5670 |
#611bda color RGB value is (97,27,218).
#611bda hex color red value is 97, green value is 27 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #611bda hue: 0.73 , saturation: 0.78 and the lightness value of 611bda is 0.48.
The process color (four color CMYK) of #611bda color hex is 0.56, 0.88, 0.00, 0.15. Web safe color of #611bda is #6633cc. Color #611bda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00011011 | 11011010 |
Octal | 141 | 33 | 332 |
Decimal | 97 | 27 | 218 |
Hex | 61 | 1B | DA |
Shades of #611bda
Tints of #611bda
RGB Percentages of Color #611bda
CMYK Percentages of Color #611bda
Complementary Color
#611bda | #94da1b |
#611bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#611bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#611bda Color CSS Codes
.mybgcolor {background-color:#611bda; } .myforecolor {color:#611bda; } .mybordercolor {border:3px solid #611bda; }
#611bda Text Font Color
<p style="color:#611bda">Text here</p>
This sample text font color is #611bda
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.
#611bda Background Color
<div style="background-color:#611bda">
Div content here</div>
This div background color is #611bda
#611bda Border Color
<div style="border:3px solid #611bda">
Div here</div>
This div border color is #611bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,27,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #611bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #611bda; -webkit-box-shadow: 1px 1px 3px 2px #611bda; box-shadow: 1px 1px 3px 2px #611bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,27,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #611bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #611bda; -webkit-box-shadow: 1px 1px 3px 2px #611bda; box-shadow: 1px 1px 3px 2px #611bda;">
Div content here</div>
This div box has shadow with color #611bda
Comments
No comments written yet.
Please login to write comment.