Color Hex Logo

#ba1fdb Color Hex

#BA1FDB
(186,31,219)
0 Favorites   0 Comments

Color spaces of #ba1fdb

RGB 18631219
HSL0.800.750.49
HSV289°86°86°
CMYK 0.150.860.00   0.14
XYZ33.525916.533568.4421
Yxy16.53350.28290.1395
Hunter Lab40.661476.0183-71.3351
CIE-Lab47.666878.8528-61.5535

#ba1fdb color RGB value is (186,31,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011111 11011011
Octal 272 37 333
Decimal 186 31 219
Hex BA 1F DB

RGB Percentages of Color #ba1fdb

%42.66
%7.11
%50.23

CMYK Percentages of Color #ba1fdb

%15
%86
%0
%14

Triadic Colors of #ba1fdb

#ba1fdb #dbba1f #1fdbba

Analogous Colors of #ba1fdb

#ba1fdb #db1f9e #5c1fdb

Monochromatic Colors of #ba1fdb

#ba1fdb

Complementary Color

#ba1fdb #40db1f

#ba1fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1fdb Color CSS Codes

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

#ba1fdb Text Font Color

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

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


#ba1fdb Background Color

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

This div background color is #ba1fdb


#ba1fdb Border Color

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

This div border color is #ba1fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1fdb


Comments

No comments written yet.

Please login to write comment.