Color Hex Logo

#ba0137 Color Hex

#BA0137
(186,1,55)
0 Favorites   0 Comments

Color spaces of #ba0137

RGB 186155
HSL0.950.990.37
HSV342°99°73°
CMYK 0.000.990.70   0.27
XYZ20.950110.73664.5826
Yxy10.73660.57760.2960
Hunter Lab32.766856.785914.6447
CIE-Lab39.133264.388425.4886

#ba0137 color RGB value is (186,1,55).

#ba0137 hex color red value is 186, green value is 1 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ba0137 hue: 0.95 , saturation: 0.99 and the lightness value of ba0137 is 0.37.

The process color (four color CMYK) of #ba0137 color hex is 0.00, 0.99, 0.70, 0.27. Web safe color of #ba0137 is #cc0033. Color #ba0137 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 00110111
Octal 272 1 67
Decimal 186 1 55
Hex BA 1 37

RGB Percentages of Color #ba0137

%76.86
%0.41
%22.73

CMYK Percentages of Color #ba0137

%0
%99
%70
%27

Triadic Colors of #ba0137

#ba0137 #37ba01 #0137ba

Analogous Colors of #ba0137

#ba0137 #ba2701 #ba0194

Monochromatic Colors of #ba0137

#ba0137

Complementary Color

#ba0137 #01ba84

#ba0137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0137 Color CSS Codes

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

#ba0137 Text Font Color

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

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


#ba0137 Background Color

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

This div background color is #ba0137


#ba0137 Border Color

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

This div border color is #ba0137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0137


Comments

No comments written yet.

Please login to write comment.