Color spaces of #906bea
RGB | 144 | 107 | 234 |
---|---|---|---|
HSL | 0.72 | 0.75 | 0.67 |
HSV | 257° | 54° | 92° |
CMYK | 0.38 | 0.54 | 0.00 0.08 |
XYZ | 31.6106 | 22.3852 | 80.4966 |
Yxy | 22.3852 | 0.2350 | 0.1664 |
Hunter Lab | 47.3130 | 36.4611 | -67.7547 |
CIE-Lab | 54.4333 | 42.8268 | -59.4065 |
#906bea color RGB value is (144,107,234).
#906bea hex color red value is 144, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #906bea hue: 0.72 , saturation: 0.75 and the lightness value of 906bea is 0.67.
The process color (four color CMYK) of #906bea color hex is 0.38, 0.54, 0.00, 0.08. Web safe color of #906bea is #9966ff. Color #906bea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 01101011 | 11101010 |
Octal | 220 | 153 | 352 |
Decimal | 144 | 107 | 234 |
Hex | 90 | 6B | EA |
Shades of #906bea
Tints of #906bea
RGB Percentages of Color #906bea
CMYK Percentages of Color #906bea
Complementary Color
#906bea | #c5ea6b |
#906bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#906bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#906bea Color CSS Codes
.mybgcolor {background-color:#906bea; } .myforecolor {color:#906bea; } .mybordercolor {border:3px solid #906bea; }
#906bea Text Font Color
<p style="color:#906bea">Text here</p>
This sample text font color is #906bea
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.
#906bea Background Color
<div style="background-color:#906bea">
Div content here</div>
This div background color is #906bea
#906bea Border Color
<div style="border:3px solid #906bea">
Div here</div>
This div border color is #906bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,107,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #906bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #906bea; -webkit-box-shadow: 1px 1px 3px 2px #906bea; box-shadow: 1px 1px 3px 2px #906bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,107,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #906bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #906bea; -webkit-box-shadow: 1px 1px 3px 2px #906bea; box-shadow: 1px 1px 3px 2px #906bea;">
Div content here</div>
This div box has shadow with color #906bea
Comments
No comments written yet.
Please login to write comment.