Color spaces of #930aee
RGB | 147 | 10 | 238 |
---|---|---|---|
HSL | 0.77 | 0.92 | 0.49 |
HSV | 276° | 96° | 93° |
CMYK | 0.38 | 0.96 | 0.00 0.07 |
XYZ | 27.5738 | 12.5932 | 81.8663 |
Yxy | 12.5932 | 0.2260 | 0.1032 |
Hunter Lab | 35.4869 | 76.5948 | -111.9379 |
CIE-Lab | 42.1438 | 80.3762 | -81.6154 |
#930aee color RGB value is (147,10,238).
#930aee hex color red value is 147, green value is 10 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #930aee hue: 0.77 , saturation: 0.92 and the lightness value of 930aee is 0.49.
The process color (four color CMYK) of #930aee color hex is 0.38, 0.96, 0.00, 0.07. Web safe color of #930aee is #9900ff. Color #930aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 00001010 | 11101110 |
Octal | 223 | 12 | 356 |
Decimal | 147 | 10 | 238 |
Hex | 93 | A | EE |
Shades of #930aee
Tints of #930aee
RGB Percentages of Color #930aee
CMYK Percentages of Color #930aee
Complementary Color
#930aee | #65ee0a |
#930aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#930aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#930aee Color CSS Codes
.mybgcolor {background-color:#930aee; } .myforecolor {color:#930aee; } .mybordercolor {border:3px solid #930aee; }
#930aee Text Font Color
<p style="color:#930aee">Text here</p>
This sample text font color is #930aee
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.
#930aee Background Color
<div style="background-color:#930aee">
Div content here</div>
This div background color is #930aee
#930aee Border Color
<div style="border:3px solid #930aee">
Div here</div>
This div border color is #930aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,10,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #930aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #930aee; -webkit-box-shadow: 1px 1px 3px 2px #930aee; box-shadow: 1px 1px 3px 2px #930aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,10,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #930aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #930aee; -webkit-box-shadow: 1px 1px 3px 2px #930aee; box-shadow: 1px 1px 3px 2px #930aee;">
Div content here</div>
This div box has shadow with color #930aee
Comments
No comments written yet.
Please login to write comment.