Color Hex Logo

#ba0bdd Color Hex

#BA0BDD
(186,11,221)
0 Favorites   0 Comments

Color spaces of #ba0bdd

RGB 18611221
HSL0.810.910.45
HSV290°95°87°
CMYK 0.160.950.00   0.13
XYZ33.420515.898969.7140
Yxy15.89890.28080.1336
Hunter Lab39.873479.8339-75.7502
CIE-Lab46.841682.0392-64.0311

#ba0bdd color RGB value is (186,11,221).

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

The process color (four color CMYK) of #ba0bdd color hex is 0.16, 0.95, 0.00, 0.13. Web safe color of #ba0bdd is #cc00cc. Color #ba0bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001011 11011101
Octal 272 13 335
Decimal 186 11 221
Hex BA B DD

RGB Percentages of Color #ba0bdd

%44.50
%2.63
%52.87

CMYK Percentages of Color #ba0bdd

%16
%95
%0
%13

Triadic Colors of #ba0bdd

#ba0bdd #ddba0b #0bddba

Analogous Colors of #ba0bdd

#ba0bdd #dd0b97 #510bdd

Monochromatic Colors of #ba0bdd

#ba0bdd

Complementary Color

#ba0bdd #2edd0b

#ba0bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0bdd Color CSS Codes

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

#ba0bdd Text Font Color

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

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


#ba0bdd Background Color

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

This div background color is #ba0bdd


#ba0bdd Border Color

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

This div border color is #ba0bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,11,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba0bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0bdd


Comments

No comments written yet.

Please login to write comment.