Color spaces of #77459b
RGB | 119 | 69 | 155 |
---|---|---|---|
HSL | 0.76 | 0.38 | 0.44 |
HSV | 275° | 55° | 61° |
CMYK | 0.23 | 0.55 | 0.00 0.39 |
XYZ | 15.6523 | 10.5447 | 32.2207 |
Yxy | 10.5447 | 0.2679 | 0.1805 |
Hunter Lab | 32.4726 | 29.2127 | -36.0992 |
CIE-Lab | 38.8028 | 37.8437 | -38.7893 |
#77459b color RGB value is (119,69,155).
#77459b hex color red value is 119, green value is 69 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #77459b hue: 0.76 , saturation: 0.38 and the lightness value of 77459b is 0.44.
The process color (four color CMYK) of #77459b color hex is 0.23, 0.55, 0.00, 0.39. Web safe color of #77459b is #663399. Color #77459b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01000101 | 10011011 |
Octal | 167 | 105 | 233 |
Decimal | 119 | 69 | 155 |
Hex | 77 | 45 | 9B |
Shades of #77459b
Tints of #77459b
RGB Percentages of Color #77459b
CMYK Percentages of Color #77459b
Complementary Color
#77459b | #699b45 |
#77459b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77459b Color Preview on White Background
Lorem ipsum dolor sit amet.
#77459b Color CSS Codes
.mybgcolor {background-color:#77459b; } .myforecolor {color:#77459b; } .mybordercolor {border:3px solid #77459b; }
#77459b Text Font Color
<p style="color:#77459b">Text here</p>
This sample text font color is #77459b
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.
#77459b Background Color
<div style="background-color:#77459b">
Div content here</div>
This div background color is #77459b
#77459b Border Color
<div style="border:3px solid #77459b">
Div here</div>
This div border color is #77459b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,69,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77459b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77459b; -webkit-box-shadow: 1px 1px 3px 2px #77459b; box-shadow: 1px 1px 3px 2px #77459b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,69,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77459b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77459b; -webkit-box-shadow: 1px 1px 3px 2px #77459b; box-shadow: 1px 1px 3px 2px #77459b;">
Div content here</div>
This div box has shadow with color #77459b
Comments
No comments written yet.
Please login to write comment.