Color Hex Logo

#ba196b Color Hex

#BA196B
(186,25,107)
0 Favorites   0 Comments

Color spaces of #ba196b

RGB 18625107
HSL0.920.760.41
HSV329°87°73°
CMYK 0.000.870.42   0.27
XYZ23.251212.195915.0385
Yxy12.19590.46060.2416
Hunter Lab34.922657.7292-1.0858
CIE-Lab41.525864.7520-4.1996

#ba196b color RGB value is (186,25,107).

#ba196b hex color red value is 186, green value is 25 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ba196b hue: 0.92 , saturation: 0.76 and the lightness value of ba196b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011001 01101011
Octal 272 31 153
Decimal 186 25 107
Hex BA 19 6B

RGB Percentages of Color #ba196b

%58.49
%7.86
%33.65

CMYK Percentages of Color #ba196b

%0
%87
%42
%27

Triadic Colors of #ba196b

#ba196b #6bba19 #196bba

Analogous Colors of #ba196b

#ba196b #ba191b #b919ba

Monochromatic Colors of #ba196b

#ba196b

Complementary Color

#ba196b #19ba68

#ba196b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba196b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba196b Color CSS Codes

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

#ba196b Text Font Color

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

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


#ba196b Background Color

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

This div background color is #ba196b


#ba196b Border Color

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

This div border color is #ba196b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba196b


Comments

No comments written yet.

Please login to write comment.