Color Hex Logo

#ba354e Color Hex

#BA354E
(186,53,78)
0 Favorites   0 Comments

Color spaces of #ba354e

RGB 1865378
HSL0.970.560.47
HSV349°72°73°
CMYK 0.000.720.58   0.27
XYZ22.897913.53548.6135
Yxy13.53540.50830.3005
Hunter Lab36.790546.712611.8722
CIE-Lab43.559154.395716.8323

#ba354e color RGB value is (186,53,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110101 01001110
Octal 272 65 116
Decimal 186 53 78
Hex BA 35 4E

RGB Percentages of Color #ba354e

%58.68
%16.72
%24.61

CMYK Percentages of Color #ba354e

%0
%72
%58
%27

Triadic Colors of #ba354e

#ba354e #4eba35 #354eba

Analogous Colors of #ba354e

#ba354e #ba5f35 #ba3591

Monochromatic Colors of #ba354e

#ba354e

Complementary Color

#ba354e #35baa1

#ba354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba354e Color CSS Codes

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

#ba354e Text Font Color

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

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


#ba354e Background Color

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

This div background color is #ba354e


#ba354e Border Color

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

This div border color is #ba354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba354e


Comments

No comments written yet.

Please login to write comment.