Color spaces of #ba45ff
RGB | 186 | 69 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.64 |
HSV | 278° | 73° | 100° |
CMYK | 0.27 | 0.73 | 0.00 0.00 |
XYZ | 40.4278 | 21.9153 | 96.7070 |
Yxy | 21.9153 | 0.2542 | 0.1378 |
Hunter Lab | 46.8138 | 72.2263 | -89.7105 |
CIE-Lab | 53.9370 | 74.5728 | -71.6673 |
#ba45ff color RGB value is (186,69,255).
#ba45ff hex color red value is 186, green value is 69 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ba45ff hue: 0.77 , saturation: 1.00 and the lightness value of ba45ff is 0.64.
The process color (four color CMYK) of #ba45ff color hex is 0.27, 0.73, 0.00, 0.00. Web safe color of #ba45ff is #cc33ff. Color #ba45ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01000101 | 11111111 |
Octal | 272 | 105 | 377 |
Decimal | 186 | 69 | 255 |
Hex | BA | 45 | FF |
Shades of #ba45ff
Tints of #ba45ff
RGB Percentages of Color #ba45ff
CMYK Percentages of Color #ba45ff
Complementary Color
#ba45ff | #8aff45 |
#ba45ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba45ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba45ff Color CSS Codes
.mybgcolor {background-color:#ba45ff; } .myforecolor {color:#ba45ff; } .mybordercolor {border:3px solid #ba45ff; }
#ba45ff Text Font Color
<p style="color:#ba45ff">Text here</p>
This sample text font color is #ba45ff
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.
#ba45ff Background Color
<div style="background-color:#ba45ff">
Div content here</div>
This div background color is #ba45ff
#ba45ff Border Color
<div style="border:3px solid #ba45ff">
Div here</div>
This div border color is #ba45ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,69,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba45ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba45ff; -webkit-box-shadow: 1px 1px 3px 2px #ba45ff; box-shadow: 1px 1px 3px 2px #ba45ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,69,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba45ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba45ff; -webkit-box-shadow: 1px 1px 3px 2px #ba45ff; box-shadow: 1px 1px 3px 2px #ba45ff;">
Div content here</div>
This div box has shadow with color #ba45ff
Related Colors
Comments
No comments written yet.
Please login to write comment.