Color Hex Logo

#ba324c Color Hex

#BA324C
(186,50,76)
0 Favorites   0 Comments

Color spaces of #ba324c

RGB 1865076
HSL0.970.580.46
HSV349°73°73°
CMYK 0.000.730.59   0.27
XYZ22.694813.24218.1973
Yxy13.24210.51420.3000
Hunter Lab36.389747.641412.1169
CIE-Lab43.125855.340917.4909

#ba324c color RGB value is (186,50,76).

#ba324c hex color red value is 186, green value is 50 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ba324c hue: 0.97 , saturation: 0.58 and the lightness value of ba324c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 01001100
Octal 272 62 114
Decimal 186 50 76
Hex BA 32 4C

RGB Percentages of Color #ba324c

%59.62
%16.03
%24.36

CMYK Percentages of Color #ba324c

%0
%73
%59
%27

Triadic Colors of #ba324c

#ba324c #4cba32 #324cba

Analogous Colors of #ba324c

#ba324c #ba5c32 #ba3290

Monochromatic Colors of #ba324c

#ba324c

Complementary Color

#ba324c #32baa0

#ba324c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba324c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba324c Color CSS Codes

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

#ba324c Text Font Color

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

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


#ba324c Background Color

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

This div background color is #ba324c


#ba324c Border Color

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

This div border color is #ba324c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,50,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 #ba324c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba324c


Comments

No comments written yet.

Please login to write comment.