Color spaces of #9e9bdc
RGB | 158 | 155 | 220 |
---|---|---|---|
HSL | 0.67 | 0.48 | 0.74 |
HSV | 243° | 30° | 86° |
CMYK | 0.28 | 0.30 | 0.00 0.14 |
XYZ | 38.7402 | 35.8791 | 72.5937 |
Yxy | 35.8791 | 0.2632 | 0.2437 |
Hunter Lab | 59.8992 | 10.6226 | -29.9260 |
CIE-Lab | 66.4274 | 15.4280 | -32.6038 |
#9e9bdc color RGB value is (158,155,220).
#9e9bdc hex color red value is 158, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9e9bdc hue: 0.67 , saturation: 0.48 and the lightness value of 9e9bdc is 0.74.
The process color (four color CMYK) of #9e9bdc color hex is 0.28, 0.30, 0.00, 0.14. Web safe color of #9e9bdc is #9999cc. Color #9e9bdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10011011 | 11011100 |
Octal | 236 | 233 | 334 |
Decimal | 158 | 155 | 220 |
Hex | 9E | 9B | DC |
Shades of #9e9bdc
Tints of #9e9bdc
RGB Percentages of Color #9e9bdc
CMYK Percentages of Color #9e9bdc
Complementary Color
#9e9bdc | #d9dc9b |
#9e9bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9e9bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9e9bdc Color CSS Codes
.mybgcolor {background-color:#9e9bdc; } .myforecolor {color:#9e9bdc; } .mybordercolor {border:3px solid #9e9bdc; }
#9e9bdc Text Font Color
<p style="color:#9e9bdc">Text here</p>
This sample text font color is #9e9bdc
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.
#9e9bdc Background Color
<div style="background-color:#9e9bdc">
Div content here</div>
This div background color is #9e9bdc
#9e9bdc Border Color
<div style="border:3px solid #9e9bdc">
Div here</div>
This div border color is #9e9bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,155,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9e9bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9e9bdc; -webkit-box-shadow: 1px 1px 3px 2px #9e9bdc; box-shadow: 1px 1px 3px 2px #9e9bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,155,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9e9bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9e9bdc; -webkit-box-shadow: 1px 1px 3px 2px #9e9bdc; box-shadow: 1px 1px 3px 2px #9e9bdc;">
Div content here</div>
This div box has shadow with color #9e9bdc
Comments
No comments written yet.
Please login to write comment.