Color spaces of #691beb
RGB | 105 | 27 | 235 |
---|---|---|---|
HSL | 0.73 | 0.84 | 0.51 |
HSV | 263° | 89° | 92° |
CMYK | 0.55 | 0.89 | 0.00 0.08 |
XYZ | 21.2130 | 9.7853 | 79.3680 |
Yxy | 9.7853 | 0.1922 | 0.0887 |
Hunter Lab | 31.2815 | 66.3042 | -128.5348 |
CIE-Lab | 37.4543 | 72.8834 | -87.8316 |
#691beb color RGB value is (105,27,235).
#691beb hex color red value is 105, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #691beb hue: 0.73 , saturation: 0.84 and the lightness value of 691beb is 0.51.
The process color (four color CMYK) of #691beb color hex is 0.55, 0.89, 0.00, 0.08. Web safe color of #691beb is #6633ff. Color #691beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00011011 | 11101011 |
Octal | 151 | 33 | 353 |
Decimal | 105 | 27 | 235 |
Hex | 69 | 1B | EB |
Shades of #691beb
Tints of #691beb
RGB Percentages of Color #691beb
CMYK Percentages of Color #691beb
Complementary Color
#691beb | #9deb1b |
#691beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#691beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#691beb Color CSS Codes
.mybgcolor {background-color:#691beb; } .myforecolor {color:#691beb; } .mybordercolor {border:3px solid #691beb; }
#691beb Text Font Color
<p style="color:#691beb">Text here</p>
This sample text font color is #691beb
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.
#691beb Background Color
<div style="background-color:#691beb">
Div content here</div>
This div background color is #691beb
#691beb Border Color
<div style="border:3px solid #691beb">
Div here</div>
This div border color is #691beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,27,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #691beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #691beb; -webkit-box-shadow: 1px 1px 3px 2px #691beb; box-shadow: 1px 1px 3px 2px #691beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,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 #691beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #691beb; -webkit-box-shadow: 1px 1px 3px 2px #691beb; box-shadow: 1px 1px 3px 2px #691beb;">
Div content here</div>
This div box has shadow with color #691beb
Comments
No comments written yet.
Please login to write comment.