Hex #ba55d3 Color

#ba55d3
equivalent to

RGB

(186, 85, 211)

Details of #ba55d3

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
186
35.2561
0.80
0.12
53.6421
21.6393
288°
46.5180
85
21.6393
0.59
0.60
59.0726
0.2918
60°
53.8790
211
63.9466
0.58
0.00   0.17
-47.4149
0.1791
83°
-48.9118

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111010
272
186
BA
Green
1010101
125
85
55
Blue
11010011
323
211
D3

RGB in % of #ba55d3

%38.59
%17.63
%43.78

CMYK in % of #ba55d3

%12
%60
%0
%17

Triads of color #ba55d3

#ba55d3 #55d3ba #d3bad3

Similar Colors to #ba55d3

#ba55d3 #7b55d3 #d355ad

Preview Color #ba55d3 on black ground

#ba55d3 is very interesting for text.

Preview Color #ba55d3 on white ground

#ba55d3 is very interesting for text.

CSS Codes #ba55d3 color

.mybgcolor {background-color:#ba55d3; }
.myforecolor {color:#ba55d3; }
.mybordercolor {border:3px solid #ba55d3; }

Text Font Color #ba55d3

<p style="color:#ba55d3">Text here</p>

This sample text font color is #ba55d3
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.


Background Color #ba55d3

<div style="background-color:#ba55d3">
Div content here</div>

This div background color is #ba55d3


Border Color #ba55d3

<div style="border:3px solid #ba55d3">
Div here</div>

The color of this border is #ba55d3


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ba55d3; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #ba55d3;
-webkit-box-shadow: 1px 1px 3px 2px #ba55d3;
box-shadow:         1px 1px 3px 2px #ba55d3; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #ba55d3">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #ba55d3;
  -webkit-box-shadow: 1px 1px 3px 2px #ba55d3;
  box-shadow:         1px 1px 3px 2px #ba55d3;">
Div content here</div>

The shadow of div box using color #ba55d3