Color Hex Logo

#ba324e Color Hex

#BA324E
(186,50,78)
0 Favorites   0 Comments

Color spaces of #ba324e

RGB 1865078
HSL0.970.580.46
HSV348°73°73°
CMYK 0.000.730.58   0.27
XYZ22.765413.27048.5693
Yxy13.27040.51040.2975
Hunter Lab36.428647.800511.5529
CIE-Lab43.167955.480816.3048

#ba324e color RGB value is (186,50,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110010 01001110
Octal 272 62 116
Decimal 186 50 78
Hex BA 32 4E

RGB Percentages of Color #ba324e

%59.24
%15.92
%24.84

CMYK Percentages of Color #ba324e

%0
%73
%58
%27

Triadic Colors of #ba324e

#ba324e #4eba32 #324eba

Analogous Colors of #ba324e

#ba324e #ba5a32 #ba3292

Monochromatic Colors of #ba324e

#ba324e

Complementary Color

#ba324e #32ba9e

#ba324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba324e Color CSS Codes

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

#ba324e Text Font Color

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

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


#ba324e Background Color

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

This div background color is #ba324e


#ba324e Border Color

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

This div border color is #ba324e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba324e


Comments

No comments written yet.

Please login to write comment.