Color spaces of #939ffd
RGB | 147 | 159 | 253 |
---|---|---|---|
HSL | 0.65 | 0.96 | 0.78 |
HSV | 233° | 42° | 99° |
CMYK | 0.42 | 0.37 | 0.00 0.01 |
XYZ | 42.1604 | 38.0912 | 98.0587 |
Yxy | 38.0912 | 0.2364 | 0.2136 |
Hunter Lab | 61.7181 | 13.9290 | -50.9983 |
CIE-Lab | 68.0878 | 18.8749 | -48.1610 |
#939ffd color RGB value is (147,159,253).
#939ffd hex color red value is 147, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #939ffd hue: 0.65 , saturation: 0.96 and the lightness value of 939ffd is 0.78.
The process color (four color CMYK) of #939ffd color hex is 0.42, 0.37, 0.00, 0.01. Web safe color of #939ffd is #9999ff. Color #939ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10011111 | 11111101 |
Octal | 223 | 237 | 375 |
Decimal | 147 | 159 | 253 |
Hex | 93 | 9F | FD |
Shades of #939ffd
Tints of #939ffd
RGB Percentages of Color #939ffd
CMYK Percentages of Color #939ffd
Complementary Color
#939ffd | #fdf193 |
#939ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#939ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#939ffd Color CSS Codes
.mybgcolor {background-color:#939ffd; } .myforecolor {color:#939ffd; } .mybordercolor {border:3px solid #939ffd; }
#939ffd Text Font Color
<p style="color:#939ffd">Text here</p>
This sample text font color is #939ffd
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.
#939ffd Background Color
<div style="background-color:#939ffd">
Div content here</div>
This div background color is #939ffd
#939ffd Border Color
<div style="border:3px solid #939ffd">
Div here</div>
This div border color is #939ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,159,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #939ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #939ffd; -webkit-box-shadow: 1px 1px 3px 2px #939ffd; box-shadow: 1px 1px 3px 2px #939ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,159,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 #939ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #939ffd; -webkit-box-shadow: 1px 1px 3px 2px #939ffd; box-shadow: 1px 1px 3px 2px #939ffd;">
Div content here</div>
This div box has shadow with color #939ffd
Comments
No comments written yet.
Please login to write comment.