Color Hex Logo

#ba009a Color Hex

#BA009A
(186,0,154)
0 Favorites   0 Comments

Color spaces of #ba009a

RGB 1860154
HSL0.861.000.36
HSV310°100°73°
CMYK 0.001.000.17   0.27
XYZ26.082412.772231.6624
Yxy12.77220.36990.1811
Hunter Lab35.738267.7307-27.5114
CIE-Lab42.418073.1158-31.7820

#ba009a color RGB value is (186,0,154).

#ba009a hex color red value is 186, green value is 0 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ba009a hue: 0.86 , saturation: 1.00 and the lightness value of ba009a is 0.36.

The process color (four color CMYK) of #ba009a color hex is 0.00, 1.00, 0.17, 0.27. Web safe color of #ba009a is #cc0099. Color #ba009a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 10011010
Octal 272 0 232
Decimal 186 0 154
Hex BA 0 9A

RGB Percentages of Color #ba009a

%54.71
%0.00
%45.29

CMYK Percentages of Color #ba009a

%0
%100
%17
%27

Triadic Colors of #ba009a

#ba009a #9aba00 #009aba

Analogous Colors of #ba009a

#ba009a #ba003d #7d00ba

Monochromatic Colors of #ba009a

#ba009a

Complementary Color

#ba009a #00ba20

#ba009a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba009a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba009a Color CSS Codes

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

#ba009a Text Font Color

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

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


#ba009a Background Color

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

This div background color is #ba009a


#ba009a Border Color

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

This div border color is #ba009a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba009a


Comments

No comments written yet.

Please login to write comment.