Color spaces of #928aaf
RGB | 146 | 138 | 175 |
---|---|---|---|
HSL | 0.70 | 0.19 | 0.61 |
HSV | 253° | 21° | 69° |
CMYK | 0.17 | 0.21 | 0.00 0.31 |
XYZ | 28.6804 | 27.3831 | 44.3313 |
Yxy | 27.3831 | 0.2857 | 0.2728 |
Hunter Lab | 52.3289 | 6.2568 | -13.5983 |
CIE-Lab | 59.3273 | 10.6794 | -18.3591 |
#928aaf color RGB value is (146,138,175).
#928aaf hex color red value is 146, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #928aaf hue: 0.70 , saturation: 0.19 and the lightness value of 928aaf is 0.61.
The process color (four color CMYK) of #928aaf color hex is 0.17, 0.21, 0.00, 0.31. Web safe color of #928aaf is #999999. Color #928aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10001010 | 10101111 |
Octal | 222 | 212 | 257 |
Decimal | 146 | 138 | 175 |
Hex | 92 | 8A | AF |
Shades of #928aaf
Tints of #928aaf
RGB Percentages of Color #928aaf
CMYK Percentages of Color #928aaf
Complementary Color
#928aaf | #a7af8a |
#928aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#928aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#928aaf Color CSS Codes
.mybgcolor {background-color:#928aaf; } .myforecolor {color:#928aaf; } .mybordercolor {border:3px solid #928aaf; }
#928aaf Text Font Color
<p style="color:#928aaf">Text here</p>
This sample text font color is #928aaf
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.
#928aaf Background Color
<div style="background-color:#928aaf">
Div content here</div>
This div background color is #928aaf
#928aaf Border Color
<div style="border:3px solid #928aaf">
Div here</div>
This div border color is #928aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,138,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #928aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #928aaf; -webkit-box-shadow: 1px 1px 3px 2px #928aaf; box-shadow: 1px 1px 3px 2px #928aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,138,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #928aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #928aaf; -webkit-box-shadow: 1px 1px 3px 2px #928aaf; box-shadow: 1px 1px 3px 2px #928aaf;">
Div content here</div>
This div box has shadow with color #928aaf
Comments
No comments written yet.
Please login to write comment.