Color Hex Logo

#ba313e Color Hex

#BA313E
(186,49,62)
0 Favorites   0 Comments

Color spaces of #ba313e

RGB 1864962
HSL0.980.580.46
HSV354°74°73°
CMYK 0.000.740.67   0.27
XYZ22.217512.98355.8925
Yxy12.98350.54070.3160
Hunter Lab36.032647.004915.5270
CIE-Lab42.738454.820825.6229

#ba313e color RGB value is (186,49,62).

#ba313e hex color red value is 186, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba313e hue: 0.98 , saturation: 0.58 and the lightness value of ba313e is 0.46.

The process color (four color CMYK) of #ba313e color hex is 0.00, 0.74, 0.67, 0.27. Web safe color of #ba313e is #cc3333. Color #ba313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 00111110
Octal 272 61 76
Decimal 186 49 62
Hex BA 31 3E

RGB Percentages of Color #ba313e

%62.63
%16.50
%20.88

CMYK Percentages of Color #ba313e

%0
%74
%67
%27

Triadic Colors of #ba313e

#ba313e #3eba31 #313eba

Analogous Colors of #ba313e

#ba313e #ba6931 #ba3183

Monochromatic Colors of #ba313e

#ba313e

Complementary Color

#ba313e #31baad

#ba313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba313e Color CSS Codes

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

#ba313e Text Font Color

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

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


#ba313e Background Color

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

This div background color is #ba313e


#ba313e Border Color

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

This div border color is #ba313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba313e


Comments

No comments written yet.

Please login to write comment.