Color Hex Logo

#ba424c Color Hex

#BA424C
(186,66,76)
0 Favorites   0 Comments

Color spaces of #ba424c

RGB 1866676
HSL0.990.480.49
HSV355°65°73°
CMYK 0.000.650.59   0.27
XYZ23.502414.85738.4665
Yxy14.85730.50190.3173
Hunter Lab38.545241.383913.9585
CIE-Lab45.438149.010620.5632

#ba424c color RGB value is (186,66,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 01001100
Octal 272 102 114
Decimal 186 66 76
Hex BA 42 4C

RGB Percentages of Color #ba424c

%56.71
%20.12
%23.17

CMYK Percentages of Color #ba424c

%0
%65
%59
%27

Triadic Colors of #ba424c

#ba424c #4cba42 #424cba

Analogous Colors of #ba424c

#ba424c #ba7442 #ba4288

Monochromatic Colors of #ba424c

#ba424c

Complementary Color

#ba424c #42bab0

#ba424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba424c Color CSS Codes

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

#ba424c Text Font Color

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

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


#ba424c Background Color

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

This div background color is #ba424c


#ba424c Border Color

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

This div border color is #ba424c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba424c


Comments

No comments written yet.

Please login to write comment.