Color spaces of #66115a
RGB | 102 | 17 | 90 |
---|---|---|---|
HSL | 0.86 | 0.71 | 0.23 |
HSV | 308° | 83° | 40° |
CMYK | 0.00 | 0.83 | 0.12 0.60 |
XYZ | 7.5254 | 3.9639 | 10.0413 |
Yxy | 3.9639 | 0.3495 | 0.1841 |
Hunter Lab | 19.9095 | 32.6276 | -15.9660 |
CIE-Lab | 23.5517 | 44.2192 | -22.1667 |
#66115a color RGB value is (102,17,90).
#66115a hex color red value is 102, green value is 17 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #66115a hue: 0.86 , saturation: 0.71 and the lightness value of 66115a is 0.23.
The process color (four color CMYK) of #66115a color hex is 0.00, 0.83, 0.12, 0.60. Web safe color of #66115a is #660066. Color #66115a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00010001 | 01011010 |
Octal | 146 | 21 | 132 |
Decimal | 102 | 17 | 90 |
Hex | 66 | 11 | 5A |
Shades of #66115a
Tints of #66115a
RGB Percentages of Color #66115a
CMYK Percentages of Color #66115a
Complementary Color
#66115a | #11661d |
#66115a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66115a Color Preview on White Background
Lorem ipsum dolor sit amet.
#66115a Color CSS Codes
.mybgcolor {background-color:#66115a; } .myforecolor {color:#66115a; } .mybordercolor {border:3px solid #66115a; }
#66115a Text Font Color
<p style="color:#66115a">Text here</p>
This sample text font color is #66115a
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.
#66115a Background Color
<div style="background-color:#66115a">
Div content here</div>
This div background color is #66115a
#66115a Border Color
<div style="border:3px solid #66115a">
Div here</div>
This div border color is #66115a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,17,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66115a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66115a; -webkit-box-shadow: 1px 1px 3px 2px #66115a; box-shadow: 1px 1px 3px 2px #66115a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,17,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66115a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66115a; -webkit-box-shadow: 1px 1px 3px 2px #66115a; box-shadow: 1px 1px 3px 2px #66115a;">
Div content here</div>
This div box has shadow with color #66115a
Comments
No comments written yet.
Please login to write comment.