Color Hex Logo

#ba199d Color Hex

#BA199D
(186,25,157)
0 Favorites   0 Comments

Color spaces of #ba199d

RGB 18625157
HSL0.860.760.41
HSV311°87°73°
CMYK 0.000.870.16   0.27
XYZ26.683113.568733.1109
Yxy13.56870.36370.1850
Hunter Lab36.835764.8395-27.5096
CIE-Lab43.607970.4622-31.7209

#ba199d color RGB value is (186,25,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011001 10011101
Octal 272 31 235
Decimal 186 25 157
Hex BA 19 9D

RGB Percentages of Color #ba199d

%50.54
%6.79
%42.66

CMYK Percentages of Color #ba199d

%0
%87
%16
%27

Triadic Colors of #ba199d

#ba199d #9dba19 #199dba

Analogous Colors of #ba199d

#ba199d #ba194d #8719ba

Monochromatic Colors of #ba199d

#ba199d

Complementary Color

#ba199d #19ba36

#ba199d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba199d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba199d Color CSS Codes

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

#ba199d Text Font Color

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

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


#ba199d Background Color

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

This div background color is #ba199d


#ba199d Border Color

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

This div border color is #ba199d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba199d


Comments

No comments written yet.

Please login to write comment.