Color spaces of #9489eb
RGB | 148 | 137 | 235 |
---|---|---|---|
HSL | 0.69 | 0.71 | 0.73 |
HSV | 247° | 42° | 92° |
CMYK | 0.37 | 0.42 | 0.00 0.08 |
XYZ | 36.1538 | 30.1854 | 82.5181 |
Yxy | 30.1854 | 0.2429 | 0.2028 |
Hunter Lab | 54.9412 | 21.3138 | -50.5908 |
CIE-Lab | 61.8139 | 26.8733 | -48.1828 |
#9489eb color RGB value is (148,137,235).
#9489eb hex color red value is 148, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9489eb hue: 0.69 , saturation: 0.71 and the lightness value of 9489eb is 0.73.
The process color (four color CMYK) of #9489eb color hex is 0.37, 0.42, 0.00, 0.08. Web safe color of #9489eb is #9999ff. Color #9489eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10001001 | 11101011 |
Octal | 224 | 211 | 353 |
Decimal | 148 | 137 | 235 |
Hex | 94 | 89 | EB |
Shades of #9489eb
Tints of #9489eb
RGB Percentages of Color #9489eb
CMYK Percentages of Color #9489eb
Complementary Color
#9489eb | #e0eb89 |
#9489eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9489eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9489eb Color CSS Codes
.mybgcolor {background-color:#9489eb; } .myforecolor {color:#9489eb; } .mybordercolor {border:3px solid #9489eb; }
#9489eb Text Font Color
<p style="color:#9489eb">Text here</p>
This sample text font color is #9489eb
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.
#9489eb Background Color
<div style="background-color:#9489eb">
Div content here</div>
This div background color is #9489eb
#9489eb Border Color
<div style="border:3px solid #9489eb">
Div here</div>
This div border color is #9489eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,137,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9489eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9489eb; -webkit-box-shadow: 1px 1px 3px 2px #9489eb; box-shadow: 1px 1px 3px 2px #9489eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,137,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9489eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9489eb; -webkit-box-shadow: 1px 1px 3px 2px #9489eb; box-shadow: 1px 1px 3px 2px #9489eb;">
Div content here</div>
This div box has shadow with color #9489eb
Comments
No comments written yet.
Please login to write comment.