Color Hex Logo

#ba423a Color Hex

#BA423A
(186,66,58)
0 Favorites   0 Comments

Color spaces of #ba423a

RGB 1866658
HSL0.010.520.48
HSV69°73°
CMYK 0.000.650.69   0.27
XYZ22.961614.64105.6188
Yxy14.64100.53130.3387
Hunter Lab38.263640.154918.0781
CIE-Lab45.138547.876230.9510

#ba423a color RGB value is (186,66,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 00111010
Octal 272 102 72
Decimal 186 66 58
Hex BA 42 3A

RGB Percentages of Color #ba423a

%60.00
%21.29
%18.71

CMYK Percentages of Color #ba423a

%0
%65
%69
%27

Triadic Colors of #ba423a

#ba423a #3aba42 #423aba

Analogous Colors of #ba423a

#ba423a #ba823a #ba3a72

Monochromatic Colors of #ba423a

#ba423a

Complementary Color

#ba423a #3ab2ba

#ba423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba423a Color CSS Codes

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

#ba423a Text Font Color

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

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


#ba423a Background Color

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

This div background color is #ba423a


#ba423a Border Color

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

This div border color is #ba423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba423a


Comments

No comments written yet.

Please login to write comment.