Color spaces of #765eee
RGB | 118 | 94 | 238 |
---|---|---|---|
HSL | 0.69 | 0.81 | 0.65 |
HSV | 250° | 61° | 93° |
CMYK | 0.50 | 0.61 | 0.00 0.07 |
XYZ | 26.9065 | 18.0300 | 82.9509 |
Yxy | 18.0300 | 0.2104 | 0.1410 |
Hunter Lab | 42.4617 | 38.8010 | -86.1024 |
CIE-Lab | 49.5325 | 45.8365 | -69.6759 |
#765eee color RGB value is (118,94,238).
#765eee hex color red value is 118, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #765eee hue: 0.69 , saturation: 0.81 and the lightness value of 765eee is 0.65.
The process color (four color CMYK) of #765eee color hex is 0.50, 0.61, 0.00, 0.07. Web safe color of #765eee is #6666ff. Color #765eee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01011110 | 11101110 |
Octal | 166 | 136 | 356 |
Decimal | 118 | 94 | 238 |
Hex | 76 | 5E | EE |
Shades of #765eee
Tints of #765eee
RGB Percentages of Color #765eee
CMYK Percentages of Color #765eee
Complementary Color
#765eee | #d6ee5e |
#765eee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#765eee Color Preview on White Background
Lorem ipsum dolor sit amet.
#765eee Color CSS Codes
.mybgcolor {background-color:#765eee; } .myforecolor {color:#765eee; } .mybordercolor {border:3px solid #765eee; }
#765eee Text Font Color
<p style="color:#765eee">Text here</p>
This sample text font color is #765eee
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.
#765eee Background Color
<div style="background-color:#765eee">
Div content here</div>
This div background color is #765eee
#765eee Border Color
<div style="border:3px solid #765eee">
Div here</div>
This div border color is #765eee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,94,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #765eee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #765eee; -webkit-box-shadow: 1px 1px 3px 2px #765eee; box-shadow: 1px 1px 3px 2px #765eee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,94,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #765eee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #765eee; -webkit-box-shadow: 1px 1px 3px 2px #765eee; box-shadow: 1px 1px 3px 2px #765eee;">
Div content here</div>
This div box has shadow with color #765eee
Comments
No comments written yet.
Please login to write comment.