Color spaces of #936fce
RGB | 147 | 111 | 206 |
---|---|---|---|
HSL | 0.73 | 0.49 | 0.62 |
HSV | 263° | 46° | 81° |
CMYK | 0.29 | 0.46 | 0.00 0.19 |
XYZ | 28.8576 | 22.0282 | 61.1234 |
Yxy | 22.0282 | 0.2576 | 0.1967 |
Hunter Lab | 46.9342 | 27.6162 | -44.3607 |
CIE-Lab | 54.0569 | 34.0857 | -44.1977 |
#936fce color RGB value is (147,111,206).
#936fce hex color red value is 147, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #936fce hue: 0.73 , saturation: 0.49 and the lightness value of 936fce is 0.62.
The process color (four color CMYK) of #936fce color hex is 0.29, 0.46, 0.00, 0.19. Web safe color of #936fce is #9966cc. Color #936fce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01101111 | 11001110 |
Octal | 223 | 157 | 316 |
Decimal | 147 | 111 | 206 |
Hex | 93 | 6F | CE |
Shades of #936fce
Tints of #936fce
RGB Percentages of Color #936fce
CMYK Percentages of Color #936fce
Complementary Color
#936fce | #aace6f |
#936fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#936fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#936fce Color CSS Codes
.mybgcolor {background-color:#936fce; } .myforecolor {color:#936fce; } .mybordercolor {border:3px solid #936fce; }
#936fce Text Font Color
<p style="color:#936fce">Text here</p>
This sample text font color is #936fce
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.
#936fce Background Color
<div style="background-color:#936fce">
Div content here</div>
This div background color is #936fce
#936fce Border Color
<div style="border:3px solid #936fce">
Div here</div>
This div border color is #936fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,111,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #936fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #936fce; -webkit-box-shadow: 1px 1px 3px 2px #936fce; box-shadow: 1px 1px 3px 2px #936fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,111,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #936fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #936fce; -webkit-box-shadow: 1px 1px 3px 2px #936fce; box-shadow: 1px 1px 3px 2px #936fce;">
Div content here</div>
This div box has shadow with color #936fce
Comments
No comments written yet.
Please login to write comment.