Color spaces of #764eff
RGB | 118 | 78 | 255 |
---|---|---|---|
HSL | 0.70 | 1.00 | 0.65 |
HSV | 254° | 69° | 100° |
CMYK | 0.54 | 0.69 | 0.00 0.00 |
XYZ | 28.2456 | 16.5203 | 96.3078 |
Yxy | 16.5203 | 0.2002 | 0.1171 |
Hunter Lab | 40.6452 | 52.9162 | -112.0347 |
CIE-Lab | 47.6498 | 59.3098 | -82.2424 |
#764eff color RGB value is (118,78,255).
#764eff hex color red value is 118, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #764eff hue: 0.70 , saturation: 1.00 and the lightness value of 764eff is 0.65.
The process color (four color CMYK) of #764eff color hex is 0.54, 0.69, 0.00, 0.00. Web safe color of #764eff is #6666ff. Color #764eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01001110 | 11111111 |
Octal | 166 | 116 | 377 |
Decimal | 118 | 78 | 255 |
Hex | 76 | 4E | FF |
Shades of #764eff
Tints of #764eff
RGB Percentages of Color #764eff
CMYK Percentages of Color #764eff
Complementary Color
#764eff | #d7ff4e |
#764eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#764eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#764eff Color CSS Codes
.mybgcolor {background-color:#764eff; } .myforecolor {color:#764eff; } .mybordercolor {border:3px solid #764eff; }
#764eff Text Font Color
<p style="color:#764eff">Text here</p>
This sample text font color is #764eff
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.
#764eff Background Color
<div style="background-color:#764eff">
Div content here</div>
This div background color is #764eff
#764eff Border Color
<div style="border:3px solid #764eff">
Div here</div>
This div border color is #764eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,78,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #764eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #764eff; -webkit-box-shadow: 1px 1px 3px 2px #764eff; box-shadow: 1px 1px 3px 2px #764eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,78,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 #764eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #764eff; -webkit-box-shadow: 1px 1px 3px 2px #764eff; box-shadow: 1px 1px 3px 2px #764eff;">
Div content here</div>
This div box has shadow with color #764eff
Comments
No comments written yet.
Please login to write comment.