Color Hex Logo

#ba423c Color Hex

#BA423C
(186,66,60)
0 Favorites   0 Comments

Color spaces of #ba423c

RGB 1866660
HSL0.010.510.48
HSV68°73°
CMYK 0.000.650.68   0.27
XYZ23.013514.66185.8920
Yxy14.66180.52820.3365
Hunter Lab38.290740.273317.6802
CIE-Lab45.167547.985929.8131

#ba423c color RGB value is (186,66,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 00111100
Octal 272 102 74
Decimal 186 66 60
Hex BA 42 3C

RGB Percentages of Color #ba423c

%59.62
%21.15
%19.23

CMYK Percentages of Color #ba423c

%0
%65
%68
%27

Triadic Colors of #ba423c

#ba423c #3cba42 #423cba

Analogous Colors of #ba423c

#ba423c #ba813c #ba3c75

Monochromatic Colors of #ba423c

#ba423c

Complementary Color

#ba423c #3cb4ba

#ba423c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba423c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba423c Color CSS Codes

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

#ba423c Text Font Color

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

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


#ba423c Background Color

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

This div background color is #ba423c


#ba423c Border Color

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

This div border color is #ba423c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba423c


Comments

No comments written yet.

Please login to write comment.