Color spaces of #661576
RGB | 102 | 21 | 118 |
---|---|---|---|
HSL | 0.81 | 0.70 | 0.27 |
HSV | 290° | 82° | 46° |
CMYK | 0.14 | 0.82 | 0.00 0.54 |
XYZ | 9.0177 | 4.6691 | 17.5655 |
Yxy | 4.6691 | 0.2885 | 0.1494 |
Hunter Lab | 21.6081 | 36.6792 | -33.0719 |
CIE-Lab | 25.7704 | 48.0010 | -36.8575 |
#661576 color RGB value is (102,21,118).
#661576 hex color red value is 102, green value is 21 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #661576 hue: 0.81 , saturation: 0.70 and the lightness value of 661576 is 0.27.
The process color (four color CMYK) of #661576 color hex is 0.14, 0.82, 0.00, 0.54. Web safe color of #661576 is #660066. Color #661576 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00010101 | 01110110 |
Octal | 146 | 25 | 166 |
Decimal | 102 | 21 | 118 |
Hex | 66 | 15 | 76 |
Shades of #661576
Tints of #661576
RGB Percentages of Color #661576
CMYK Percentages of Color #661576
Complementary Color
#661576 | #257615 |
#661576 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#661576 Color Preview on White Background
Lorem ipsum dolor sit amet.
#661576 Color CSS Codes
.mybgcolor {background-color:#661576; } .myforecolor {color:#661576; } .mybordercolor {border:3px solid #661576; }
#661576 Text Font Color
<p style="color:#661576">Text here</p>
This sample text font color is #661576
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.
#661576 Background Color
<div style="background-color:#661576">
Div content here</div>
This div background color is #661576
#661576 Border Color
<div style="border:3px solid #661576">
Div here</div>
This div border color is #661576
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,21,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #661576; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #661576; -webkit-box-shadow: 1px 1px 3px 2px #661576; box-shadow: 1px 1px 3px 2px #661576; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,21,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #661576">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #661576; -webkit-box-shadow: 1px 1px 3px 2px #661576; box-shadow: 1px 1px 3px 2px #661576;">
Div content here</div>
This div box has shadow with color #661576
#661576 Color Palettes
Comments
No comments written yet.
Please login to write comment.