Color spaces of #969bfd
RGB | 150 | 155 | 253 |
---|---|---|---|
HSL | 0.66 | 0.96 | 0.79 |
HSV | 237° | 41° | 99° |
CMYK | 0.41 | 0.39 | 0.00 0.01 |
XYZ | 42.0286 | 37.0186 | 97.8587 |
Yxy | 37.0186 | 0.2376 | 0.2093 |
Hunter Lab | 60.8429 | 16.8278 | -52.7710 |
CIE-Lab | 67.2910 | 21.9116 | -49.4034 |
#969bfd color RGB value is (150,155,253).
#969bfd hex color red value is 150, green value is 155 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #969bfd hue: 0.66 , saturation: 0.96 and the lightness value of 969bfd is 0.79.
The process color (four color CMYK) of #969bfd color hex is 0.41, 0.39, 0.00, 0.01. Web safe color of #969bfd is #9999ff. Color #969bfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10011011 | 11111101 |
Octal | 226 | 233 | 375 |
Decimal | 150 | 155 | 253 |
Hex | 96 | 9B | FD |
Shades of #969bfd
Tints of #969bfd
RGB Percentages of Color #969bfd
CMYK Percentages of Color #969bfd
Complementary Color
#969bfd | #fdf896 |
#969bfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#969bfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#969bfd Color CSS Codes
.mybgcolor {background-color:#969bfd; } .myforecolor {color:#969bfd; } .mybordercolor {border:3px solid #969bfd; }
#969bfd Text Font Color
<p style="color:#969bfd">Text here</p>
This sample text font color is #969bfd
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.
#969bfd Background Color
<div style="background-color:#969bfd">
Div content here</div>
This div background color is #969bfd
#969bfd Border Color
<div style="border:3px solid #969bfd">
Div here</div>
This div border color is #969bfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,155,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #969bfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #969bfd; -webkit-box-shadow: 1px 1px 3px 2px #969bfd; box-shadow: 1px 1px 3px 2px #969bfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,155,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #969bfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #969bfd; -webkit-box-shadow: 1px 1px 3px 2px #969bfd; box-shadow: 1px 1px 3px 2px #969bfd;">
Div content here</div>
This div box has shadow with color #969bfd
Comments
No comments written yet.
Please login to write comment.