Color spaces of #938dfa
RGB | 147 | 141 | 250 |
---|---|---|---|
HSL | 0.68 | 0.92 | 0.77 |
HSV | 243° | 44° | 98° |
CMYK | 0.41 | 0.44 | 0.00 0.02 |
XYZ | 38.8128 | 32.1549 | 94.6033 |
Yxy | 32.1549 | 0.2344 | 0.1942 |
Hunter Lab | 56.7053 | 22.9428 | -59.2218 |
CIE-Lab | 63.4707 | 28.4040 | -53.8256 |
#938dfa color RGB value is (147,141,250).
#938dfa hex color red value is 147, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #938dfa hue: 0.68 , saturation: 0.92 and the lightness value of 938dfa is 0.77.
The process color (four color CMYK) of #938dfa color hex is 0.41, 0.44, 0.00, 0.02. Web safe color of #938dfa is #9999ff. Color #938dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10001101 | 11111010 |
Octal | 223 | 215 | 372 |
Decimal | 147 | 141 | 250 |
Hex | 93 | 8D | FA |
Shades of #938dfa
Tints of #938dfa
RGB Percentages of Color #938dfa
CMYK Percentages of Color #938dfa
Complementary Color
#938dfa | #f4fa8d |
#938dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#938dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#938dfa Color CSS Codes
.mybgcolor {background-color:#938dfa; } .myforecolor {color:#938dfa; } .mybordercolor {border:3px solid #938dfa; }
#938dfa Text Font Color
<p style="color:#938dfa">Text here</p>
This sample text font color is #938dfa
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.
#938dfa Background Color
<div style="background-color:#938dfa">
Div content here</div>
This div background color is #938dfa
#938dfa Border Color
<div style="border:3px solid #938dfa">
Div here</div>
This div border color is #938dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,141,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #938dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #938dfa; -webkit-box-shadow: 1px 1px 3px 2px #938dfa; box-shadow: 1px 1px 3px 2px #938dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,141,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #938dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #938dfa; -webkit-box-shadow: 1px 1px 3px 2px #938dfa; box-shadow: 1px 1px 3px 2px #938dfa;">
Div content here</div>
This div box has shadow with color #938dfa
Comments
No comments written yet.
Please login to write comment.