Color spaces of #772484
RGB | 119 | 36 | 132 |
---|---|---|---|
HSL | 0.81 | 0.57 | 0.33 |
HSV | 292° | 73° | 52° |
CMYK | 0.10 | 0.73 | 0.00 0.48 |
XYZ | 12.4035 | 6.8496 | 22.4982 |
Yxy | 6.8496 | 0.2971 | 0.1641 |
Hunter Lab | 26.1717 | 38.7955 | -32.6477 |
CIE-Lab | 31.4620 | 49.0355 | -36.4075 |
#772484 color RGB value is (119,36,132).
#772484 hex color red value is 119, green value is 36 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #772484 hue: 0.81 , saturation: 0.57 and the lightness value of 772484 is 0.33.
The process color (four color CMYK) of #772484 color hex is 0.10, 0.73, 0.00, 0.48. Web safe color of #772484 is #663399. Color #772484 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 00100100 | 10000100 |
Octal | 167 | 44 | 204 |
Decimal | 119 | 36 | 132 |
Hex | 77 | 24 | 84 |
Shades of #772484
Tints of #772484
RGB Percentages of Color #772484
CMYK Percentages of Color #772484
Complementary Color
#772484 | #318424 |
#772484 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#772484 Color Preview on White Background
Lorem ipsum dolor sit amet.
#772484 Color CSS Codes
.mybgcolor {background-color:#772484; } .myforecolor {color:#772484; } .mybordercolor {border:3px solid #772484; }
#772484 Text Font Color
<p style="color:#772484">Text here</p>
This sample text font color is #772484
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.
#772484 Background Color
<div style="background-color:#772484">
Div content here</div>
This div background color is #772484
#772484 Border Color
<div style="border:3px solid #772484">
Div here</div>
This div border color is #772484
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,36,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #772484; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #772484; -webkit-box-shadow: 1px 1px 3px 2px #772484; box-shadow: 1px 1px 3px 2px #772484; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,36,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #772484">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #772484; -webkit-box-shadow: 1px 1px 3px 2px #772484; box-shadow: 1px 1px 3px 2px #772484;">
Div content here</div>
This div box has shadow with color #772484
Comments
No comments written yet.
Please login to write comment.