Color spaces of #666eea
RGB | 102 | 110 | 234 |
---|---|---|---|
HSL | 0.66 | 0.76 | 0.66 |
HSV | 236° | 56° | 92° |
CMYK | 0.56 | 0.53 | 0.00 0.08 |
XYZ | 25.9067 | 19.9172 | 80.3209 |
Yxy | 19.9172 | 0.2054 | 0.1579 |
Hunter Lab | 44.6287 | 25.5180 | -75.4676 |
CIE-Lab | 51.7435 | 32.1885 | -63.9126 |
#666eea color RGB value is (102,110,234).
#666eea hex color red value is 102, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #666eea hue: 0.66 , saturation: 0.76 and the lightness value of 666eea is 0.66.
The process color (four color CMYK) of #666eea color hex is 0.56, 0.53, 0.00, 0.08. Web safe color of #666eea is #6666ff. Color #666eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01101110 | 11101010 |
Octal | 146 | 156 | 352 |
Decimal | 102 | 110 | 234 |
Hex | 66 | 6E | EA |
Shades of #666eea
Tints of #666eea
RGB Percentages of Color #666eea
CMYK Percentages of Color #666eea
Complementary Color
#666eea | #eae266 |
#666eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#666eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#666eea Color CSS Codes
.mybgcolor {background-color:#666eea; } .myforecolor {color:#666eea; } .mybordercolor {border:3px solid #666eea; }
#666eea Text Font Color
<p style="color:#666eea">Text here</p>
This sample text font color is #666eea
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.
#666eea Background Color
<div style="background-color:#666eea">
Div content here</div>
This div background color is #666eea
#666eea Border Color
<div style="border:3px solid #666eea">
Div here</div>
This div border color is #666eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,110,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #666eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #666eea; -webkit-box-shadow: 1px 1px 3px 2px #666eea; box-shadow: 1px 1px 3px 2px #666eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,110,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 #666eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #666eea; -webkit-box-shadow: 1px 1px 3px 2px #666eea; box-shadow: 1px 1px 3px 2px #666eea;">
Div content here</div>
This div box has shadow with color #666eea
Comments
No comments written yet.
Please login to write comment.