Color spaces of #925ebd
RGB | 146 | 94 | 189 |
---|---|---|---|
HSL | 0.76 | 0.42 | 0.55 |
HSV | 273° | 50° | 74° |
CMYK | 0.23 | 0.50 | 0.00 0.26 |
XYZ | 25.0421 | 17.7905 | 50.2582 |
Yxy | 17.7905 | 0.2690 | 0.1911 |
Hunter Lab | 42.1788 | 32.1649 | -41.1219 |
CIE-Lab | 49.2410 | 39.3277 | -42.0809 |
#925ebd color RGB value is (146,94,189).
#925ebd hex color red value is 146, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #925ebd hue: 0.76 , saturation: 0.42 and the lightness value of 925ebd is 0.55.
The process color (four color CMYK) of #925ebd color hex is 0.23, 0.50, 0.00, 0.26. Web safe color of #925ebd is #9966cc. Color #925ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 01011110 | 10111101 |
Octal | 222 | 136 | 275 |
Decimal | 146 | 94 | 189 |
Hex | 92 | 5E | BD |
Shades of #925ebd
Tints of #925ebd
RGB Percentages of Color #925ebd
CMYK Percentages of Color #925ebd
Complementary Color
#925ebd | #89bd5e |
#925ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#925ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#925ebd Color CSS Codes
.mybgcolor {background-color:#925ebd; } .myforecolor {color:#925ebd; } .mybordercolor {border:3px solid #925ebd; }
#925ebd Text Font Color
<p style="color:#925ebd">Text here</p>
This sample text font color is #925ebd
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.
#925ebd Background Color
<div style="background-color:#925ebd">
Div content here</div>
This div background color is #925ebd
#925ebd Border Color
<div style="border:3px solid #925ebd">
Div here</div>
This div border color is #925ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,94,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #925ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #925ebd; -webkit-box-shadow: 1px 1px 3px 2px #925ebd; box-shadow: 1px 1px 3px 2px #925ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,94,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 #925ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #925ebd; -webkit-box-shadow: 1px 1px 3px 2px #925ebd; box-shadow: 1px 1px 3px 2px #925ebd;">
Div content here</div>
This div box has shadow with color #925ebd
Comments
No comments written yet.
Please login to write comment.