Color spaces of #733aad
RGB | 115 | 58 | 173 |
---|---|---|---|
HSL | 0.75 | 0.50 | 0.45 |
HSV | 270° | 66° | 68° |
CMYK | 0.34 | 0.66 | 0.00 0.32 |
XYZ | 16.1261 | 9.6881 | 40.5552 |
Yxy | 9.6881 | 0.2430 | 0.1460 |
Hunter Lab | 31.1257 | 38.0101 | -55.4638 |
CIE-Lab | 37.2767 | 47.1595 | -52.0429 |
#733aad color RGB value is (115,58,173).
#733aad hex color red value is 115, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #733aad hue: 0.75 , saturation: 0.50 and the lightness value of 733aad is 0.45.
The process color (four color CMYK) of #733aad color hex is 0.34, 0.66, 0.00, 0.32. Web safe color of #733aad is #663399. Color #733aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00111010 | 10101101 |
Octal | 163 | 72 | 255 |
Decimal | 115 | 58 | 173 |
Hex | 73 | 3A | AD |
Shades of #733aad
Tints of #733aad
RGB Percentages of Color #733aad
CMYK Percentages of Color #733aad
Complementary Color
#733aad | #74ad3a |
#733aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#733aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#733aad Color CSS Codes
.mybgcolor {background-color:#733aad; } .myforecolor {color:#733aad; } .mybordercolor {border:3px solid #733aad; }
#733aad Text Font Color
<p style="color:#733aad">Text here</p>
This sample text font color is #733aad
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.
#733aad Background Color
<div style="background-color:#733aad">
Div content here</div>
This div background color is #733aad
#733aad Border Color
<div style="border:3px solid #733aad">
Div here</div>
This div border color is #733aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,58,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #733aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #733aad; -webkit-box-shadow: 1px 1px 3px 2px #733aad; box-shadow: 1px 1px 3px 2px #733aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,58,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #733aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #733aad; -webkit-box-shadow: 1px 1px 3px 2px #733aad; box-shadow: 1px 1px 3px 2px #733aad;">
Div content here</div>
This div box has shadow with color #733aad
Comments
No comments written yet.
Please login to write comment.