Color spaces of #908bec
RGB | 144 | 139 | 236 |
---|---|---|---|
HSL | 0.68 | 0.72 | 0.74 |
HSV | 243° | 41° | 93° |
CMYK | 0.39 | 0.41 | 0.00 0.07 |
XYZ | 35.8745 | 30.4507 | 83.3437 |
Yxy | 30.4507 | 0.2397 | 0.2035 |
Hunter Lab | 55.1822 | 19.4760 | -50.9204 |
CIE-Lab | 62.0412 | 24.9583 | -48.3970 |
#908bec color RGB value is (144,139,236).
#908bec hex color red value is 144, green value is 139 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #908bec hue: 0.68 , saturation: 0.72 and the lightness value of 908bec is 0.74.
The process color (four color CMYK) of #908bec color hex is 0.39, 0.41, 0.00, 0.07. Web safe color of #908bec is #9999ff. Color #908bec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10001011 | 11101100 |
Octal | 220 | 213 | 354 |
Decimal | 144 | 139 | 236 |
Hex | 90 | 8B | EC |
Shades of #908bec
Tints of #908bec
RGB Percentages of Color #908bec
CMYK Percentages of Color #908bec
Complementary Color
#908bec | #e7ec8b |
#908bec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#908bec Color Preview on White Background
Lorem ipsum dolor sit amet.
#908bec Color CSS Codes
.mybgcolor {background-color:#908bec; } .myforecolor {color:#908bec; } .mybordercolor {border:3px solid #908bec; }
#908bec Text Font Color
<p style="color:#908bec">Text here</p>
This sample text font color is #908bec
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.
#908bec Background Color
<div style="background-color:#908bec">
Div content here</div>
This div background color is #908bec
#908bec Border Color
<div style="border:3px solid #908bec">
Div here</div>
This div border color is #908bec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,139,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #908bec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #908bec; -webkit-box-shadow: 1px 1px 3px 2px #908bec; box-shadow: 1px 1px 3px 2px #908bec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,139,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #908bec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #908bec; -webkit-box-shadow: 1px 1px 3px 2px #908bec; box-shadow: 1px 1px 3px 2px #908bec;">
Div content here</div>
This div box has shadow with color #908bec
Comments
No comments written yet.
Please login to write comment.