Color spaces of #660ebe
RGB | 102 | 14 | 190 |
---|---|---|---|
HSL | 0.75 | 0.86 | 0.40 |
HSV | 270° | 93° | 75° |
CMYK | 0.46 | 0.93 | 0.00 0.25 |
XYZ | 14.9308 | 6.8566 | 49.2517 |
Yxy | 6.8566 | 0.2102 | 0.0965 |
Hunter Lab | 26.1851 | 55.9571 | -93.1893 |
CIE-Lab | 31.4782 | 65.1378 | -71.6677 |
#660ebe color RGB value is (102,14,190).
#660ebe hex color red value is 102, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #660ebe hue: 0.75 , saturation: 0.86 and the lightness value of 660ebe is 0.40.
The process color (four color CMYK) of #660ebe color hex is 0.46, 0.93, 0.00, 0.25. Web safe color of #660ebe is #6600cc. Color #660ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00001110 | 10111110 |
Octal | 146 | 16 | 276 |
Decimal | 102 | 14 | 190 |
Hex | 66 | E | BE |
Shades of #660ebe
Tints of #660ebe
RGB Percentages of Color #660ebe
CMYK Percentages of Color #660ebe
Complementary Color
#660ebe | #66be0e |
#660ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#660ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#660ebe Color CSS Codes
.mybgcolor {background-color:#660ebe; } .myforecolor {color:#660ebe; } .mybordercolor {border:3px solid #660ebe; }
#660ebe Text Font Color
<p style="color:#660ebe">Text here</p>
This sample text font color is #660ebe
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.
#660ebe Background Color
<div style="background-color:#660ebe">
Div content here</div>
This div background color is #660ebe
#660ebe Border Color
<div style="border:3px solid #660ebe">
Div here</div>
This div border color is #660ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,14,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #660ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #660ebe; -webkit-box-shadow: 1px 1px 3px 2px #660ebe; box-shadow: 1px 1px 3px 2px #660ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,14,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #660ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #660ebe; -webkit-box-shadow: 1px 1px 3px 2px #660ebe; box-shadow: 1px 1px 3px 2px #660ebe;">
Div content here</div>
This div box has shadow with color #660ebe
Comments
No comments written yet.
Please login to write comment.