Color spaces of #b66693
RGB | 182 | 102 | 147 |
---|---|---|---|
HSL | 0.91 | 0.35 | 0.56 |
HSV | 326° | 44° | 71° |
CMYK | 0.00 | 0.44 | 0.19 0.29 |
XYZ | 29.3092 | 21.5544 | 30.2194 |
Yxy | 21.5544 | 0.3615 | 0.2658 |
Hunter Lab | 46.4267 | 31.4403 | -6.0935 |
CIE-Lab | 53.5510 | 38.0104 | -10.5429 |
#b66693 color RGB value is (182,102,147).
#b66693 hex color red value is 182, green value is 102 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b66693 hue: 0.91 , saturation: 0.35 and the lightness value of b66693 is 0.56.
The process color (four color CMYK) of #b66693 color hex is 0.00, 0.44, 0.19, 0.29. Web safe color of #b66693 is #cc6699. Color #b66693 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01100110 | 10010011 |
Octal | 266 | 146 | 223 |
Decimal | 182 | 102 | 147 |
Hex | B6 | 66 | 93 |
Shades of #b66693
Tints of #b66693
RGB Percentages of Color #b66693
CMYK Percentages of Color #b66693
Complementary Color
#b66693 | #66b689 |
#b66693 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b66693 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b66693 Color CSS Codes
.mybgcolor {background-color:#b66693; } .myforecolor {color:#b66693; } .mybordercolor {border:3px solid #b66693; }
#b66693 Text Font Color
<p style="color:#b66693">Text here</p>
This sample text font color is #b66693
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.
#b66693 Background Color
<div style="background-color:#b66693">
Div content here</div>
This div background color is #b66693
#b66693 Border Color
<div style="border:3px solid #b66693">
Div here</div>
This div border color is #b66693
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,102,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b66693; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b66693; -webkit-box-shadow: 1px 1px 3px 2px #b66693; box-shadow: 1px 1px 3px 2px #b66693; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,102,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b66693">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b66693; -webkit-box-shadow: 1px 1px 3px 2px #b66693; box-shadow: 1px 1px 3px 2px #b66693;">
Div content here</div>
This div box has shadow with color #b66693
Comments
No comments written yet.
Please login to write comment.