Color Hex Logo

#ba381f Color Hex

#BA381F
(186,56,31)
0 Favorites   0 Comments

Color spaces of #ba381f

RGB 1865631
HSL0.030.710.43
HSV10°83°73°
CMYK 0.000.700.83   0.27
XYZ21.911213.36642.7214
Yxy13.36640.57660.3518
Hunter Lab36.560142.998521.1787
CIE-Lab43.310250.934043.7835

#ba381f color RGB value is (186,56,31).

#ba381f hex color red value is 186, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ba381f hue: 0.03 , saturation: 0.71 and the lightness value of ba381f is 0.43.

The process color (four color CMYK) of #ba381f color hex is 0.00, 0.70, 0.83, 0.27. Web safe color of #ba381f is #cc3333. Color #ba381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 00011111
Octal 272 70 37
Decimal 186 56 31
Hex BA 38 1F

RGB Percentages of Color #ba381f

%68.13
%20.51
%11.36

CMYK Percentages of Color #ba381f

%0
%70
%83
%27

Triadic Colors of #ba381f

#ba381f #1fba38 #381fba

Analogous Colors of #ba381f

#ba381f #ba861f #ba1f53

Monochromatic Colors of #ba381f

#ba381f

Complementary Color

#ba381f #1fa1ba

#ba381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba381f Color CSS Codes

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

#ba381f Text Font Color

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

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


#ba381f Background Color

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

This div background color is #ba381f


#ba381f Border Color

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

This div border color is #ba381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba381f


Comments

No comments written yet.

Please login to write comment.