Color Hex Logo

#ba139b Color Hex

#BA139B
(186,19,155)
0 Favorites   0 Comments

Color spaces of #ba139b

RGB 18619155
HSL0.860.810.40
HSV311°90°73°
CMYK 0.000.900.17   0.27
XYZ26.399013.271432.1806
Yxy13.27140.36740.1847
Hunter Lab36.429965.5979-26.8732
CIE-Lab43.169471.1865-31.2055

#ba139b color RGB value is (186,19,155).

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

The process color (four color CMYK) of #ba139b color hex is 0.00, 0.90, 0.17, 0.27. Web safe color of #ba139b is #cc0099. Color #ba139b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 10011011
Octal 272 23 233
Decimal 186 19 155
Hex BA 13 9B

RGB Percentages of Color #ba139b

%51.67
%5.28
%43.06

CMYK Percentages of Color #ba139b

%0
%90
%17
%27

Triadic Colors of #ba139b

#ba139b #9bba13 #139bba

Analogous Colors of #ba139b

#ba139b #ba1348 #8613ba

Monochromatic Colors of #ba139b

#ba139b

Complementary Color

#ba139b #13ba32

#ba139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba139b Color CSS Codes

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

#ba139b Text Font Color

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

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


#ba139b Background Color

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

This div background color is #ba139b


#ba139b Border Color

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

This div border color is #ba139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba139b


Comments

No comments written yet.

Please login to write comment.