Color Hex Logo

#ba264a Color Hex

#BA264A
(186,38,74)
0 Favorites   0 Comments

Color spaces of #ba264a

RGB 1863874
HSL0.960.660.44
HSV345°80°73°
CMYK 0.000.800.60   0.27
XYZ22.178812.31977.6876
Yxy12.31970.52570.2920
Hunter Lab35.099451.367511.5837
CIE-Lab41.719859.032316.8547

#ba264a color RGB value is (186,38,74).

#ba264a hex color red value is 186, green value is 38 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ba264a hue: 0.96 , saturation: 0.66 and the lightness value of ba264a is 0.44.

The process color (four color CMYK) of #ba264a color hex is 0.00, 0.80, 0.60, 0.27. Web safe color of #ba264a is #cc3333. Color #ba264a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100110 01001010
Octal 272 46 112
Decimal 186 38 74
Hex BA 26 4A

RGB Percentages of Color #ba264a

%62.42
%12.75
%24.83

CMYK Percentages of Color #ba264a

%0
%80
%60
%27

Triadic Colors of #ba264a

#ba264a #4aba26 #264aba

Analogous Colors of #ba264a

#ba264a #ba4c26 #ba2694

Monochromatic Colors of #ba264a

#ba264a

Complementary Color

#ba264a #26ba96

#ba264a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba264a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba264a Color CSS Codes

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

#ba264a Text Font Color

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

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


#ba264a Background Color

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

This div background color is #ba264a


#ba264a Border Color

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

This div border color is #ba264a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba264a


Comments

No comments written yet.

Please login to write comment.