Color spaces of #906bee
RGB | 144 | 107 | 238 |
---|---|---|---|
HSL | 0.71 | 0.79 | 0.68 |
HSV | 257° | 55° | 93° |
CMYK | 0.39 | 0.55 | 0.00 0.07 |
XYZ | 32.1919 | 22.6177 | 83.5579 |
Yxy | 22.6177 | 0.2327 | 0.1635 |
Hunter Lab | 47.5581 | 37.5994 | -70.8799 |
CIE-Lab | 54.6764 | 43.8899 | -61.2516 |
#906bee color RGB value is (144,107,238).
#906bee hex color red value is 144, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #906bee hue: 0.71 , saturation: 0.79 and the lightness value of 906bee is 0.68.
The process color (four color CMYK) of #906bee color hex is 0.39, 0.55, 0.00, 0.07. Web safe color of #906bee is #9966ff. Color #906bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 01101011 | 11101110 |
Octal | 220 | 153 | 356 |
Decimal | 144 | 107 | 238 |
Hex | 90 | 6B | EE |
Shades of #906bee
Tints of #906bee
RGB Percentages of Color #906bee
CMYK Percentages of Color #906bee
Complementary Color
#906bee | #c9ee6b |
#906bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#906bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#906bee Color CSS Codes
.mybgcolor {background-color:#906bee; } .myforecolor {color:#906bee; } .mybordercolor {border:3px solid #906bee; }
#906bee Text Font Color
<p style="color:#906bee">Text here</p>
This sample text font color is #906bee
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.
#906bee Background Color
<div style="background-color:#906bee">
Div content here</div>
This div background color is #906bee
#906bee Border Color
<div style="border:3px solid #906bee">
Div here</div>
This div border color is #906bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,107,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #906bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #906bee; -webkit-box-shadow: 1px 1px 3px 2px #906bee; box-shadow: 1px 1px 3px 2px #906bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,107,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #906bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #906bee; -webkit-box-shadow: 1px 1px 3px 2px #906bee; box-shadow: 1px 1px 3px 2px #906bee;">
Div content here</div>
This div box has shadow with color #906bee
Comments
No comments written yet.
Please login to write comment.