Color spaces of #664682
RGB | 102 | 70 | 130 |
---|---|---|---|
HSL | 0.76 | 0.30 | 0.39 |
HSV | 272° | 46° | 51° |
CMYK | 0.22 | 0.46 | 0.00 0.49 |
XYZ | 11.6989 | 8.8168 | 22.2043 |
Yxy | 8.8168 | 0.2739 | 0.2064 |
Hunter Lab | 29.6931 | 18.3650 | -23.5515 |
CIE-Lab | 35.6292 | 26.1776 | -28.7057 |
#664682 color RGB value is (102,70,130).
#664682 hex color red value is 102, green value is 70 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #664682 hue: 0.76 , saturation: 0.30 and the lightness value of 664682 is 0.39.
The process color (four color CMYK) of #664682 color hex is 0.22, 0.46, 0.00, 0.49. Web safe color of #664682 is #663399. Color #664682 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01000110 | 10000010 |
Octal | 146 | 106 | 202 |
Decimal | 102 | 70 | 130 |
Hex | 66 | 46 | 82 |
Shades of #664682
Tints of #664682
RGB Percentages of Color #664682
CMYK Percentages of Color #664682
Complementary Color
#664682 | #628246 |
#664682 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#664682 Color Preview on White Background
Lorem ipsum dolor sit amet.
#664682 Color CSS Codes
.mybgcolor {background-color:#664682; } .myforecolor {color:#664682; } .mybordercolor {border:3px solid #664682; }
#664682 Text Font Color
<p style="color:#664682">Text here</p>
This sample text font color is #664682
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.
#664682 Background Color
<div style="background-color:#664682">
Div content here</div>
This div background color is #664682
#664682 Border Color
<div style="border:3px solid #664682">
Div here</div>
This div border color is #664682
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,70,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #664682; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #664682; -webkit-box-shadow: 1px 1px 3px 2px #664682; box-shadow: 1px 1px 3px 2px #664682; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,70,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #664682">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #664682; -webkit-box-shadow: 1px 1px 3px 2px #664682; box-shadow: 1px 1px 3px 2px #664682;">
Div content here</div>
This div box has shadow with color #664682
Comments
No comments written yet.
Please login to write comment.