Color Hex Logo

#ba137e Color Hex

#BA137E
(186,19,126)
0 Favorites   0 Comments

Color spaces of #ba137e

RGB 18619126
HSL0.890.810.40
HSV322°90°73°
CMYK 0.000.900.32   0.27
XYZ24.248512.411220.8562
Yxy12.41120.42160.2158
Hunter Lab35.229561.2099-10.4395
CIE-Lab41.862367.7099-15.5265

#ba137e color RGB value is (186,19,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 01111110
Octal 272 23 176
Decimal 186 19 126
Hex BA 13 7E

RGB Percentages of Color #ba137e

%56.19
%5.74
%38.07

CMYK Percentages of Color #ba137e

%0
%90
%32
%27

Triadic Colors of #ba137e

#ba137e #7eba13 #137eba

Analogous Colors of #ba137e

#ba137e #ba132b #a313ba

Monochromatic Colors of #ba137e

#ba137e

Complementary Color

#ba137e #13ba4f

#ba137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba137e Color CSS Codes

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

#ba137e Text Font Color

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

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


#ba137e Background Color

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

This div background color is #ba137e


#ba137e Border Color

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

This div border color is #ba137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba137e


Comments

No comments written yet.

Please login to write comment.