Color Hex Logo

#ba00db Color Hex

#BA00DB
(186,0,219)
0 Favorites   0 Comments

Color spaces of #ba00db

RGB 1860219
HSL0.811.000.43
HSV291°100°86°
CMYK 0.151.000.00   0.14
XYZ33.035915.553668.2788
Yxy15.55360.28270.1331
Hunter Lab39.438180.5067-75.0417
CIE-Lab46.383382.6555-63.6301

#ba00db color RGB value is (186,0,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 11011011
Octal 272 0 333
Decimal 186 0 219
Hex BA 0 DB

RGB Percentages of Color #ba00db

%45.93
%0.00
%54.07

CMYK Percentages of Color #ba00db

%15
%100
%0
%14

Triadic Colors of #ba00db

#ba00db #dbba00 #00dbba

Analogous Colors of #ba00db

#ba00db #db008f #4c00db

Monochromatic Colors of #ba00db

#ba00db

Complementary Color

#ba00db #21db00

#ba00db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba00db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba00db Color CSS Codes

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

#ba00db Text Font Color

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

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


#ba00db Background Color

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

This div background color is #ba00db


#ba00db Border Color

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

This div border color is #ba00db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba00db


Comments

No comments written yet.

Please login to write comment.