Color spaces of #925abd
RGB | 146 | 90 | 189 |
---|---|---|---|
HSL | 0.76 | 0.43 | 0.55 |
HSV | 274° | 52° | 74° |
CMYK | 0.23 | 0.52 | 0.00 0.26 |
XYZ | 24.6955 | 17.0974 | 50.1427 |
Yxy | 17.0974 | 0.2686 | 0.1860 |
Hunter Lab | 41.3490 | 34.2475 | -42.9549 |
CIE-Lab | 48.3825 | 41.5423 | -43.4425 |
#925abd color RGB value is (146,90,189).
#925abd hex color red value is 146, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #925abd hue: 0.76 , saturation: 0.43 and the lightness value of 925abd is 0.55.
The process color (four color CMYK) of #925abd color hex is 0.23, 0.52, 0.00, 0.26. Web safe color of #925abd is #9966cc. Color #925abd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 01011010 | 10111101 |
Octal | 222 | 132 | 275 |
Decimal | 146 | 90 | 189 |
Hex | 92 | 5A | BD |
Shades of #925abd
Tints of #925abd
RGB Percentages of Color #925abd
CMYK Percentages of Color #925abd
Complementary Color
#925abd | #85bd5a |
#925abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#925abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#925abd Color CSS Codes
.mybgcolor {background-color:#925abd; } .myforecolor {color:#925abd; } .mybordercolor {border:3px solid #925abd; }
#925abd Text Font Color
<p style="color:#925abd">Text here</p>
This sample text font color is #925abd
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.
#925abd Background Color
<div style="background-color:#925abd">
Div content here</div>
This div background color is #925abd
#925abd Border Color
<div style="border:3px solid #925abd">
Div here</div>
This div border color is #925abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,90,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #925abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #925abd; -webkit-box-shadow: 1px 1px 3px 2px #925abd; box-shadow: 1px 1px 3px 2px #925abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,90,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 #925abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #925abd; -webkit-box-shadow: 1px 1px 3px 2px #925abd; box-shadow: 1px 1px 3px 2px #925abd;">
Div content here</div>
This div box has shadow with color #925abd
Comments
No comments written yet.
Please login to write comment.