Color spaces of #777aff
RGB | 119 | 122 | 255 |
---|---|---|---|
HSL | 0.66 | 1.00 | 0.73 |
HSV | 239° | 53° | 100° |
CMYK | 0.53 | 0.52 | 0.00 0.00 |
XYZ | 32.6173 | 25.0610 | 97.7259 |
Yxy | 25.0610 | 0.2099 | 0.1613 |
Hunter Lab | 50.0610 | 28.6953 | -80.6996 |
CIE-Lab | 57.1348 | 34.8217 | -66.8267 |
#777aff color RGB value is (119,122,255).
#777aff hex color red value is 119, green value is 122 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #777aff hue: 0.66 , saturation: 1.00 and the lightness value of 777aff is 0.73.
The process color (four color CMYK) of #777aff color hex is 0.53, 0.52, 0.00, 0.00. Web safe color of #777aff is #6666ff. Color #777aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01111010 | 11111111 |
Octal | 167 | 172 | 377 |
Decimal | 119 | 122 | 255 |
Hex | 77 | 7A | FF |
Shades of #777aff
Tints of #777aff
RGB Percentages of Color #777aff
CMYK Percentages of Color #777aff
Complementary Color
#777aff | #fffc77 |
#777aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#777aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#777aff Color CSS Codes
.mybgcolor {background-color:#777aff; } .myforecolor {color:#777aff; } .mybordercolor {border:3px solid #777aff; }
#777aff Text Font Color
<p style="color:#777aff">Text here</p>
This sample text font color is #777aff
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.
#777aff Background Color
<div style="background-color:#777aff">
Div content here</div>
This div background color is #777aff
#777aff Border Color
<div style="border:3px solid #777aff">
Div here</div>
This div border color is #777aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,122,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #777aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #777aff; -webkit-box-shadow: 1px 1px 3px 2px #777aff; box-shadow: 1px 1px 3px 2px #777aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,122,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #777aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #777aff; -webkit-box-shadow: 1px 1px 3px 2px #777aff; box-shadow: 1px 1px 3px 2px #777aff;">
Div content here</div>
This div box has shadow with color #777aff
Related Colors
Comments
No comments written yet.
Please login to write comment.