Color Hex Logo

#ba423b Color Hex

#BA423B
(186,66,59)
0 Favorites   0 Comments

Color spaces of #ba423b

RGB 1866659
HSL0.010.520.48
HSV68°73°
CMYK 0.000.650.68   0.27
XYZ22.987314.65135.7541
Yxy14.65130.52980.3376
Hunter Lab38.277040.213617.8810
CIE-Lab45.152947.930530.3828

#ba423b color RGB value is (186,66,59).

#ba423b hex color red value is 186, green value is 66 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ba423b hue: 0.01 , saturation: 0.52 and the lightness value of ba423b is 0.48.

The process color (four color CMYK) of #ba423b color hex is 0.00, 0.65, 0.68, 0.27. Web safe color of #ba423b is #cc3333. Color #ba423b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 00111011
Octal 272 102 73
Decimal 186 66 59
Hex BA 42 3B

RGB Percentages of Color #ba423b

%59.81
%21.22
%18.97

CMYK Percentages of Color #ba423b

%0
%65
%68
%27

Triadic Colors of #ba423b

#ba423b #3bba42 #423bba

Analogous Colors of #ba423b

#ba423b #ba823b #ba3b74

Monochromatic Colors of #ba423b

#ba423b

Complementary Color

#ba423b #3bb3ba

#ba423b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba423b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba423b Color CSS Codes

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

#ba423b Text Font Color

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

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


#ba423b Background Color

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

This div background color is #ba423b


#ba423b Border Color

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

This div border color is #ba423b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba423b


Comments

No comments written yet.

Please login to write comment.