Color Hex Logo

#ba537a Color Hex

#BA537A
(186,83,122)
0 Favorites   0 Comments

Color spaces of #ba537a

RGB 18683122
HSL0.940.430.53
HSV337°55°73°
CMYK 0.000.550.34   0.27
XYZ26.855818.030820.4772
Yxy18.03080.41090.2759
Hunter Lab42.462738.58381.1319
CIE-Lab49.533445.6260-1.5978

#ba537a color RGB value is (186,83,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 01111010
Octal 272 123 172
Decimal 186 83 122
Hex BA 53 7A

RGB Percentages of Color #ba537a

%47.57
%21.23
%31.20

CMYK Percentages of Color #ba537a

%0
%55
%34
%27

Triadic Colors of #ba537a

#ba537a #7aba53 #537aba

Analogous Colors of #ba537a

#ba537a #ba6053 #ba53ae

Monochromatic Colors of #ba537a

#ba537a

Complementary Color

#ba537a #53ba93

#ba537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba537a Color CSS Codes

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

#ba537a Text Font Color

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

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


#ba537a Background Color

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

This div background color is #ba537a


#ba537a Border Color

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

This div border color is #ba537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba537a


Comments

No comments written yet.

Please login to write comment.