Color Hex Logo

#ba3bbd Color Hex

#BA3BBD
(186,59,189)
0 Favorites   0 Comments

Color spaces of #ba3bbd

RGB 18659189
HSL0.830.520.49
HSV299°69°74°
CMYK 0.020.690.00   0.26
XYZ30.999017.241249.8382
Yxy17.24120.31610.1758
Hunter Lab41.522560.5963-42.0982
CIE-Lab48.562565.8833-42.8189

#ba3bbd color RGB value is (186,59,189).

#ba3bbd hex color red value is 186, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba3bbd hue: 0.83 , saturation: 0.52 and the lightness value of ba3bbd is 0.49.

The process color (four color CMYK) of #ba3bbd color hex is 0.02, 0.69, 0.00, 0.26. Web safe color of #ba3bbd is #cc33cc. Color #ba3bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111011 10111101
Octal 272 73 275
Decimal 186 59 189
Hex BA 3B BD

RGB Percentages of Color #ba3bbd

%42.86
%13.59
%43.55

CMYK Percentages of Color #ba3bbd

%2
%69
%0
%26

Triadic Colors of #ba3bbd

#ba3bbd #bdba3b #3bbdba

Analogous Colors of #ba3bbd

#ba3bbd #bd3b7f #793bbd

Monochromatic Colors of #ba3bbd

#ba3bbd

Complementary Color

#ba3bbd #3ebd3b

#ba3bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3bbd Color CSS Codes

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

#ba3bbd Text Font Color

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

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


#ba3bbd Background Color

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

This div background color is #ba3bbd


#ba3bbd Border Color

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

This div border color is #ba3bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3bbd


Comments

No comments written yet.

Please login to write comment.