Color Hex Logo

#ba424f Color Hex

#BA424F
(186,66,79)
0 Favorites   0 Comments

Color spaces of #ba424f

RGB 1866679
HSL0.980.480.49
HSV354°65°73°
CMYK 0.000.650.58   0.27
XYZ23.609214.90009.0288
Yxy14.90000.49660.3134
Hunter Lab38.600541.624913.1522
CIE-Lab45.496949.231818.8151

#ba424f color RGB value is (186,66,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 01001111
Octal 272 102 117
Decimal 186 66 79
Hex BA 42 4F

RGB Percentages of Color #ba424f

%56.19
%19.94
%23.87

CMYK Percentages of Color #ba424f

%0
%65
%58
%27

Triadic Colors of #ba424f

#ba424f #4fba42 #424fba

Analogous Colors of #ba424f

#ba424f #ba7142 #ba428b

Monochromatic Colors of #ba424f

#ba424f

Complementary Color

#ba424f #42baad

#ba424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba424f Color CSS Codes

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

#ba424f Text Font Color

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

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


#ba424f Background Color

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

This div background color is #ba424f


#ba424f Border Color

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

This div border color is #ba424f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba424f


Comments

No comments written yet.

Please login to write comment.