Color Hex Logo

#ba2fdb Color Hex

#BA2FDB
(186,47,219)
0 Favorites   0 Comments

Color spaces of #ba2fdb

RGB 18647219
HSL0.800.700.52
HSV288°79°86°
CMYK 0.150.790.00   0.14
XYZ34.052417.586668.6176
Yxy17.58660.28320.1462
Hunter Lab41.936471.5536-67.6567
CIE-Lab48.990874.9855-59.4170

#ba2fdb color RGB value is (186,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101111 11011011
Octal 272 57 333
Decimal 186 47 219
Hex BA 2F DB

RGB Percentages of Color #ba2fdb

%41.15
%10.40
%48.45

CMYK Percentages of Color #ba2fdb

%15
%79
%0
%14

Triadic Colors of #ba2fdb

#ba2fdb #dbba2f #2fdbba

Analogous Colors of #ba2fdb

#ba2fdb #db2fa6 #642fdb

Monochromatic Colors of #ba2fdb

#ba2fdb

Complementary Color

#ba2fdb #50db2f

#ba2fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2fdb Color CSS Codes

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

#ba2fdb Text Font Color

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

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


#ba2fdb Background Color

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

This div background color is #ba2fdb


#ba2fdb Border Color

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

This div border color is #ba2fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,47,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 #ba2fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2fdb


Comments

No comments written yet.

Please login to write comment.