Color spaces of #765ebe
RGB | 118 | 94 | 190 |
---|---|---|---|
HSL | 0.71 | 0.42 | 0.56 |
HSV | 255° | 51° | 75° |
CMYK | 0.38 | 0.51 | 0.00 0.25 |
XYZ | 20.7682 | 15.5747 | 50.6268 |
Yxy | 15.5747 | 0.2388 | 0.1791 |
Hunter Lab | 39.4648 | 24.8716 | -48.4339 |
CIE-Lab | 46.4115 | 32.1400 | -47.3363 |
#765ebe color RGB value is (118,94,190).
#765ebe hex color red value is 118, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #765ebe hue: 0.71 , saturation: 0.42 and the lightness value of 765ebe is 0.56.
The process color (four color CMYK) of #765ebe color hex is 0.38, 0.51, 0.00, 0.25. Web safe color of #765ebe is #6666cc. Color #765ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01011110 | 10111110 |
Octal | 166 | 136 | 276 |
Decimal | 118 | 94 | 190 |
Hex | 76 | 5E | BE |
Shades of #765ebe
Tints of #765ebe
RGB Percentages of Color #765ebe
CMYK Percentages of Color #765ebe
Complementary Color
#765ebe | #a6be5e |
#765ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#765ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#765ebe Color CSS Codes
.mybgcolor {background-color:#765ebe; } .myforecolor {color:#765ebe; } .mybordercolor {border:3px solid #765ebe; }
#765ebe Text Font Color
<p style="color:#765ebe">Text here</p>
This sample text font color is #765ebe
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.
#765ebe Background Color
<div style="background-color:#765ebe">
Div content here</div>
This div background color is #765ebe
#765ebe Border Color
<div style="border:3px solid #765ebe">
Div here</div>
This div border color is #765ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,94,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #765ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #765ebe; -webkit-box-shadow: 1px 1px 3px 2px #765ebe; box-shadow: 1px 1px 3px 2px #765ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,94,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 #765ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #765ebe; -webkit-box-shadow: 1px 1px 3px 2px #765ebe; box-shadow: 1px 1px 3px 2px #765ebe;">
Div content here</div>
This div box has shadow with color #765ebe
Comments
No comments written yet.
Please login to write comment.