Color Hex Logo

#ba1bdd Color Hex

#BA1BDD
(186,27,221)
0 Favorites   0 Comments

Color spaces of #ba1bdd

RGB 18627221
HSL0.800.780.49
HSV289°88°87°
CMYK 0.160.880.00   0.13
XYZ33.692816.443469.8047
Yxy16.44340.28090.1371
Hunter Lab40.550577.3498-73.6781
CIE-Lab47.550979.9375-62.8827

#ba1bdd color RGB value is (186,27,221).

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

The process color (four color CMYK) of #ba1bdd color hex is 0.16, 0.88, 0.00, 0.13. Web safe color of #ba1bdd is #cc33cc. Color #ba1bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011011 11011101
Octal 272 33 335
Decimal 186 27 221
Hex BA 1B DD

RGB Percentages of Color #ba1bdd

%42.86
%6.22
%50.92

CMYK Percentages of Color #ba1bdd

%16
%88
%0
%13

Triadic Colors of #ba1bdd

#ba1bdd #ddba1b #1bddba

Analogous Colors of #ba1bdd

#ba1bdd #dd1b9f #591bdd

Monochromatic Colors of #ba1bdd

#ba1bdd

Complementary Color

#ba1bdd #3edd1b

#ba1bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1bdd Color CSS Codes

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

#ba1bdd Text Font Color

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

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


#ba1bdd Background Color

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

This div background color is #ba1bdd


#ba1bdd Border Color

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

This div border color is #ba1bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1bdd


Comments

No comments written yet.

Please login to write comment.