Color spaces of #935aea
RGB | 147 | 90 | 234 |
---|---|---|---|
HSL | 0.73 | 0.77 | 0.64 |
HSV | 264° | 62° | 92° |
CMYK | 0.37 | 0.62 | 0.00 0.08 |
XYZ | 30.5401 | 19.4559 | 79.9876 |
Yxy | 19.4559 | 0.2350 | 0.1497 |
Hunter Lab | 44.1088 | 46.3994 | -76.6411 |
CIE-Lab | 51.2164 | 52.7375 | -64.5710 |
#935aea color RGB value is (147,90,234).
#935aea hex color red value is 147, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #935aea hue: 0.73 , saturation: 0.77 and the lightness value of 935aea is 0.64.
The process color (four color CMYK) of #935aea color hex is 0.37, 0.62, 0.00, 0.08. Web safe color of #935aea is #9966ff. Color #935aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01011010 | 11101010 |
Octal | 223 | 132 | 352 |
Decimal | 147 | 90 | 234 |
Hex | 93 | 5A | EA |
Shades of #935aea
Tints of #935aea
RGB Percentages of Color #935aea
CMYK Percentages of Color #935aea
Complementary Color
#935aea | #b1ea5a |
#935aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#935aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#935aea Color CSS Codes
.mybgcolor {background-color:#935aea; } .myforecolor {color:#935aea; } .mybordercolor {border:3px solid #935aea; }
#935aea Text Font Color
<p style="color:#935aea">Text here</p>
This sample text font color is #935aea
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.
#935aea Background Color
<div style="background-color:#935aea">
Div content here</div>
This div background color is #935aea
#935aea Border Color
<div style="border:3px solid #935aea">
Div here</div>
This div border color is #935aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,90,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #935aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #935aea; -webkit-box-shadow: 1px 1px 3px 2px #935aea; box-shadow: 1px 1px 3px 2px #935aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,90,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #935aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #935aea; -webkit-box-shadow: 1px 1px 3px 2px #935aea; box-shadow: 1px 1px 3px 2px #935aea;">
Div content here</div>
This div box has shadow with color #935aea
Comments
No comments written yet.
Please login to write comment.