Color spaces of #733eae
RGB | 115 | 62 | 174 |
---|---|---|---|
HSL | 0.75 | 0.47 | 0.46 |
HSV | 268° | 64° | 68° |
CMYK | 0.34 | 0.64 | 0.00 0.32 |
XYZ | 16.4328 | 10.1461 | 41.1367 |
Yxy | 10.1461 | 0.2427 | 0.1498 |
Hunter Lab | 31.8529 | 36.3448 | -54.2734 |
CIE-Lab | 38.1034 | 45.3402 | -51.3022 |
#733eae color RGB value is (115,62,174).
#733eae hex color red value is 115, green value is 62 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #733eae hue: 0.75 , saturation: 0.47 and the lightness value of 733eae is 0.46.
The process color (four color CMYK) of #733eae color hex is 0.34, 0.64, 0.00, 0.32. Web safe color of #733eae is #663399. Color #733eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00111110 | 10101110 |
Octal | 163 | 76 | 256 |
Decimal | 115 | 62 | 174 |
Hex | 73 | 3E | AE |
Shades of #733eae
Tints of #733eae
RGB Percentages of Color #733eae
CMYK Percentages of Color #733eae
Complementary Color
#733eae | #79ae3e |
#733eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#733eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#733eae Color CSS Codes
.mybgcolor {background-color:#733eae; } .myforecolor {color:#733eae; } .mybordercolor {border:3px solid #733eae; }
#733eae Text Font Color
<p style="color:#733eae">Text here</p>
This sample text font color is #733eae
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.
#733eae Background Color
<div style="background-color:#733eae">
Div content here</div>
This div background color is #733eae
#733eae Border Color
<div style="border:3px solid #733eae">
Div here</div>
This div border color is #733eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,62,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #733eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #733eae; -webkit-box-shadow: 1px 1px 3px 2px #733eae; box-shadow: 1px 1px 3px 2px #733eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,62,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #733eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #733eae; -webkit-box-shadow: 1px 1px 3px 2px #733eae; box-shadow: 1px 1px 3px 2px #733eae;">
Div content here</div>
This div box has shadow with color #733eae
Comments
No comments written yet.
Please login to write comment.