Color Hex Logo

#ba343e Color Hex

#BA343E
(186,52,62)
0 Favorites   0 Comments

Color spaces of #ba343e

RGB 1865262
HSL0.990.560.47
HSV356°72°73°
CMYK 0.000.720.67   0.27
XYZ22.347213.24295.9357
Yxy13.24290.53820.3189
Hunter Lab36.390845.931115.8028
CIE-Lab43.127053.744026.1085

#ba343e color RGB value is (186,52,62).

#ba343e hex color red value is 186, green value is 52 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba343e hue: 0.99 , saturation: 0.56 and the lightness value of ba343e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110100 00111110
Octal 272 64 76
Decimal 186 52 62
Hex BA 34 3E

RGB Percentages of Color #ba343e

%62.00
%17.33
%20.67

CMYK Percentages of Color #ba343e

%0
%72
%67
%27

Triadic Colors of #ba343e

#ba343e #3eba34 #343eba

Analogous Colors of #ba343e

#ba343e #ba6d34 #ba3481

Monochromatic Colors of #ba343e

#ba343e

Complementary Color

#ba343e #34bab0

#ba343e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba343e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba343e Color CSS Codes

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

#ba343e Text Font Color

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

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


#ba343e Background Color

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

This div background color is #ba343e


#ba343e Border Color

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

This div border color is #ba343e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba343e


Comments

No comments written yet.

Please login to write comment.