Color Hex Logo

#ba135a Color Hex

#BA135A
(186,19,90)
0 Favorites   0 Comments

Color spaces of #ba135a

RGB 1861990
HSL0.930.810.40
HSV334°90°73°
CMYK 0.000.900.52   0.27
XYZ22.328011.643010.7434
Yxy11.64300.49930.2604
Hunter Lab34.121857.09025.2176
CIE-Lab40.643064.36245.2422

#ba135a color RGB value is (186,19,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 01011010
Octal 272 23 132
Decimal 186 19 90
Hex BA 13 5A

RGB Percentages of Color #ba135a

%63.05
%6.44
%30.51

CMYK Percentages of Color #ba135a

%0
%90
%52
%27

Triadic Colors of #ba135a

#ba135a #5aba13 #135aba

Analogous Colors of #ba135a

#ba135a #ba2013 #ba13ae

Monochromatic Colors of #ba135a

#ba135a

Complementary Color

#ba135a #13ba73

#ba135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba135a Color CSS Codes

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

#ba135a Text Font Color

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

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


#ba135a Background Color

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

This div background color is #ba135a


#ba135a Border Color

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

This div border color is #ba135a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba135a


Comments

No comments written yet.

Please login to write comment.