Color Hex Logo

#ba01db Color Hex

#BA01DB
(186,1,219)
0 Favorites   0 Comments

Color spaces of #ba01db

RGB 1861219
HSL0.810.990.43
HSV291°100°86°
CMYK 0.151.000.00   0.14
XYZ33.046715.575368.2824
Yxy15.57530.28270.1332
Hunter Lab39.465680.4032-74.9563
CIE-Lab46.412382.5688-63.5831

#ba01db color RGB value is (186,1,219).

#ba01db hex color red value is 186, green value is 1 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba01db hue: 0.81 , saturation: 0.99 and the lightness value of ba01db is 0.43.

The process color (four color CMYK) of #ba01db color hex is 0.15, 1.00, 0.00, 0.14. Web safe color of #ba01db is #cc00cc. Color #ba01db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 11011011
Octal 272 1 333
Decimal 186 1 219
Hex BA 1 DB

RGB Percentages of Color #ba01db

%45.81
%0.25
%53.94

CMYK Percentages of Color #ba01db

%15
%100
%0
%14

Triadic Colors of #ba01db

#ba01db #dbba01 #01dbba

Analogous Colors of #ba01db

#ba01db #db018f #4d01db

Monochromatic Colors of #ba01db

#ba01db

Complementary Color

#ba01db #22db01

#ba01db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba01db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba01db Color CSS Codes

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

#ba01db Text Font Color

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

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


#ba01db Background Color

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

This div background color is #ba01db


#ba01db Border Color

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

This div border color is #ba01db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba01db


Comments

No comments written yet.

Please login to write comment.