Color Hex Logo

#ba155d Color Hex

#BA155D
(186,21,93)
0 Favorites   0 Comments

Color spaces of #ba155d

RGB 1862193
HSL0.930.800.41
HSV334°89°73°
CMYK 0.000.890.50   0.27
XYZ22.493611.765711.4414
Yxy11.76570.49220.2575
Hunter Lab34.301257.02754.2342
CIE-Lab40.841364.26853.6245

#ba155d color RGB value is (186,21,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 01011101
Octal 272 25 135
Decimal 186 21 93
Hex BA 15 5D

RGB Percentages of Color #ba155d

%62.00
%7.00
%31.00

CMYK Percentages of Color #ba155d

%0
%89
%50
%27

Triadic Colors of #ba155d

#ba155d #5dba15 #155dba

Analogous Colors of #ba155d

#ba155d #ba2015 #ba15b0

Monochromatic Colors of #ba155d

#ba155d

Complementary Color

#ba155d #15ba72

#ba155d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba155d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba155d Color CSS Codes

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

#ba155d Text Font Color

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

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


#ba155d Background Color

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

This div background color is #ba155d


#ba155d Border Color

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

This div border color is #ba155d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba155d


Comments

No comments written yet.

Please login to write comment.