Color spaces of #762661
RGB | 118 | 38 | 97 |
---|---|---|---|
HSL | 0.88 | 0.51 | 0.31 |
HSV | 316° | 68° | 46° |
CMYK | 0.00 | 0.68 | 0.18 0.54 |
XYZ | 10.3220 | 6.1008 | 11.9428 |
Yxy | 6.1008 | 0.3639 | 0.2151 |
Hunter Lab | 24.6998 | 31.3702 | -11.3779 |
CIE-Lab | 29.6654 | 41.7160 | -17.0034 |
#762661 color RGB value is (118,38,97).
#762661 hex color red value is 118, green value is 38 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #762661 hue: 0.88 , saturation: 0.51 and the lightness value of 762661 is 0.31.
The process color (four color CMYK) of #762661 color hex is 0.00, 0.68, 0.18, 0.54. Web safe color of #762661 is #663366. Color #762661 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00100110 | 01100001 |
Octal | 166 | 46 | 141 |
Decimal | 118 | 38 | 97 |
Hex | 76 | 26 | 61 |
Shades of #762661
Tints of #762661
RGB Percentages of Color #762661
CMYK Percentages of Color #762661
Complementary Color
#762661 | #26763b |
#762661 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#762661 Color Preview on White Background
Lorem ipsum dolor sit amet.
#762661 Color CSS Codes
.mybgcolor {background-color:#762661; } .myforecolor {color:#762661; } .mybordercolor {border:3px solid #762661; }
#762661 Text Font Color
<p style="color:#762661">Text here</p>
This sample text font color is #762661
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.
#762661 Background Color
<div style="background-color:#762661">
Div content here</div>
This div background color is #762661
#762661 Border Color
<div style="border:3px solid #762661">
Div here</div>
This div border color is #762661
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,38,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #762661; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #762661; -webkit-box-shadow: 1px 1px 3px 2px #762661; box-shadow: 1px 1px 3px 2px #762661; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,38,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #762661">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #762661; -webkit-box-shadow: 1px 1px 3px 2px #762661; box-shadow: 1px 1px 3px 2px #762661;">
Div content here</div>
This div box has shadow with color #762661
Comments
No comments written yet.
Please login to write comment.