Color Hex Logo

#ba119f Color Hex

#BA119F
(186,17,159)
0 Favorites   0 Comments

Color spaces of #ba119f

RGB 18617159
HSL0.860.830.40
HSV310°91°73°
CMYK 0.000.910.15   0.27
XYZ26.708213.343233.9687
Yxy13.34320.36080.1803
Hunter Lab36.528366.5881-29.5655
CIE-Lab43.275971.9961-33.4449

#ba119f color RGB value is (186,17,159).

#ba119f hex color red value is 186, green value is 17 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ba119f hue: 0.86 , saturation: 0.83 and the lightness value of ba119f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010001 10011111
Octal 272 21 237
Decimal 186 17 159
Hex BA 11 9F

RGB Percentages of Color #ba119f

%51.38
%4.70
%43.92

CMYK Percentages of Color #ba119f

%0
%91
%15
%27

Triadic Colors of #ba119f

#ba119f #9fba11 #119fba

Analogous Colors of #ba119f

#ba119f #ba114b #8111ba

Monochromatic Colors of #ba119f

#ba119f

Complementary Color

#ba119f #11ba2c

#ba119f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba119f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba119f Color CSS Codes

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

#ba119f Text Font Color

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

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


#ba119f Background Color

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

This div background color is #ba119f


#ba119f Border Color

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

This div border color is #ba119f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba119f


Comments

No comments written yet.

Please login to write comment.