Color Hex Logo

#ba546a Color Hex

#BA546A
(186,84,106)
0 Favorites   0 Comments

Color spaces of #ba546a

RGB 18684106
HSL0.960.430.53
HSV347°55°73°
CMYK 0.000.550.43   0.27
XYZ26.021517.820415.7039
Yxy17.82040.43700.2993
Hunter Lab42.214236.15537.4938
CIE-Lab49.277543.29577.6627

#ba546a color RGB value is (186,84,106).

#ba546a hex color red value is 186, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba546a hue: 0.96 , saturation: 0.43 and the lightness value of ba546a is 0.53.

The process color (four color CMYK) of #ba546a color hex is 0.00, 0.55, 0.43, 0.27. Web safe color of #ba546a is #cc6666. Color #ba546a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 01101010
Octal 272 124 152
Decimal 186 84 106
Hex BA 54 6A

RGB Percentages of Color #ba546a

%49.47
%22.34
%28.19

CMYK Percentages of Color #ba546a

%0
%55
%43
%27

Triadic Colors of #ba546a

#ba546a #6aba54 #546aba

Analogous Colors of #ba546a

#ba546a #ba7154 #ba549d

Monochromatic Colors of #ba546a

#ba546a

Complementary Color

#ba546a #54baa4

#ba546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba546a Color CSS Codes

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

#ba546a Text Font Color

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

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


#ba546a Background Color

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

This div background color is #ba546a


#ba546a Border Color

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

This div border color is #ba546a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba546a


Comments

No comments written yet.

Please login to write comment.