Color spaces of #935bdf
RGB | 147 | 91 | 223 |
---|---|---|---|
HSL | 0.74 | 0.67 | 0.62 |
HSV | 265° | 59° | 87° |
CMYK | 0.34 | 0.59 | 0.00 0.13 |
XYZ | 29.0930 | 19.0129 | 71.9485 |
Yxy | 19.0129 | 0.2423 | 0.1584 |
Hunter Lab | 43.6038 | 42.7909 | -67.3089 |
CIE-Lab | 50.7023 | 49.4566 | -59.1970 |
#935bdf color RGB value is (147,91,223).
#935bdf hex color red value is 147, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #935bdf hue: 0.74 , saturation: 0.67 and the lightness value of 935bdf is 0.62.
The process color (four color CMYK) of #935bdf color hex is 0.34, 0.59, 0.00, 0.13. Web safe color of #935bdf is #9966cc. Color #935bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01011011 | 11011111 |
Octal | 223 | 133 | 337 |
Decimal | 147 | 91 | 223 |
Hex | 93 | 5B | DF |
Shades of #935bdf
Tints of #935bdf
RGB Percentages of Color #935bdf
CMYK Percentages of Color #935bdf
Complementary Color
#935bdf | #a7df5b |
#935bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#935bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#935bdf Color CSS Codes
.mybgcolor {background-color:#935bdf; } .myforecolor {color:#935bdf; } .mybordercolor {border:3px solid #935bdf; }
#935bdf Text Font Color
<p style="color:#935bdf">Text here</p>
This sample text font color is #935bdf
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.
#935bdf Background Color
<div style="background-color:#935bdf">
Div content here</div>
This div background color is #935bdf
#935bdf Border Color
<div style="border:3px solid #935bdf">
Div here</div>
This div border color is #935bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,91,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #935bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #935bdf; -webkit-box-shadow: 1px 1px 3px 2px #935bdf; box-shadow: 1px 1px 3px 2px #935bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,91,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #935bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #935bdf; -webkit-box-shadow: 1px 1px 3px 2px #935bdf; box-shadow: 1px 1px 3px 2px #935bdf;">
Div content here</div>
This div box has shadow with color #935bdf
Comments
No comments written yet.
Please login to write comment.