Color Hex Logo

#ba321e Color Hex

#BA321E
(186,50,30)
0 Favorites   0 Comments

Color spaces of #ba321e

RGB 1865030
HSL0.020.720.42
HSV84°73°
CMYK 0.000.730.84   0.27
XYZ21.624612.81402.5619
Yxy12.81400.58440.3463
Hunter Lab35.796645.186920.8144
CIE-Lab42.481653.162943.5204

#ba321e color RGB value is (186,50,30).

#ba321e hex color red value is 186, green value is 50 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ba321e hue: 0.02 , saturation: 0.72 and the lightness value of ba321e is 0.42.

The process color (four color CMYK) of #ba321e color hex is 0.00, 0.73, 0.84, 0.27. Web safe color of #ba321e is #cc3333. Color #ba321e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 00011110
Octal 272 62 36
Decimal 186 50 30
Hex BA 32 1E

RGB Percentages of Color #ba321e

%69.92
%18.80
%11.28

CMYK Percentages of Color #ba321e

%0
%73
%84
%27

Triadic Colors of #ba321e

#ba321e #1eba32 #321eba

Analogous Colors of #ba321e

#ba321e #ba801e #ba1e58

Monochromatic Colors of #ba321e

#ba321e

Complementary Color

#ba321e #1ea6ba

#ba321e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba321e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba321e Color CSS Codes

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

#ba321e Text Font Color

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

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


#ba321e Background Color

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

This div background color is #ba321e


#ba321e Border Color

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

This div border color is #ba321e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba321e


Comments

No comments written yet.

Please login to write comment.