Color Hex Logo

#ba431b Color Hex

#BA431B
(186,67,27)
0 Favorites   0 Comments

Color spaces of #ba431b

RGB 1866727
HSL0.040.750.42
HSV15°85°73°
CMYK 0.000.640.85   0.27
XYZ22.454714.53252.6585
Yxy14.53250.56640.3666
Hunter Lab38.121538.429122.5503
CIE-Lab44.987146.220247.1287

#ba431b color RGB value is (186,67,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 00011011
Octal 272 103 33
Decimal 186 67 27
Hex BA 43 1B

RGB Percentages of Color #ba431b

%66.43
%23.93
%9.64

CMYK Percentages of Color #ba431b

%0
%64
%85
%27

Triadic Colors of #ba431b

#ba431b #1bba43 #431bba

Analogous Colors of #ba431b

#ba431b #ba931b #ba1b42

Monochromatic Colors of #ba431b

#ba431b

Complementary Color

#ba431b #1b92ba

#ba431b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba431b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba431b Color CSS Codes

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

#ba431b Text Font Color

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

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


#ba431b Background Color

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

This div background color is #ba431b


#ba431b Border Color

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

This div border color is #ba431b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba431b


Comments

No comments written yet.

Please login to write comment.