Color spaces of #7541ac
RGB | 117 | 65 | 172 |
---|---|---|---|
HSL | 0.75 | 0.45 | 0.46 |
HSV | 269° | 62° | 67° |
CMYK | 0.32 | 0.62 | 0.00 0.33 |
XYZ | 16.6728 | 10.5411 | 40.1856 |
Yxy | 10.5411 | 0.2474 | 0.1564 |
Hunter Lab | 32.4671 | 34.8477 | -50.6583 |
CIE-Lab | 38.7966 | 43.7018 | -48.9840 |
#7541ac color RGB value is (117,65,172).
#7541ac hex color red value is 117, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7541ac hue: 0.75 , saturation: 0.45 and the lightness value of 7541ac is 0.46.
The process color (four color CMYK) of #7541ac color hex is 0.32, 0.62, 0.00, 0.33. Web safe color of #7541ac is #663399. Color #7541ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01000001 | 10101100 |
Octal | 165 | 101 | 254 |
Decimal | 117 | 65 | 172 |
Hex | 75 | 41 | AC |
Shades of #7541ac
Tints of #7541ac
RGB Percentages of Color #7541ac
CMYK Percentages of Color #7541ac
Complementary Color
#7541ac | #78ac41 |
#7541ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7541ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#7541ac Color CSS Codes
.mybgcolor {background-color:#7541ac; } .myforecolor {color:#7541ac; } .mybordercolor {border:3px solid #7541ac; }
#7541ac Text Font Color
<p style="color:#7541ac">Text here</p>
This sample text font color is #7541ac
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.
#7541ac Background Color
<div style="background-color:#7541ac">
Div content here</div>
This div background color is #7541ac
#7541ac Border Color
<div style="border:3px solid #7541ac">
Div here</div>
This div border color is #7541ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,65,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7541ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7541ac; -webkit-box-shadow: 1px 1px 3px 2px #7541ac; box-shadow: 1px 1px 3px 2px #7541ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,65,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7541ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7541ac; -webkit-box-shadow: 1px 1px 3px 2px #7541ac; box-shadow: 1px 1px 3px 2px #7541ac;">
Div content here</div>
This div box has shadow with color #7541ac
Comments
No comments written yet.
Please login to write comment.