Color Hex Logo

#ba196f Color Hex

#BA196F
(186,25,111)
0 Favorites   0 Comments

Color spaces of #ba196f

RGB 18625111
HSL0.910.760.41
HSV328°87°73°
CMYK 0.000.870.40   0.27
XYZ23.466612.282116.1728
Yxy12.28210.45200.2366
Hunter Lab35.045858.1930-2.8288
CIE-Lab41.661065.1319-6.5029

#ba196f color RGB value is (186,25,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011001 01101111
Octal 272 31 157
Decimal 186 25 111
Hex BA 19 6F

RGB Percentages of Color #ba196f

%57.76
%7.76
%34.47

CMYK Percentages of Color #ba196f

%0
%87
%40
%27

Triadic Colors of #ba196f

#ba196f #6fba19 #196fba

Analogous Colors of #ba196f

#ba196f #ba191e #b519ba

Monochromatic Colors of #ba196f

#ba196f

Complementary Color

#ba196f #19ba64

#ba196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba196f Color CSS Codes

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

#ba196f Text Font Color

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

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


#ba196f Background Color

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

This div background color is #ba196f


#ba196f Border Color

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

This div border color is #ba196f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba196f


Comments

No comments written yet.

Please login to write comment.