Color spaces of #934bdd
RGB | 147 | 75 | 221 |
---|---|---|---|
HSL | 0.75 | 0.68 | 0.58 |
HSV | 270° | 66° | 87° |
CMYK | 0.33 | 0.66 | 0.00 0.13 |
XYZ | 27.5998 | 16.4557 | 70.1282 |
Yxy | 16.4557 | 0.2417 | 0.1441 |
Hunter Lab | 40.5656 | 50.4569 | -74.1022 |
CIE-Lab | 47.5668 | 57.1053 | -63.1214 |
#934bdd color RGB value is (147,75,221).
#934bdd hex color red value is 147, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #934bdd hue: 0.75 , saturation: 0.68 and the lightness value of 934bdd is 0.58.
The process color (four color CMYK) of #934bdd color hex is 0.33, 0.66, 0.00, 0.13. Web safe color of #934bdd is #9933cc. Color #934bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01001011 | 11011101 |
Octal | 223 | 113 | 335 |
Decimal | 147 | 75 | 221 |
Hex | 93 | 4B | DD |
Shades of #934bdd
Tints of #934bdd
RGB Percentages of Color #934bdd
CMYK Percentages of Color #934bdd
Complementary Color
#934bdd | #95dd4b |
#934bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#934bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#934bdd Color CSS Codes
.mybgcolor {background-color:#934bdd; } .myforecolor {color:#934bdd; } .mybordercolor {border:3px solid #934bdd; }
#934bdd Text Font Color
<p style="color:#934bdd">Text here</p>
This sample text font color is #934bdd
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.
#934bdd Background Color
<div style="background-color:#934bdd">
Div content here</div>
This div background color is #934bdd
#934bdd Border Color
<div style="border:3px solid #934bdd">
Div here</div>
This div border color is #934bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,75,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #934bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #934bdd; -webkit-box-shadow: 1px 1px 3px 2px #934bdd; box-shadow: 1px 1px 3px 2px #934bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,75,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #934bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #934bdd; -webkit-box-shadow: 1px 1px 3px 2px #934bdd; box-shadow: 1px 1px 3px 2px #934bdd;">
Div content here</div>
This div box has shadow with color #934bdd
Comments
No comments written yet.
Please login to write comment.