Color Hex Logo

#ba273e Color Hex

#BA273E
(186,39,62)
0 Favorites   0 Comments

Color spaces of #ba273e

RGB 1863962
HSL0.970.650.44
HSV351°79°73°
CMYK 0.000.790.67   0.27
XYZ21.844712.23795.7682
Yxy12.23790.54820.3071
Hunter Lab34.982750.243314.7117
CIE-Lab41.591858.030724.1817

#ba273e color RGB value is (186,39,62).

#ba273e hex color red value is 186, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba273e hue: 0.97 , saturation: 0.65 and the lightness value of ba273e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 00111110
Octal 272 47 76
Decimal 186 39 62
Hex BA 27 3E

RGB Percentages of Color #ba273e

%64.81
%13.59
%21.60

CMYK Percentages of Color #ba273e

%0
%79
%67
%27

Triadic Colors of #ba273e

#ba273e #3eba27 #273eba

Analogous Colors of #ba273e

#ba273e #ba5a27 #ba2788

Monochromatic Colors of #ba273e

#ba273e

Complementary Color

#ba273e #27baa3

#ba273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba273e Color CSS Codes

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

#ba273e Text Font Color

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

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


#ba273e Background Color

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

This div background color is #ba273e


#ba273e Border Color

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

This div border color is #ba273e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,39,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 #ba273e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba273e


Comments

No comments written yet.

Please login to write comment.