Color spaces of #664fec
RGB | 102 | 79 | 236 |
---|---|---|---|
HSL | 0.69 | 0.81 | 0.62 |
HSV | 249° | 67° | 93° |
CMYK | 0.57 | 0.67 | 0.00 0.07 |
XYZ | 23.4158 | 14.4729 | 80.9163 |
Yxy | 14.4729 | 0.1971 | 0.1218 |
Hunter Lab | 38.0433 | 43.2918 | -99.4769 |
CIE-Lab | 44.9036 | 50.9285 | -76.1508 |
#664fec color RGB value is (102,79,236).
#664fec hex color red value is 102, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #664fec hue: 0.69 , saturation: 0.81 and the lightness value of 664fec is 0.62.
The process color (four color CMYK) of #664fec color hex is 0.57, 0.67, 0.00, 0.07. Web safe color of #664fec is #6666ff. Color #664fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01001111 | 11101100 |
Octal | 146 | 117 | 354 |
Decimal | 102 | 79 | 236 |
Hex | 66 | 4F | EC |
Shades of #664fec
Tints of #664fec
RGB Percentages of Color #664fec
CMYK Percentages of Color #664fec
Complementary Color
#664fec | #d5ec4f |
#664fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#664fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#664fec Color CSS Codes
.mybgcolor {background-color:#664fec; } .myforecolor {color:#664fec; } .mybordercolor {border:3px solid #664fec; }
#664fec Text Font Color
<p style="color:#664fec">Text here</p>
This sample text font color is #664fec
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.
#664fec Background Color
<div style="background-color:#664fec">
Div content here</div>
This div background color is #664fec
#664fec Border Color
<div style="border:3px solid #664fec">
Div here</div>
This div border color is #664fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,79,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #664fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #664fec; -webkit-box-shadow: 1px 1px 3px 2px #664fec; box-shadow: 1px 1px 3px 2px #664fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,79,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #664fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #664fec; -webkit-box-shadow: 1px 1px 3px 2px #664fec; box-shadow: 1px 1px 3px 2px #664fec;">
Div content here</div>
This div box has shadow with color #664fec
Comments
No comments written yet.
Please login to write comment.