Color Hex Logo

#ba136f Color Hex

#BA136F
(186,19,111)
0 Favorites   0 Comments

Color spaces of #ba136f

RGB 18619111
HSL0.910.810.40
HSV327°90°73°
CMYK 0.000.900.40   0.27
XYZ23.351812.052516.1345
Yxy12.05250.45310.2339
Hunter Lab34.716759.3117-3.2532
CIE-Lab41.299466.1780-7.0427

#ba136f color RGB value is (186,19,111).

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

The process color (four color CMYK) of #ba136f color hex is 0.00, 0.90, 0.40, 0.27. Web safe color of #ba136f is #cc0066. Color #ba136f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 01101111
Octal 272 23 157
Decimal 186 19 111
Hex BA 13 6F

RGB Percentages of Color #ba136f

%58.86
%6.01
%35.13

CMYK Percentages of Color #ba136f

%0
%90
%40
%27

Triadic Colors of #ba136f

#ba136f #6fba13 #136fba

Analogous Colors of #ba136f

#ba136f #ba131b #b213ba

Monochromatic Colors of #ba136f

#ba136f

Complementary Color

#ba136f #13ba5e

#ba136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba136f Color CSS Codes

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

#ba136f Text Font Color

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

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


#ba136f Background Color

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

This div background color is #ba136f


#ba136f Border Color

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

This div border color is #ba136f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba136f


Comments

No comments written yet.

Please login to write comment.