Color spaces of #767fdc
RGB | 118 | 127 | 220 |
---|---|---|---|
HSL | 0.65 | 0.59 | 0.66 |
HSV | 235° | 46° | 86° |
CMYK | 0.46 | 0.42 | 0.00 0.14 |
XYZ | 27.9789 | 24.1976 | 70.9061 |
Yxy | 24.1976 | 0.2273 | 0.1966 |
Hunter Lab | 49.1911 | 15.4429 | -51.0294 |
CIE-Lab | 56.2851 | 21.0354 | -48.7261 |
#767fdc color RGB value is (118,127,220).
#767fdc hex color red value is 118, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #767fdc hue: 0.65 , saturation: 0.59 and the lightness value of 767fdc is 0.66.
The process color (four color CMYK) of #767fdc color hex is 0.46, 0.42, 0.00, 0.14. Web safe color of #767fdc is #6666cc. Color #767fdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01111111 | 11011100 |
Octal | 166 | 177 | 334 |
Decimal | 118 | 127 | 220 |
Hex | 76 | 7F | DC |
Shades of #767fdc
Tints of #767fdc
RGB Percentages of Color #767fdc
CMYK Percentages of Color #767fdc
Complementary Color
#767fdc | #dcd376 |
#767fdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#767fdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#767fdc Color CSS Codes
.mybgcolor {background-color:#767fdc; } .myforecolor {color:#767fdc; } .mybordercolor {border:3px solid #767fdc; }
#767fdc Text Font Color
<p style="color:#767fdc">Text here</p>
This sample text font color is #767fdc
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.
#767fdc Background Color
<div style="background-color:#767fdc">
Div content here</div>
This div background color is #767fdc
#767fdc Border Color
<div style="border:3px solid #767fdc">
Div here</div>
This div border color is #767fdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,127,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #767fdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #767fdc; -webkit-box-shadow: 1px 1px 3px 2px #767fdc; box-shadow: 1px 1px 3px 2px #767fdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,127,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #767fdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #767fdc; -webkit-box-shadow: 1px 1px 3px 2px #767fdc; box-shadow: 1px 1px 3px 2px #767fdc;">
Div content here</div>
This div box has shadow with color #767fdc
Comments
No comments written yet.
Please login to write comment.