Color Hex Logo

#ba309a Color Hex

#BA309A
(186,48,154)
0 Favorites   0 Comments

Color spaces of #ba309a

RGB 18648154
HSL0.870.590.46
HSV314°74°73°
CMYK 0.000.740.17   0.27
XYZ27.139414.886132.0147
Yxy14.88610.36650.2011
Hunter Lab38.582558.0397-22.1894
CIE-Lab45.477864.2581-26.9961

#ba309a color RGB value is (186,48,154).

#ba309a hex color red value is 186, green value is 48 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ba309a hue: 0.87 , saturation: 0.59 and the lightness value of ba309a is 0.46.

The process color (four color CMYK) of #ba309a color hex is 0.00, 0.74, 0.17, 0.27. Web safe color of #ba309a is #cc3399. Color #ba309a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 10011010
Octal 272 60 232
Decimal 186 48 154
Hex BA 30 9A

RGB Percentages of Color #ba309a

%47.94
%12.37
%39.69

CMYK Percentages of Color #ba309a

%0
%74
%17
%27

Triadic Colors of #ba309a

#ba309a #9aba30 #309aba

Analogous Colors of #ba309a

#ba309a #ba3055 #9530ba

Monochromatic Colors of #ba309a

#ba309a

Complementary Color

#ba309a #30ba50

#ba309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba309a Color CSS Codes

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

#ba309a Text Font Color

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

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


#ba309a Background Color

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

This div background color is #ba309a


#ba309a Border Color

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

This div border color is #ba309a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba309a


Comments

No comments written yet.

Please login to write comment.