Color spaces of #740aae
RGB | 116 | 10 | 174 |
---|---|---|---|
HSL | 0.77 | 0.89 | 0.36 |
HSV | 279° | 94° | 68° |
CMYK | 0.33 | 0.94 | 0.00 0.32 |
XYZ | 14.9510 | 6.9861 | 40.6048 |
Yxy | 6.9861 | 0.2391 | 0.1117 |
Hunter Lab | 26.4312 | 54.7150 | -72.5820 |
CIE-Lab | 31.7752 | 63.9791 | -61.5869 |
#740aae color RGB value is (116,10,174).
#740aae hex color red value is 116, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #740aae hue: 0.77 , saturation: 0.89 and the lightness value of 740aae is 0.36.
The process color (four color CMYK) of #740aae color hex is 0.33, 0.94, 0.00, 0.32. Web safe color of #740aae is #660099. Color #740aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00001010 | 10101110 |
Octal | 164 | 12 | 256 |
Decimal | 116 | 10 | 174 |
Hex | 74 | A | AE |
Shades of #740aae
Tints of #740aae
RGB Percentages of Color #740aae
CMYK Percentages of Color #740aae
Complementary Color
#740aae | #44ae0a |
#740aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#740aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#740aae Color CSS Codes
.mybgcolor {background-color:#740aae; } .myforecolor {color:#740aae; } .mybordercolor {border:3px solid #740aae; }
#740aae Text Font Color
<p style="color:#740aae">Text here</p>
This sample text font color is #740aae
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.
#740aae Background Color
<div style="background-color:#740aae">
Div content here</div>
This div background color is #740aae
#740aae Border Color
<div style="border:3px solid #740aae">
Div here</div>
This div border color is #740aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,10,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #740aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #740aae; -webkit-box-shadow: 1px 1px 3px 2px #740aae; box-shadow: 1px 1px 3px 2px #740aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,10,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 #740aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #740aae; -webkit-box-shadow: 1px 1px 3px 2px #740aae; box-shadow: 1px 1px 3px 2px #740aae;">
Div content here</div>
This div box has shadow with color #740aae
Comments
No comments written yet.
Please login to write comment.