Color Hex Logo

#ba3bbb Color Hex

#BA3BBB
(186,59,187)
0 Favorites   0 Comments

Color spaces of #ba3bbb

RGB 18659187
HSL0.830.520.48
HSV300°68°73°
CMYK 0.010.680.00   0.27
XYZ30.783317.154948.7025
Yxy17.15490.31850.1775
Hunter Lab41.418560.1836-40.7241
CIE-Lab48.454665.5483-41.8252

#ba3bbb color RGB value is (186,59,187).

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

The process color (four color CMYK) of #ba3bbb color hex is 0.01, 0.68, 0.00, 0.27. Web safe color of #ba3bbb is #cc33cc. Color #ba3bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111011 10111011
Octal 272 73 273
Decimal 186 59 187
Hex BA 3B BB

RGB Percentages of Color #ba3bbb

%43.06
%13.66
%43.29

CMYK Percentages of Color #ba3bbb

%1
%68
%0
%27

Triadic Colors of #ba3bbb

#ba3bbb #bbba3b #3bbbba

Analogous Colors of #ba3bbb

#ba3bbb #bb3b7c #7a3bbb

Monochromatic Colors of #ba3bbb

#ba3bbb

Complementary Color

#ba3bbb #3cbb3b

#ba3bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3bbb Color CSS Codes

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

#ba3bbb Text Font Color

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

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


#ba3bbb Background Color

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

This div background color is #ba3bbb


#ba3bbb Border Color

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

This div border color is #ba3bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3bbb


Comments

No comments written yet.

Please login to write comment.