Color spaces of #691abd
RGB | 105 | 26 | 189 |
---|---|---|---|
HSL | 0.75 | 0.76 | 0.42 |
HSV | 269° | 86° | 74° |
CMYK | 0.44 | 0.86 | 0.00 0.26 |
XYZ | 15.3804 | 7.4162 | 48.7649 |
Yxy | 7.4162 | 0.2149 | 0.1036 |
Hunter Lab | 27.2327 | 53.1554 | -87.1062 |
CIE-Lab | 32.7362 | 62.3966 | -68.9912 |
#691abd color RGB value is (105,26,189).
#691abd hex color red value is 105, green value is 26 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #691abd hue: 0.75 , saturation: 0.76 and the lightness value of 691abd is 0.42.
The process color (four color CMYK) of #691abd color hex is 0.44, 0.86, 0.00, 0.26. Web safe color of #691abd is #6633cc. Color #691abd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00011010 | 10111101 |
Octal | 151 | 32 | 275 |
Decimal | 105 | 26 | 189 |
Hex | 69 | 1A | BD |
Shades of #691abd
Tints of #691abd
RGB Percentages of Color #691abd
CMYK Percentages of Color #691abd
Complementary Color
#691abd | #6ebd1a |
#691abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#691abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#691abd Color CSS Codes
.mybgcolor {background-color:#691abd; } .myforecolor {color:#691abd; } .mybordercolor {border:3px solid #691abd; }
#691abd Text Font Color
<p style="color:#691abd">Text here</p>
This sample text font color is #691abd
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.
#691abd Background Color
<div style="background-color:#691abd">
Div content here</div>
This div background color is #691abd
#691abd Border Color
<div style="border:3px solid #691abd">
Div here</div>
This div border color is #691abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,26,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #691abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #691abd; -webkit-box-shadow: 1px 1px 3px 2px #691abd; box-shadow: 1px 1px 3px 2px #691abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,26,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #691abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #691abd; -webkit-box-shadow: 1px 1px 3px 2px #691abd; box-shadow: 1px 1px 3px 2px #691abd;">
Div content here</div>
This div box has shadow with color #691abd
Comments
No comments written yet.
Please login to write comment.