Color Hex Logo

#ba155c Color Hex

#BA155C
(186,21,92)
0 Favorites   0 Comments

Color spaces of #ba155c

RGB 1862192
HSL0.930.800.41
HSV334°89°73°
CMYK 0.000.890.51   0.27
XYZ22.449611.748111.2096
Yxy11.74810.49440.2587
Hunter Lab34.275556.93094.6024
CIE-Lab40.812964.18904.2173

#ba155c color RGB value is (186,21,92).

#ba155c hex color red value is 186, green value is 21 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ba155c hue: 0.93 , saturation: 0.80 and the lightness value of ba155c is 0.41.

The process color (four color CMYK) of #ba155c color hex is 0.00, 0.89, 0.51, 0.27. Web safe color of #ba155c is #cc0066. Color #ba155c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 01011100
Octal 272 25 134
Decimal 186 21 92
Hex BA 15 5C

RGB Percentages of Color #ba155c

%62.21
%7.02
%30.77

CMYK Percentages of Color #ba155c

%0
%89
%51
%27

Triadic Colors of #ba155c

#ba155c #5cba15 #155cba

Analogous Colors of #ba155c

#ba155c #ba2115 #ba15af

Monochromatic Colors of #ba155c

#ba155c

Complementary Color

#ba155c #15ba73

#ba155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba155c Color CSS Codes

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

#ba155c Text Font Color

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

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


#ba155c Background Color

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

This div background color is #ba155c


#ba155c Border Color

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

This div border color is #ba155c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba155c


Comments

No comments written yet.

Please login to write comment.