Color spaces of #7577eb
RGB | 117 | 119 | 235 |
---|---|---|---|
HSL | 0.66 | 0.75 | 0.69 |
HSV | 239° | 50° | 92° |
CMYK | 0.50 | 0.49 | 0.00 0.08 |
XYZ | 28.9283 | 22.9737 | 81.5069 |
Yxy | 22.9737 | 0.2168 | 0.1722 |
Hunter Lab | 47.9309 | 23.8532 | -67.2715 |
CIE-Lab | 55.0452 | 30.0999 | -59.1050 |
#7577eb color RGB value is (117,119,235).
#7577eb hex color red value is 117, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7577eb hue: 0.66 , saturation: 0.75 and the lightness value of 7577eb is 0.69.
The process color (four color CMYK) of #7577eb color hex is 0.50, 0.49, 0.00, 0.08. Web safe color of #7577eb is #6666ff. Color #7577eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01110111 | 11101011 |
Octal | 165 | 167 | 353 |
Decimal | 117 | 119 | 235 |
Hex | 75 | 77 | EB |
Shades of #7577eb
Tints of #7577eb
RGB Percentages of Color #7577eb
CMYK Percentages of Color #7577eb
Complementary Color
#7577eb | #ebe975 |
#7577eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7577eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7577eb Color CSS Codes
.mybgcolor {background-color:#7577eb; } .myforecolor {color:#7577eb; } .mybordercolor {border:3px solid #7577eb; }
#7577eb Text Font Color
<p style="color:#7577eb">Text here</p>
This sample text font color is #7577eb
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.
#7577eb Background Color
<div style="background-color:#7577eb">
Div content here</div>
This div background color is #7577eb
#7577eb Border Color
<div style="border:3px solid #7577eb">
Div here</div>
This div border color is #7577eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,119,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7577eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7577eb; -webkit-box-shadow: 1px 1px 3px 2px #7577eb; box-shadow: 1px 1px 3px 2px #7577eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,119,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 #7577eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7577eb; -webkit-box-shadow: 1px 1px 3px 2px #7577eb; box-shadow: 1px 1px 3px 2px #7577eb;">
Div content here</div>
This div box has shadow with color #7577eb
Comments
No comments written yet.
Please login to write comment.