Color spaces of #937baa
RGB | 147 | 123 | 170 |
---|---|---|---|
HSL | 0.75 | 0.22 | 0.57 |
HSV | 271° | 28° | 67° |
CMYK | 0.14 | 0.28 | 0.00 0.33 |
XYZ | 26.3713 | 23.2712 | 41.1321 |
Yxy | 23.2712 | 0.2905 | 0.2564 |
Hunter Lab | 48.2402 | 13.1595 | -16.7855 |
CIE-Lab | 55.3506 | 18.5670 | -21.5602 |
#937baa color RGB value is (147,123,170).
#937baa hex color red value is 147, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #937baa hue: 0.75 , saturation: 0.22 and the lightness value of 937baa is 0.57.
The process color (four color CMYK) of #937baa color hex is 0.14, 0.28, 0.00, 0.33. Web safe color of #937baa is #996699. Color #937baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01111011 | 10101010 |
Octal | 223 | 173 | 252 |
Decimal | 147 | 123 | 170 |
Hex | 93 | 7B | AA |
Shades of #937baa
Tints of #937baa
RGB Percentages of Color #937baa
CMYK Percentages of Color #937baa
Complementary Color
#937baa | #92aa7b |
#937baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#937baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#937baa Color CSS Codes
.mybgcolor {background-color:#937baa; } .myforecolor {color:#937baa; } .mybordercolor {border:3px solid #937baa; }
#937baa Text Font Color
<p style="color:#937baa">Text here</p>
This sample text font color is #937baa
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.
#937baa Background Color
<div style="background-color:#937baa">
Div content here</div>
This div background color is #937baa
#937baa Border Color
<div style="border:3px solid #937baa">
Div here</div>
This div border color is #937baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,123,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #937baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #937baa; -webkit-box-shadow: 1px 1px 3px 2px #937baa; box-shadow: 1px 1px 3px 2px #937baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,123,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #937baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #937baa; -webkit-box-shadow: 1px 1px 3px 2px #937baa; box-shadow: 1px 1px 3px 2px #937baa;">
Div content here</div>
This div box has shadow with color #937baa
Comments
No comments written yet.
Please login to write comment.