Color Hex Logo

#ba547a Color Hex

#BA547A
(186,84,122)
0 Favorites   0 Comments

Color spaces of #ba547a

RGB 18684122
HSL0.940.430.53
HSV338°55°73°
CMYK 0.000.550.34   0.27
XYZ26.932918.184920.5029
Yxy18.18490.41040.2771
Hunter Lab42.643838.11031.3443
CIE-Lab49.719645.1372-1.3248

#ba547a color RGB value is (186,84,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 01111010
Octal 272 124 172
Decimal 186 84 122
Hex BA 54 7A

RGB Percentages of Color #ba547a

%47.45
%21.43
%31.12

CMYK Percentages of Color #ba547a

%0
%55
%34
%27

Triadic Colors of #ba547a

#ba547a #7aba54 #547aba

Analogous Colors of #ba547a

#ba547a #ba6154 #ba54ad

Monochromatic Colors of #ba547a

#ba547a

Complementary Color

#ba547a #54ba94

#ba547a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba547a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba547a Color CSS Codes

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

#ba547a Text Font Color

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

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


#ba547a Background Color

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

This div background color is #ba547a


#ba547a Border Color

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

This div border color is #ba547a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba547a


Comments

No comments written yet.

Please login to write comment.