Color spaces of #923eab
RGB | 146 | 62 | 171 |
---|---|---|---|
HSL | 0.80 | 0.47 | 0.46 |
HSV | 286° | 64° | 67° |
CMYK | 0.15 | 0.64 | 0.00 0.33 |
XYZ | 20.9274 | 12.4965 | 39.8372 |
Yxy | 12.4965 | 0.2857 | 0.1706 |
Hunter Lab | 35.3504 | 43.8087 | -42.0700 |
CIE-Lab | 41.9946 | 51.9459 | -43.0544 |
#923eab color RGB value is (146,62,171).
#923eab hex color red value is 146, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #923eab hue: 0.80 , saturation: 0.47 and the lightness value of 923eab is 0.46.
The process color (four color CMYK) of #923eab color hex is 0.15, 0.64, 0.00, 0.33. Web safe color of #923eab is #993399. Color #923eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 00111110 | 10101011 |
Octal | 222 | 76 | 253 |
Decimal | 146 | 62 | 171 |
Hex | 92 | 3E | AB |
Shades of #923eab
Tints of #923eab
RGB Percentages of Color #923eab
CMYK Percentages of Color #923eab
Complementary Color
#923eab | #57ab3e |
#923eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#923eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#923eab Color CSS Codes
.mybgcolor {background-color:#923eab; } .myforecolor {color:#923eab; } .mybordercolor {border:3px solid #923eab; }
#923eab Text Font Color
<p style="color:#923eab">Text here</p>
This sample text font color is #923eab
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.
#923eab Background Color
<div style="background-color:#923eab">
Div content here</div>
This div background color is #923eab
#923eab Border Color
<div style="border:3px solid #923eab">
Div here</div>
This div border color is #923eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,62,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #923eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #923eab; -webkit-box-shadow: 1px 1px 3px 2px #923eab; box-shadow: 1px 1px 3px 2px #923eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,62,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 #923eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #923eab; -webkit-box-shadow: 1px 1px 3px 2px #923eab; box-shadow: 1px 1px 3px 2px #923eab;">
Div content here</div>
This div box has shadow with color #923eab
Comments
No comments written yet.
Please login to write comment.