Color Hex Logo

#ba096b Color Hex

#BA096B
(186,9,107)
0 Favorites   0 Comments

Color spaces of #ba096b

RGB 1869107
HSL0.910.910.38
HSV327°95°73°
CMYK 0.000.950.42   0.27
XYZ23.001211.696014.9552
Yxy11.69600.46320.2356
Hunter Lab34.199460.2032-1.9876
CIE-Lab40.728867.0624-5.3824

#ba096b color RGB value is (186,9,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001001 01101011
Octal 272 11 153
Decimal 186 9 107
Hex BA 9 6B

RGB Percentages of Color #ba096b

%61.59
%2.98
%35.43

CMYK Percentages of Color #ba096b

%0
%95
%42
%27

Triadic Colors of #ba096b

#ba096b #6bba09 #096bba

Analogous Colors of #ba096b

#ba096b #ba0913 #b109ba

Monochromatic Colors of #ba096b

#ba096b

Complementary Color

#ba096b #09ba58

#ba096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba096b Color CSS Codes

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

#ba096b Text Font Color

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

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


#ba096b Background Color

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

This div background color is #ba096b


#ba096b Border Color

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

This div border color is #ba096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba096b


Comments

No comments written yet.

Please login to write comment.