Color spaces of #660cbd
RGB | 102 | 12 | 189 |
---|---|---|---|
HSL | 0.75 | 0.88 | 0.39 |
HSV | 271° | 94° | 74° |
CMYK | 0.46 | 0.94 | 0.00 0.26 |
XYZ | 14.7963 | 6.7618 | 48.6694 |
Yxy | 6.7618 | 0.2107 | 0.0963 |
Hunter Lab | 26.0035 | 56.0627 | -92.7678 |
CIE-Lab | 31.2584 | 65.2728 | -71.4392 |
#660cbd color RGB value is (102,12,189).
#660cbd hex color red value is 102, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #660cbd hue: 0.75 , saturation: 0.88 and the lightness value of 660cbd is 0.39.
The process color (four color CMYK) of #660cbd color hex is 0.46, 0.94, 0.00, 0.26. Web safe color of #660cbd is #6600cc. Color #660cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00001100 | 10111101 |
Octal | 146 | 14 | 275 |
Decimal | 102 | 12 | 189 |
Hex | 66 | C | BD |
Shades of #660cbd
Tints of #660cbd
RGB Percentages of Color #660cbd
CMYK Percentages of Color #660cbd
Complementary Color
#660cbd | #63bd0c |
#660cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#660cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#660cbd Color CSS Codes
.mybgcolor {background-color:#660cbd; } .myforecolor {color:#660cbd; } .mybordercolor {border:3px solid #660cbd; }
#660cbd Text Font Color
<p style="color:#660cbd">Text here</p>
This sample text font color is #660cbd
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.
#660cbd Background Color
<div style="background-color:#660cbd">
Div content here</div>
This div background color is #660cbd
#660cbd Border Color
<div style="border:3px solid #660cbd">
Div here</div>
This div border color is #660cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,12,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #660cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #660cbd; -webkit-box-shadow: 1px 1px 3px 2px #660cbd; box-shadow: 1px 1px 3px 2px #660cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,12,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #660cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #660cbd; -webkit-box-shadow: 1px 1px 3px 2px #660cbd; box-shadow: 1px 1px 3px 2px #660cbd;">
Div content here</div>
This div box has shadow with color #660cbd
Comments
No comments written yet.
Please login to write comment.