Color Hex Logo

#ba0adb Color Hex

#BA0ADB
(186,10,219)
0 Favorites   0 Comments

Color spaces of #ba0adb

RGB 18610219
HSL0.810.910.45
HSV291°95°86°
CMYK 0.150.950.00   0.14
XYZ33.144415.770768.3150
Yxy15.77070.28270.1345
Hunter Lab39.712379.4817-74.1948
CIE-Lab46.672281.7947-63.1622

#ba0adb color RGB value is (186,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001010 11011011
Octal 272 12 333
Decimal 186 10 219
Hex BA A DB

RGB Percentages of Color #ba0adb

%44.82
%2.41
%52.77

CMYK Percentages of Color #ba0adb

%15
%95
%0
%14

Triadic Colors of #ba0adb

#ba0adb #dbba0a #0adbba

Analogous Colors of #ba0adb

#ba0adb #db0a94 #510adb

Monochromatic Colors of #ba0adb

#ba0adb

Complementary Color

#ba0adb #2bdb0a

#ba0adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0adb Color CSS Codes

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

#ba0adb Text Font Color

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

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


#ba0adb Background Color

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

This div background color is #ba0adb


#ba0adb Border Color

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

This div border color is #ba0adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0adb


Comments

No comments written yet.

Please login to write comment.