Color spaces of #772abe
RGB | 119 | 42 | 190 |
---|---|---|---|
HSL | 0.75 | 0.64 | 0.45 |
HSV | 271° | 78° | 75° |
CMYK | 0.37 | 0.78 | 0.00 0.25 |
XYZ | 17.7300 | 9.2956 | 49.5749 |
Yxy | 9.2956 | 0.2315 | 0.1214 |
Hunter Lab | 30.4887 | 50.4474 | -75.0640 |
CIE-Lab | 36.5473 | 59.1919 | -63.2629 |
#772abe color RGB value is (119,42,190).
#772abe hex color red value is 119, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #772abe hue: 0.75 , saturation: 0.64 and the lightness value of 772abe is 0.45.
The process color (four color CMYK) of #772abe color hex is 0.37, 0.78, 0.00, 0.25. Web safe color of #772abe is #6633cc. Color #772abe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 00101010 | 10111110 |
Octal | 167 | 52 | 276 |
Decimal | 119 | 42 | 190 |
Hex | 77 | 2A | BE |
Shades of #772abe
Tints of #772abe
RGB Percentages of Color #772abe
CMYK Percentages of Color #772abe
Complementary Color
#772abe | #71be2a |
#772abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#772abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#772abe Color CSS Codes
.mybgcolor {background-color:#772abe; } .myforecolor {color:#772abe; } .mybordercolor {border:3px solid #772abe; }
#772abe Text Font Color
<p style="color:#772abe">Text here</p>
This sample text font color is #772abe
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.
#772abe Background Color
<div style="background-color:#772abe">
Div content here</div>
This div background color is #772abe
#772abe Border Color
<div style="border:3px solid #772abe">
Div here</div>
This div border color is #772abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,42,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #772abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #772abe; -webkit-box-shadow: 1px 1px 3px 2px #772abe; box-shadow: 1px 1px 3px 2px #772abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,42,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #772abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #772abe; -webkit-box-shadow: 1px 1px 3px 2px #772abe; box-shadow: 1px 1px 3px 2px #772abe;">
Div content here</div>
This div box has shadow with color #772abe
Comments
No comments written yet.
Please login to write comment.