Color spaces of #ba34bd
RGB | 186 | 52 | 189 |
---|---|---|---|
HSL | 0.83 | 0.57 | 0.47 |
HSV | 299° | 72° | 74° |
CMYK | 0.02 | 0.72 | 0.00 0.26 |
XYZ | 30.6630 | 16.5692 | 49.7262 |
Yxy | 16.5692 | 0.3162 | 0.1709 |
Hunter Lab | 40.7053 | 63.2285 | -43.9359 |
CIE-Lab | 47.7126 | 68.2989 | -44.1688 |
#ba34bd color RGB value is (186,52,189).
#ba34bd hex color red value is 186, green value is 52 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba34bd hue: 0.83 , saturation: 0.57 and the lightness value of ba34bd is 0.47.
The process color (four color CMYK) of #ba34bd color hex is 0.02, 0.72, 0.00, 0.26. Web safe color of #ba34bd is #cc33cc. Color #ba34bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00110100 | 10111101 |
Octal | 272 | 64 | 275 |
Decimal | 186 | 52 | 189 |
Hex | BA | 34 | BD |
Shades of #ba34bd
Tints of #ba34bd
RGB Percentages of Color #ba34bd
CMYK Percentages of Color #ba34bd
Complementary Color
#ba34bd | #37bd34 |
#ba34bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba34bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba34bd Color CSS Codes
.mybgcolor {background-color:#ba34bd; } .myforecolor {color:#ba34bd; } .mybordercolor {border:3px solid #ba34bd; }
#ba34bd Text Font Color
<p style="color:#ba34bd">Text here</p>
This sample text font color is #ba34bd
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.
#ba34bd Background Color
<div style="background-color:#ba34bd">
Div content here</div>
This div background color is #ba34bd
#ba34bd Border Color
<div style="border:3px solid #ba34bd">
Div here</div>
This div border color is #ba34bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,52,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba34bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba34bd; -webkit-box-shadow: 1px 1px 3px 2px #ba34bd; box-shadow: 1px 1px 3px 2px #ba34bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,52,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 #ba34bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba34bd; -webkit-box-shadow: 1px 1px 3px 2px #ba34bd; box-shadow: 1px 1px 3px 2px #ba34bd;">
Div content here</div>
This div box has shadow with color #ba34bd
Comments
No comments written yet.
Please login to write comment.