Color spaces of #611aab
RGB | 97 | 26 | 171 |
---|---|---|---|
HSL | 0.75 | 0.74 | 0.39 |
HSV | 269° | 85° | 67° |
CMYK | 0.43 | 0.85 | 0.00 0.33 |
XYZ | 12.6498 | 6.2205 | 39.0620 |
Yxy | 6.2205 | 0.2184 | 0.1074 |
Hunter Lab | 24.9409 | 46.8869 | -75.4002 |
CIE-Lab | 29.9621 | 57.1685 | -62.8662 |
#611aab color RGB value is (97,26,171).
#611aab hex color red value is 97, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #611aab hue: 0.75 , saturation: 0.74 and the lightness value of 611aab is 0.39.
The process color (four color CMYK) of #611aab color hex is 0.43, 0.85, 0.00, 0.33. Web safe color of #611aab is #663399. Color #611aab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00011010 | 10101011 |
Octal | 141 | 32 | 253 |
Decimal | 97 | 26 | 171 |
Hex | 61 | 1A | AB |
Shades of #611aab
Tints of #611aab
RGB Percentages of Color #611aab
CMYK Percentages of Color #611aab
Complementary Color
#611aab | #64ab1a |
#611aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#611aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#611aab Color CSS Codes
.mybgcolor {background-color:#611aab; } .myforecolor {color:#611aab; } .mybordercolor {border:3px solid #611aab; }
#611aab Text Font Color
<p style="color:#611aab">Text here</p>
This sample text font color is #611aab
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.
#611aab Background Color
<div style="background-color:#611aab">
Div content here</div>
This div background color is #611aab
#611aab Border Color
<div style="border:3px solid #611aab">
Div here</div>
This div border color is #611aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,26,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #611aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #611aab; -webkit-box-shadow: 1px 1px 3px 2px #611aab; box-shadow: 1px 1px 3px 2px #611aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,26,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #611aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #611aab; -webkit-box-shadow: 1px 1px 3px 2px #611aab; box-shadow: 1px 1px 3px 2px #611aab;">
Div content here</div>
This div box has shadow with color #611aab
Comments
No comments written yet.
Please login to write comment.