Color Hex Logo

#ba199e Color Hex

#BA199E
(186,25,158)
0 Favorites   0 Comments

Color spaces of #ba199e

RGB 18625158
HSL0.860.760.41
HSV310°87°73°
CMYK 0.000.870.15   0.27
XYZ26.768913.603033.5625
Yxy13.60300.36210.1840
Hunter Lab36.882265.0102-28.1358
CIE-Lab43.658170.5964-32.2431

#ba199e color RGB value is (186,25,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011001 10011110
Octal 272 31 236
Decimal 186 25 158
Hex BA 19 9E

RGB Percentages of Color #ba199e

%50.41
%6.78
%42.82

CMYK Percentages of Color #ba199e

%0
%87
%15
%27

Triadic Colors of #ba199e

#ba199e #9eba19 #199eba

Analogous Colors of #ba199e

#ba199e #ba194d #8619ba

Monochromatic Colors of #ba199e

#ba199e

Complementary Color

#ba199e #19ba35

#ba199e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba199e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba199e Color CSS Codes

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

#ba199e Text Font Color

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

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


#ba199e Background Color

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

This div background color is #ba199e


#ba199e Border Color

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

This div border color is #ba199e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba199e


Comments

No comments written yet.

Please login to write comment.