Color Hex Logo

#ba3aba Color Hex

#BA3ABA
(186,58,186)
0 Favorites   0 Comments

Color spaces of #ba3aba

RGB 18658186
HSL0.830.520.48
HSV300°69°73°
CMYK 0.000.690.00   0.27
XYZ30.625717.010448.1236
Yxy17.01040.31980.1776
Hunter Lab41.243760.3697-40.3097
CIE-Lab48.273165.7436-41.5296

#ba3aba color RGB value is (186,58,186).

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

The process color (four color CMYK) of #ba3aba color hex is 0.00, 0.69, 0.00, 0.27. Web safe color of #ba3aba is #cc33cc. Color #ba3aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111010 10111010
Octal 272 72 272
Decimal 186 58 186
Hex BA 3A BA

RGB Percentages of Color #ba3aba

%43.26
%13.49
%43.26

CMYK Percentages of Color #ba3aba

%0
%69
%0
%27

Triadic Colors of #ba3aba

#ba3aba #baba3a #3ababa

Analogous Colors of #ba3aba

#ba3aba #ba3a7a #7a3aba

Monochromatic Colors of #ba3aba

#ba3aba

Complementary Color

#ba3aba #3aba3a

#ba3aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3aba Color CSS Codes

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

#ba3aba Text Font Color

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

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


#ba3aba Background Color

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

This div background color is #ba3aba


#ba3aba Border Color

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

This div border color is #ba3aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3aba


Comments

No comments written yet.

Please login to write comment.