Color Hex Logo

#ba424e Color Hex

#BA424E
(186,66,78)
0 Favorites   0 Comments

Color spaces of #ba424e

RGB 1866678
HSL0.980.480.49
HSV354°65°73°
CMYK 0.000.650.58   0.27
XYZ23.573114.88568.8385
Yxy14.88560.49840.3147
Hunter Lab38.581941.543313.4249
CIE-Lab45.477149.156919.3980

#ba424e color RGB value is (186,66,78).

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

The process color (four color CMYK) of #ba424e color hex is 0.00, 0.65, 0.58, 0.27. Web safe color of #ba424e is #cc3366. Color #ba424e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 01001110
Octal 272 102 116
Decimal 186 66 78
Hex BA 42 4E

RGB Percentages of Color #ba424e

%56.36
%20.00
%23.64

CMYK Percentages of Color #ba424e

%0
%65
%58
%27

Triadic Colors of #ba424e

#ba424e #4eba42 #424eba

Analogous Colors of #ba424e

#ba424e #ba7242 #ba428a

Monochromatic Colors of #ba424e

#ba424e

Complementary Color

#ba424e #42baae

#ba424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba424e Color CSS Codes

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

#ba424e Text Font Color

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

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


#ba424e Background Color

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

This div background color is #ba424e


#ba424e Border Color

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

This div border color is #ba424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba424e


Comments

No comments written yet.

Please login to write comment.