Color spaces of #ba53dd
RGB | 186 | 83 | 221 |
---|---|---|---|
HSL | 0.79 | 0.67 | 0.60 |
HSV | 285° | 62° | 87° |
CMYK | 0.16 | 0.62 | 0.00 0.13 |
XYZ | 36.3941 | 21.8461 | 70.7051 |
Yxy | 21.8461 | 0.2822 | 0.1694 |
Hunter Lab | 46.7398 | 57.1949 | -56.9724 |
CIE-Lab | 53.8633 | 61.9437 | -52.7376 |
#ba53dd color RGB value is (186,83,221).
#ba53dd hex color red value is 186, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba53dd hue: 0.79 , saturation: 0.67 and the lightness value of ba53dd is 0.60.
The process color (four color CMYK) of #ba53dd color hex is 0.16, 0.62, 0.00, 0.13. Web safe color of #ba53dd is #cc66cc. Color #ba53dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01010011 | 11011101 |
Octal | 272 | 123 | 335 |
Decimal | 186 | 83 | 221 |
Hex | BA | 53 | DD |
Shades of #ba53dd
Tints of #ba53dd
RGB Percentages of Color #ba53dd
CMYK Percentages of Color #ba53dd
Complementary Color
#ba53dd | #76dd53 |
#ba53dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba53dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba53dd Color CSS Codes
.mybgcolor {background-color:#ba53dd; } .myforecolor {color:#ba53dd; } .mybordercolor {border:3px solid #ba53dd; }
#ba53dd Text Font Color
<p style="color:#ba53dd">Text here</p>
This sample text font color is #ba53dd
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.
#ba53dd Background Color
<div style="background-color:#ba53dd">
Div content here</div>
This div background color is #ba53dd
#ba53dd Border Color
<div style="border:3px solid #ba53dd">
Div here</div>
This div border color is #ba53dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,83,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba53dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba53dd; -webkit-box-shadow: 1px 1px 3px 2px #ba53dd; box-shadow: 1px 1px 3px 2px #ba53dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,83,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba53dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba53dd; -webkit-box-shadow: 1px 1px 3px 2px #ba53dd; box-shadow: 1px 1px 3px 2px #ba53dd;">
Div content here</div>
This div box has shadow with color #ba53dd
Comments
No comments written yet.
Please login to write comment.