Color spaces of #768fea
RGB | 118 | 143 | 234 |
---|---|---|---|
HSL | 0.63 | 0.73 | 0.69 |
HSV | 227° | 50° | 92° |
CMYK | 0.50 | 0.39 | 0.00 0.08 |
XYZ | 32.1450 | 29.4370 | 81.8296 |
Yxy | 29.4370 | 0.2241 | 0.2053 |
Hunter Lab | 54.2559 | 10.8082 | -51.4430 |
CIE-Lab | 61.1654 | 15.7506 | -48.7923 |
#768fea color RGB value is (118,143,234).
#768fea hex color red value is 118, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #768fea hue: 0.63 , saturation: 0.73 and the lightness value of 768fea is 0.69.
The process color (four color CMYK) of #768fea color hex is 0.50, 0.39, 0.00, 0.08. Web safe color of #768fea is #6699ff. Color #768fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10001111 | 11101010 |
Octal | 166 | 217 | 352 |
Decimal | 118 | 143 | 234 |
Hex | 76 | 8F | EA |
Shades of #768fea
Tints of #768fea
RGB Percentages of Color #768fea
CMYK Percentages of Color #768fea
Complementary Color
#768fea | #ead176 |
#768fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#768fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#768fea Color CSS Codes
.mybgcolor {background-color:#768fea; } .myforecolor {color:#768fea; } .mybordercolor {border:3px solid #768fea; }
#768fea Text Font Color
<p style="color:#768fea">Text here</p>
This sample text font color is #768fea
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.
#768fea Background Color
<div style="background-color:#768fea">
Div content here</div>
This div background color is #768fea
#768fea Border Color
<div style="border:3px solid #768fea">
Div here</div>
This div border color is #768fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,143,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #768fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #768fea; -webkit-box-shadow: 1px 1px 3px 2px #768fea; box-shadow: 1px 1px 3px 2px #768fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,143,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #768fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #768fea; -webkit-box-shadow: 1px 1px 3px 2px #768fea; box-shadow: 1px 1px 3px 2px #768fea;">
Div content here</div>
This div box has shadow with color #768fea
Comments
No comments written yet.
Please login to write comment.