Color spaces of #ba44fd
RGB | 186 | 68 | 253 |
---|---|---|---|
HSL | 0.77 | 0.98 | 0.63 |
HSV | 278° | 73° | 99° |
CMYK | 0.26 | 0.73 | 0.00 0.01 |
XYZ | 40.0464 | 21.6652 | 94.9996 |
Yxy | 21.6652 | 0.2555 | 0.1382 |
Hunter Lab | 46.5459 | 72.1196 | -88.4280 |
CIE-Lab | 53.6700 | 74.5377 | -70.9896 |
#ba44fd color RGB value is (186,68,253).
#ba44fd hex color red value is 186, green value is 68 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ba44fd hue: 0.77 , saturation: 0.98 and the lightness value of ba44fd is 0.63.
The process color (four color CMYK) of #ba44fd color hex is 0.26, 0.73, 0.00, 0.01. Web safe color of #ba44fd is #cc33ff. Color #ba44fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01000100 | 11111101 |
Octal | 272 | 104 | 375 |
Decimal | 186 | 68 | 253 |
Hex | BA | 44 | FD |
Shades of #ba44fd
Tints of #ba44fd
RGB Percentages of Color #ba44fd
CMYK Percentages of Color #ba44fd
Complementary Color
#ba44fd | #87fd44 |
#ba44fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba44fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba44fd Color CSS Codes
.mybgcolor {background-color:#ba44fd; } .myforecolor {color:#ba44fd; } .mybordercolor {border:3px solid #ba44fd; }
#ba44fd Text Font Color
<p style="color:#ba44fd">Text here</p>
This sample text font color is #ba44fd
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.
#ba44fd Background Color
<div style="background-color:#ba44fd">
Div content here</div>
This div background color is #ba44fd
#ba44fd Border Color
<div style="border:3px solid #ba44fd">
Div here</div>
This div border color is #ba44fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,68,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba44fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba44fd; -webkit-box-shadow: 1px 1px 3px 2px #ba44fd; box-shadow: 1px 1px 3px 2px #ba44fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,68,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba44fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba44fd; -webkit-box-shadow: 1px 1px 3px 2px #ba44fd; box-shadow: 1px 1px 3px 2px #ba44fd;">
Div content here</div>
This div box has shadow with color #ba44fd
Comments
No comments written yet.
Please login to write comment.