Color spaces of #773aeb
RGB | 119 | 58 | 235 |
---|---|---|---|
HSL | 0.72 | 0.82 | 0.57 |
HSV | 261° | 75° | 92° |
CMYK | 0.49 | 0.75 | 0.00 0.08 |
XYZ | 24.1162 | 12.9462 | 79.8251 |
Yxy | 12.9462 | 0.2063 | 0.1108 |
Hunter Lab | 35.9808 | 56.6734 | -106.3510 |
CIE-Lab | 42.6821 | 63.5988 | -79.1631 |
#773aeb color RGB value is (119,58,235).
#773aeb hex color red value is 119, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #773aeb hue: 0.72 , saturation: 0.82 and the lightness value of 773aeb is 0.57.
The process color (four color CMYK) of #773aeb color hex is 0.49, 0.75, 0.00, 0.08. Web safe color of #773aeb is #6633ff. Color #773aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 00111010 | 11101011 |
Octal | 167 | 72 | 353 |
Decimal | 119 | 58 | 235 |
Hex | 77 | 3A | EB |
Shades of #773aeb
Tints of #773aeb
RGB Percentages of Color #773aeb
CMYK Percentages of Color #773aeb
Complementary Color
#773aeb | #aeeb3a |
#773aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#773aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#773aeb Color CSS Codes
.mybgcolor {background-color:#773aeb; } .myforecolor {color:#773aeb; } .mybordercolor {border:3px solid #773aeb; }
#773aeb Text Font Color
<p style="color:#773aeb">Text here</p>
This sample text font color is #773aeb
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.
#773aeb Background Color
<div style="background-color:#773aeb">
Div content here</div>
This div background color is #773aeb
#773aeb Border Color
<div style="border:3px solid #773aeb">
Div here</div>
This div border color is #773aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,58,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #773aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #773aeb; -webkit-box-shadow: 1px 1px 3px 2px #773aeb; box-shadow: 1px 1px 3px 2px #773aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,58,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #773aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #773aeb; -webkit-box-shadow: 1px 1px 3px 2px #773aeb; box-shadow: 1px 1px 3px 2px #773aeb;">
Div content here</div>
This div box has shadow with color #773aeb
Comments
No comments written yet.
Please login to write comment.