Color spaces of #ba3eca
RGB | 186 | 62 | 202 |
---|---|---|---|
HSL | 0.81 | 0.57 | 0.52 |
HSV | 293° | 69° | 79° |
CMYK | 0.08 | 0.69 | 0.00 0.21 |
XYZ | 32.6330 | 18.1486 | 57.6602 |
Yxy | 18.1486 | 0.3009 | 0.1674 |
Hunter Lab | 42.6012 | 62.1810 | -50.4275 |
CIE-Lab | 49.6758 | 67.0285 | -48.5745 |
#ba3eca color RGB value is (186,62,202).
#ba3eca hex color red value is 186, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ba3eca hue: 0.81 , saturation: 0.57 and the lightness value of ba3eca is 0.52.
The process color (four color CMYK) of #ba3eca color hex is 0.08, 0.69, 0.00, 0.21. Web safe color of #ba3eca is #cc33cc. Color #ba3eca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00111110 | 11001010 |
Octal | 272 | 76 | 312 |
Decimal | 186 | 62 | 202 |
Hex | BA | 3E | CA |
Shades of #ba3eca
Tints of #ba3eca
RGB Percentages of Color #ba3eca
CMYK Percentages of Color #ba3eca
Complementary Color
#ba3eca | #4eca3e |
#ba3eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba3eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba3eca Color CSS Codes
.mybgcolor {background-color:#ba3eca; } .myforecolor {color:#ba3eca; } .mybordercolor {border:3px solid #ba3eca; }
#ba3eca Text Font Color
<p style="color:#ba3eca">Text here</p>
This sample text font color is #ba3eca
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.
#ba3eca Background Color
<div style="background-color:#ba3eca">
Div content here</div>
This div background color is #ba3eca
#ba3eca Border Color
<div style="border:3px solid #ba3eca">
Div here</div>
This div border color is #ba3eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,62,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba3eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba3eca; -webkit-box-shadow: 1px 1px 3px 2px #ba3eca; box-shadow: 1px 1px 3px 2px #ba3eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,62,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba3eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba3eca; -webkit-box-shadow: 1px 1px 3px 2px #ba3eca; box-shadow: 1px 1px 3px 2px #ba3eca;">
Div content here</div>
This div box has shadow with color #ba3eca
Comments
No comments written yet.
Please login to write comment.