Color spaces of #969eea
RGB | 150 | 158 | 234 |
---|---|---|---|
HSL | 0.65 | 0.67 | 0.75 |
HSV | 234° | 36° | 92° |
CMYK | 0.36 | 0.32 | 0.00 0.08 |
XYZ | 39.6558 | 36.8783 | 82.8700 |
Yxy | 36.8783 | 0.2488 | 0.2314 |
Hunter Lab | 60.7275 | 10.2895 | -38.3991 |
CIE-Lab | 67.1856 | 15.0578 | -39.1800 |
#969eea color RGB value is (150,158,234).
#969eea hex color red value is 150, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #969eea hue: 0.65 , saturation: 0.67 and the lightness value of 969eea is 0.75.
The process color (four color CMYK) of #969eea color hex is 0.36, 0.32, 0.00, 0.08. Web safe color of #969eea is #9999ff. Color #969eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10011110 | 11101010 |
Octal | 226 | 236 | 352 |
Decimal | 150 | 158 | 234 |
Hex | 96 | 9E | EA |
Shades of #969eea
Tints of #969eea
RGB Percentages of Color #969eea
CMYK Percentages of Color #969eea
Complementary Color
#969eea | #eae296 |
#969eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#969eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#969eea Color CSS Codes
.mybgcolor {background-color:#969eea; } .myforecolor {color:#969eea; } .mybordercolor {border:3px solid #969eea; }
#969eea Text Font Color
<p style="color:#969eea">Text here</p>
This sample text font color is #969eea
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.
#969eea Background Color
<div style="background-color:#969eea">
Div content here</div>
This div background color is #969eea
#969eea Border Color
<div style="border:3px solid #969eea">
Div here</div>
This div border color is #969eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,158,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #969eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #969eea; -webkit-box-shadow: 1px 1px 3px 2px #969eea; box-shadow: 1px 1px 3px 2px #969eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,158,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 #969eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #969eea; -webkit-box-shadow: 1px 1px 3px 2px #969eea; box-shadow: 1px 1px 3px 2px #969eea;">
Div content here</div>
This div box has shadow with color #969eea
Comments
No comments written yet.
Please login to write comment.