Color spaces of #908abb
RGB | 144 | 138 | 187 |
---|---|---|---|
HSL | 0.69 | 0.26 | 0.64 |
HSV | 247° | 26° | 73° |
CMYK | 0.23 | 0.26 | 0.00 0.27 |
XYZ | 29.5597 | 27.6941 | 50.8012 |
Yxy | 27.6941 | 0.2736 | 0.2563 |
Hunter Lab | 52.6252 | 8.1698 | -20.3974 |
CIE-Lab | 59.6114 | 12.8477 | -24.7556 |
#908abb color RGB value is (144,138,187).
#908abb hex color red value is 144, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #908abb hue: 0.69 , saturation: 0.26 and the lightness value of 908abb is 0.64.
The process color (four color CMYK) of #908abb color hex is 0.23, 0.26, 0.00, 0.27. Web safe color of #908abb is #9999cc. Color #908abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10001010 | 10111011 |
Octal | 220 | 212 | 273 |
Decimal | 144 | 138 | 187 |
Hex | 90 | 8A | BB |
Shades of #908abb
Tints of #908abb
RGB Percentages of Color #908abb
CMYK Percentages of Color #908abb
Complementary Color
#908abb | #b5bb8a |
#908abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#908abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#908abb Color CSS Codes
.mybgcolor {background-color:#908abb; } .myforecolor {color:#908abb; } .mybordercolor {border:3px solid #908abb; }
#908abb Text Font Color
<p style="color:#908abb">Text here</p>
This sample text font color is #908abb
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.
#908abb Background Color
<div style="background-color:#908abb">
Div content here</div>
This div background color is #908abb
#908abb Border Color
<div style="border:3px solid #908abb">
Div here</div>
This div border color is #908abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,138,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #908abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #908abb; -webkit-box-shadow: 1px 1px 3px 2px #908abb; box-shadow: 1px 1px 3px 2px #908abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,138,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #908abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #908abb; -webkit-box-shadow: 1px 1px 3px 2px #908abb; box-shadow: 1px 1px 3px 2px #908abb;">
Div content here</div>
This div box has shadow with color #908abb
Comments
No comments written yet.
Please login to write comment.