Color Hex Logo

#ba381b Color Hex

#BA381B
(186,56,27)
0 Favorites   0 Comments

Color spaces of #ba381b

RGB 1865627
HSL0.030.750.42
HSV11°85°73°
CMYK 0.000.700.85   0.27
XYZ21.861713.34662.4608
Yxy13.34660.58040.3543
Hunter Lab36.533042.883421.5794
CIE-Lab43.280950.829345.6624

#ba381b color RGB value is (186,56,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 00011011
Octal 272 70 33
Decimal 186 56 27
Hex BA 38 1B

RGB Percentages of Color #ba381b

%69.14
%20.82
%10.04

CMYK Percentages of Color #ba381b

%0
%70
%85
%27

Triadic Colors of #ba381b

#ba381b #1bba38 #381bba

Analogous Colors of #ba381b

#ba381b #ba881b #ba1b4d

Monochromatic Colors of #ba381b

#ba381b

Complementary Color

#ba381b #1b9dba

#ba381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba381b Color CSS Codes

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

#ba381b Text Font Color

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

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


#ba381b Background Color

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

This div background color is #ba381b


#ba381b Border Color

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

This div border color is #ba381b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba381b


Comments

No comments written yet.

Please login to write comment.