Color spaces of #660feb
RGB | 102 | 15 | 235 |
---|---|---|---|
HSL | 0.73 | 0.88 | 0.49 |
HSV | 264° | 94° | 92° |
CMYK | 0.57 | 0.94 | 0.00 0.08 |
XYZ | 20.6457 | 9.1646 | 79.2781 |
Yxy | 9.1646 | 0.1893 | 0.0840 |
Hunter Lab | 30.2731 | 68.7559 | -134.0754 |
CIE-Lab | 36.2993 | 75.1338 | -89.7550 |
#660feb color RGB value is (102,15,235).
#660feb hex color red value is 102, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #660feb hue: 0.73 , saturation: 0.88 and the lightness value of 660feb is 0.49.
The process color (four color CMYK) of #660feb color hex is 0.57, 0.94, 0.00, 0.08. Web safe color of #660feb is #6600ff. Color #660feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00001111 | 11101011 |
Octal | 146 | 17 | 353 |
Decimal | 102 | 15 | 235 |
Hex | 66 | F | EB |
Shades of #660feb
Tints of #660feb
RGB Percentages of Color #660feb
CMYK Percentages of Color #660feb
Complementary Color
#660feb | #94eb0f |
#660feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#660feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#660feb Color CSS Codes
.mybgcolor {background-color:#660feb; } .myforecolor {color:#660feb; } .mybordercolor {border:3px solid #660feb; }
#660feb Text Font Color
<p style="color:#660feb">Text here</p>
This sample text font color is #660feb
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.
#660feb Background Color
<div style="background-color:#660feb">
Div content here</div>
This div background color is #660feb
#660feb Border Color
<div style="border:3px solid #660feb">
Div here</div>
This div border color is #660feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,15,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #660feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #660feb; -webkit-box-shadow: 1px 1px 3px 2px #660feb; box-shadow: 1px 1px 3px 2px #660feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,15,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #660feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #660feb; -webkit-box-shadow: 1px 1px 3px 2px #660feb; box-shadow: 1px 1px 3px 2px #660feb;">
Div content here</div>
This div box has shadow with color #660feb
Comments
No comments written yet.
Please login to write comment.