Color Hex Logo

#ba096a Color Hex

#BA096A
(186,9,106)
0 Favorites   0 Comments

Color spaces of #ba096a

RGB 1869106
HSL0.910.910.38
HSV327°95°73°
CMYK 0.000.950.43   0.27
XYZ22.948911.675114.6796
Yxy11.67510.46550.2368
Hunter Lab34.168860.0909-1.5539
CIE-Lab40.695066.9718-4.8029

#ba096a color RGB value is (186,9,106).

#ba096a hex color red value is 186, green value is 9 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba096a hue: 0.91 , saturation: 0.91 and the lightness value of ba096a is 0.38.

The process color (four color CMYK) of #ba096a color hex is 0.00, 0.95, 0.43, 0.27. Web safe color of #ba096a is #cc0066. Color #ba096a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001001 01101010
Octal 272 11 152
Decimal 186 9 106
Hex BA 9 6A

RGB Percentages of Color #ba096a

%61.79
%2.99
%35.22

CMYK Percentages of Color #ba096a

%0
%95
%43
%27

Triadic Colors of #ba096a

#ba096a #6aba09 #096aba

Analogous Colors of #ba096a

#ba096a #ba0911 #b209ba

Monochromatic Colors of #ba096a

#ba096a

Complementary Color

#ba096a #09ba59

#ba096a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba096a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba096a Color CSS Codes

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

#ba096a Text Font Color

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

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


#ba096a Background Color

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

This div background color is #ba096a


#ba096a Border Color

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

This div border color is #ba096a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba096a


Comments

No comments written yet.

Please login to write comment.