Color Hex Logo

#ba364e Color Hex

#BA364E
(186,54,78)
0 Favorites   0 Comments

Color spaces of #ba364e

RGB 1865478
HSL0.970.550.47
HSV349°71°73°
CMYK 0.000.710.58   0.27
XYZ22.944013.62758.6288
Yxy13.62750.50760.3015
Hunter Lab36.915446.340811.9821
CIE-Lab43.693954.023317.0139

#ba364e color RGB value is (186,54,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110110 01001110
Octal 272 66 116
Decimal 186 54 78
Hex BA 36 4E

RGB Percentages of Color #ba364e

%58.49
%16.98
%24.53

CMYK Percentages of Color #ba364e

%0
%71
%58
%27

Triadic Colors of #ba364e

#ba364e #4eba36 #364eba

Analogous Colors of #ba364e

#ba364e #ba6036 #ba3690

Monochromatic Colors of #ba364e

#ba364e

Complementary Color

#ba364e #36baa2

#ba364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba364e Color CSS Codes

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

#ba364e Text Font Color

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

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


#ba364e Background Color

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

This div background color is #ba364e


#ba364e Border Color

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

This div border color is #ba364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba364e


Comments

No comments written yet.

Please login to write comment.