Color spaces of #766bef
RGB | 118 | 107 | 239 |
---|---|---|---|
HSL | 0.68 | 0.80 | 0.68 |
HSV | 245° | 55° | 94° |
CMYK | 0.51 | 0.55 | 0.00 0.06 |
XYZ | 28.3089 | 20.5989 | 84.1453 |
Yxy | 20.5989 | 0.2128 | 0.1548 |
Hunter Lab | 45.3860 | 31.9114 | -78.1530 |
CIE-Lab | 52.5077 | 38.6198 | -65.4187 |
#766bef color RGB value is (118,107,239).
#766bef hex color red value is 118, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #766bef hue: 0.68 , saturation: 0.80 and the lightness value of 766bef is 0.68.
The process color (four color CMYK) of #766bef color hex is 0.51, 0.55, 0.00, 0.06. Web safe color of #766bef is #6666ff. Color #766bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01101011 | 11101111 |
Octal | 166 | 153 | 357 |
Decimal | 118 | 107 | 239 |
Hex | 76 | 6B | EF |
Shades of #766bef
Tints of #766bef
RGB Percentages of Color #766bef
CMYK Percentages of Color #766bef
Complementary Color
#766bef | #e4ef6b |
#766bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#766bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#766bef Color CSS Codes
.mybgcolor {background-color:#766bef; } .myforecolor {color:#766bef; } .mybordercolor {border:3px solid #766bef; }
#766bef Text Font Color
<p style="color:#766bef">Text here</p>
This sample text font color is #766bef
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.
#766bef Background Color
<div style="background-color:#766bef">
Div content here</div>
This div background color is #766bef
#766bef Border Color
<div style="border:3px solid #766bef">
Div here</div>
This div border color is #766bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,107,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #766bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #766bef; -webkit-box-shadow: 1px 1px 3px 2px #766bef; box-shadow: 1px 1px 3px 2px #766bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,107,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #766bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #766bef; -webkit-box-shadow: 1px 1px 3px 2px #766bef; box-shadow: 1px 1px 3px 2px #766bef;">
Div content here</div>
This div box has shadow with color #766bef
Comments
No comments written yet.
Please login to write comment.