Color Hex Logo

#ba556e Color Hex

#BA556E
(186,85,110)
0 Favorites   0 Comments

Color spaces of #ba556e

RGB 18685110
HSL0.960.420.53
HSV345°54°73°
CMYK 0.000.540.41   0.27
XYZ26.312718.061916.8513
Yxy18.06190.42980.2950
Hunter Lab42.499336.14146.2406
CIE-Lab49.571143.23695.6742

#ba556e color RGB value is (186,85,110).

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

The process color (four color CMYK) of #ba556e color hex is 0.00, 0.54, 0.41, 0.27. Web safe color of #ba556e is #cc6666. Color #ba556e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 01101110
Octal 272 125 156
Decimal 186 85 110
Hex BA 55 6E

RGB Percentages of Color #ba556e

%48.82
%22.31
%28.87

CMYK Percentages of Color #ba556e

%0
%54
%41
%27

Triadic Colors of #ba556e

#ba556e #6eba55 #556eba

Analogous Colors of #ba556e

#ba556e #ba6f55 #ba55a1

Monochromatic Colors of #ba556e

#ba556e

Complementary Color

#ba556e #55baa1

#ba556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba556e Color CSS Codes

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

#ba556e Text Font Color

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

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


#ba556e Background Color

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

This div background color is #ba556e


#ba556e Border Color

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

This div border color is #ba556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba556e


Comments

No comments written yet.

Please login to write comment.