Color Hex Logo

#ba3fdb Color Hex

#BA3FDB
(186,63,219)
0 Favorites   0 Comments

Color spaces of #ba3fdb

RGB 18663219
HSL0.800.680.55
HSV287°71°86°
CMYK 0.150.710.00   0.14
XYZ34.813419.108668.8713
Yxy19.10860.28350.1556
Hunter Lab43.713465.6592-62.8132
CIE-Lab50.814069.7528-56.4846

#ba3fdb color RGB value is (186,63,219).

#ba3fdb hex color red value is 186, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba3fdb hue: 0.80 , saturation: 0.68 and the lightness value of ba3fdb is 0.55.

The process color (four color CMYK) of #ba3fdb color hex is 0.15, 0.71, 0.00, 0.14. Web safe color of #ba3fdb is #cc33cc. Color #ba3fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111111 11011011
Octal 272 77 333
Decimal 186 63 219
Hex BA 3F DB

RGB Percentages of Color #ba3fdb

%39.74
%13.46
%46.79

CMYK Percentages of Color #ba3fdb

%15
%71
%0
%14

Triadic Colors of #ba3fdb

#ba3fdb #dbba3f #3fdbba

Analogous Colors of #ba3fdb

#ba3fdb #db3fae #6c3fdb

Monochromatic Colors of #ba3fdb

#ba3fdb

Complementary Color

#ba3fdb #60db3f

#ba3fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3fdb Color CSS Codes

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

#ba3fdb Text Font Color

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

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


#ba3fdb Background Color

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

This div background color is #ba3fdb


#ba3fdb Border Color

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

This div border color is #ba3fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3fdb


Comments

No comments written yet.

Please login to write comment.