Color spaces of #927bcc
RGB | 146 | 123 | 204 |
---|---|---|---|
HSL | 0.71 | 0.44 | 0.64 |
HSV | 257° | 40° | 80° |
CMYK | 0.28 | 0.40 | 0.00 0.20 |
XYZ | 29.8361 | 24.6365 | 60.3095 |
Yxy | 24.6365 | 0.2599 | 0.2146 |
Hunter Lab | 49.6352 | 20.4362 | -37.2960 |
CIE-Lab | 56.7195 | 26.3652 | -38.8715 |
#927bcc color RGB value is (146,123,204).
#927bcc hex color red value is 146, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #927bcc hue: 0.71 , saturation: 0.44 and the lightness value of 927bcc is 0.64.
The process color (four color CMYK) of #927bcc color hex is 0.28, 0.40, 0.00, 0.20. Web safe color of #927bcc is #9966cc. Color #927bcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 01111011 | 11001100 |
Octal | 222 | 173 | 314 |
Decimal | 146 | 123 | 204 |
Hex | 92 | 7B | CC |
Shades of #927bcc
Tints of #927bcc
RGB Percentages of Color #927bcc
CMYK Percentages of Color #927bcc
Complementary Color
#927bcc | #b5cc7b |
#927bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#927bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#927bcc Color CSS Codes
.mybgcolor {background-color:#927bcc; } .myforecolor {color:#927bcc; } .mybordercolor {border:3px solid #927bcc; }
#927bcc Text Font Color
<p style="color:#927bcc">Text here</p>
This sample text font color is #927bcc
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.
#927bcc Background Color
<div style="background-color:#927bcc">
Div content here</div>
This div background color is #927bcc
#927bcc Border Color
<div style="border:3px solid #927bcc">
Div here</div>
This div border color is #927bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,123,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #927bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #927bcc; -webkit-box-shadow: 1px 1px 3px 2px #927bcc; box-shadow: 1px 1px 3px 2px #927bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,123,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #927bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #927bcc; -webkit-box-shadow: 1px 1px 3px 2px #927bcc; box-shadow: 1px 1px 3px 2px #927bcc;">
Div content here</div>
This div box has shadow with color #927bcc
Comments
No comments written yet.
Please login to write comment.