Color spaces of #b641ba
RGB | 182 | 65 | 186 |
---|---|---|---|
HSL | 0.83 | 0.48 | 0.49 |
HSV | 298° | 65° | 73° |
CMYK | 0.02 | 0.65 | 0.00 0.27 |
XYZ | 30.0446 | 17.2708 | 48.2045 |
Yxy | 17.2708 | 0.3145 | 0.1808 |
Hunter Lab | 41.5582 | 56.3204 | -39.6815 |
CIE-Lab | 48.5994 | 62.1552 | -41.0524 |
#b641ba color RGB value is (182,65,186).
#b641ba hex color red value is 182, green value is 65 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b641ba hue: 0.83 , saturation: 0.48 and the lightness value of b641ba is 0.49.
The process color (four color CMYK) of #b641ba color hex is 0.02, 0.65, 0.00, 0.27. Web safe color of #b641ba is #cc33cc. Color #b641ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01000001 | 10111010 |
Octal | 266 | 101 | 272 |
Decimal | 182 | 65 | 186 |
Hex | B6 | 41 | BA |
Shades of #b641ba
Tints of #b641ba
RGB Percentages of Color #b641ba
CMYK Percentages of Color #b641ba
Complementary Color
#b641ba | #45ba41 |
#b641ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b641ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b641ba Color CSS Codes
.mybgcolor {background-color:#b641ba; } .myforecolor {color:#b641ba; } .mybordercolor {border:3px solid #b641ba; }
#b641ba Text Font Color
<p style="color:#b641ba">Text here</p>
This sample text font color is #b641ba
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.
#b641ba Background Color
<div style="background-color:#b641ba">
Div content here</div>
This div background color is #b641ba
#b641ba Border Color
<div style="border:3px solid #b641ba">
Div here</div>
This div border color is #b641ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,65,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b641ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b641ba; -webkit-box-shadow: 1px 1px 3px 2px #b641ba; box-shadow: 1px 1px 3px 2px #b641ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,65,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b641ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b641ba; -webkit-box-shadow: 1px 1px 3px 2px #b641ba; box-shadow: 1px 1px 3px 2px #b641ba;">
Div content here</div>
This div box has shadow with color #b641ba
Comments
No comments written yet.
Please login to write comment.