Color spaces of #663cae
RGB | 102 | 60 | 174 |
---|---|---|---|
HSL | 0.73 | 0.49 | 0.46 |
HSV | 262° | 66° | 68° |
CMYK | 0.41 | 0.66 | 0.00 0.32 |
XYZ | 14.7353 | 9.1125 | 41.0266 |
Yxy | 9.1125 | 0.2271 | 0.1405 |
Hunter Lab | 30.1869 | 34.3050 | -59.4493 |
CIE-Lab | 36.2000 | 43.6026 | -54.4547 |
#663cae color RGB value is (102,60,174).
#663cae hex color red value is 102, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #663cae hue: 0.73 , saturation: 0.49 and the lightness value of 663cae is 0.46.
The process color (four color CMYK) of #663cae color hex is 0.41, 0.66, 0.00, 0.32. Web safe color of #663cae is #663399. Color #663cae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00111100 | 10101110 |
Octal | 146 | 74 | 256 |
Decimal | 102 | 60 | 174 |
Hex | 66 | 3C | AE |
Shades of #663cae
Tints of #663cae
RGB Percentages of Color #663cae
CMYK Percentages of Color #663cae
Complementary Color
#663cae | #84ae3c |
#663cae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#663cae Color Preview on White Background
Lorem ipsum dolor sit amet.
#663cae Color CSS Codes
.mybgcolor {background-color:#663cae; } .myforecolor {color:#663cae; } .mybordercolor {border:3px solid #663cae; }
#663cae Text Font Color
<p style="color:#663cae">Text here</p>
This sample text font color is #663cae
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.
#663cae Background Color
<div style="background-color:#663cae">
Div content here</div>
This div background color is #663cae
#663cae Border Color
<div style="border:3px solid #663cae">
Div here</div>
This div border color is #663cae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,60,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #663cae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #663cae; -webkit-box-shadow: 1px 1px 3px 2px #663cae; box-shadow: 1px 1px 3px 2px #663cae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,60,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #663cae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #663cae; -webkit-box-shadow: 1px 1px 3px 2px #663cae; box-shadow: 1px 1px 3px 2px #663cae;">
Div content here</div>
This div box has shadow with color #663cae
Comments
No comments written yet.
Please login to write comment.