Color Hex Logo

#ba198a Color Hex

#BA198A
(186,25,138)
0 Favorites   0 Comments

Color spaces of #ba198a

RGB 18625138
HSL0.880.760.41
HSV318°87°73°
CMYK 0.000.870.26   0.27
XYZ25.184812.969325.2207
Yxy12.96930.39740.2046
Hunter Lab36.012961.8073-16.3132
CIE-Lab42.717068.0563-21.5914

#ba198a color RGB value is (186,25,138).

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

The process color (four color CMYK) of #ba198a color hex is 0.00, 0.87, 0.26, 0.27. Web safe color of #ba198a is #cc0099. Color #ba198a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011001 10001010
Octal 272 31 212
Decimal 186 25 138
Hex BA 19 8A

RGB Percentages of Color #ba198a

%53.30
%7.16
%39.54

CMYK Percentages of Color #ba198a

%0
%87
%26
%27

Triadic Colors of #ba198a

#ba198a #8aba19 #198aba

Analogous Colors of #ba198a

#ba198a #ba193a #9a19ba

Monochromatic Colors of #ba198a

#ba198a

Complementary Color

#ba198a #19ba49

#ba198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba198a Color CSS Codes

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

#ba198a Text Font Color

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

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


#ba198a Background Color

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

This div background color is #ba198a


#ba198a Border Color

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

This div border color is #ba198a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba198a


Comments

No comments written yet.

Please login to write comment.