Color spaces of #ba6fbe
RGB | 186 | 111 | 190 |
---|---|---|---|
HSL | 0.82 | 0.38 | 0.59 |
HSV | 297° | 42° | 75° |
CMYK | 0.02 | 0.42 | 0.00 0.25 |
XYZ | 35.2284 | 25.5257 | 51.7854 |
Yxy | 25.5257 | 0.3130 | 0.2268 |
Hunter Lab | 50.5230 | 36.0484 | -25.4054 |
CIE-Lab | 57.5841 | 41.9874 | -29.2463 |
#ba6fbe color RGB value is (186,111,190).
#ba6fbe hex color red value is 186, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba6fbe hue: 0.82 , saturation: 0.38 and the lightness value of ba6fbe is 0.59.
The process color (four color CMYK) of #ba6fbe color hex is 0.02, 0.42, 0.00, 0.25. Web safe color of #ba6fbe is #cc66cc. Color #ba6fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01101111 | 10111110 |
Octal | 272 | 157 | 276 |
Decimal | 186 | 111 | 190 |
Hex | BA | 6F | BE |
Shades of #ba6fbe
Tints of #ba6fbe
RGB Percentages of Color #ba6fbe
CMYK Percentages of Color #ba6fbe
Complementary Color
#ba6fbe | #73be6f |
#ba6fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba6fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba6fbe Color CSS Codes
.mybgcolor {background-color:#ba6fbe; } .myforecolor {color:#ba6fbe; } .mybordercolor {border:3px solid #ba6fbe; }
#ba6fbe Text Font Color
<p style="color:#ba6fbe">Text here</p>
This sample text font color is #ba6fbe
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.
#ba6fbe Background Color
<div style="background-color:#ba6fbe">
Div content here</div>
This div background color is #ba6fbe
#ba6fbe Border Color
<div style="border:3px solid #ba6fbe">
Div here</div>
This div border color is #ba6fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,111,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba6fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba6fbe; -webkit-box-shadow: 1px 1px 3px 2px #ba6fbe; box-shadow: 1px 1px 3px 2px #ba6fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,111,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba6fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba6fbe; -webkit-box-shadow: 1px 1px 3px 2px #ba6fbe; box-shadow: 1px 1px 3px 2px #ba6fbe;">
Div content here</div>
This div box has shadow with color #ba6fbe
Comments
No comments written yet.
Please login to write comment.