Color Hex Logo

#ba556c Color Hex

#BA556C
(186,85,108)
0 Favorites   0 Comments

Color spaces of #ba556c

RGB 18685108
HSL0.960.420.53
HSV346°54°73°
CMYK 0.000.540.42   0.27
XYZ26.205018.018816.2842
Yxy18.01880.43310.2978
Hunter Lab42.448635.90946.9690
CIE-Lab49.518943.01676.8025

#ba556c color RGB value is (186,85,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 01101100
Octal 272 125 154
Decimal 186 85 108
Hex BA 55 6C

RGB Percentages of Color #ba556c

%49.08
%22.43
%28.50

CMYK Percentages of Color #ba556c

%0
%54
%42
%27

Triadic Colors of #ba556c

#ba556c #6cba55 #556cba

Analogous Colors of #ba556c

#ba556c #ba7155 #ba559f

Monochromatic Colors of #ba556c

#ba556c

Complementary Color

#ba556c #55baa3

#ba556c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba556c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba556c Color CSS Codes

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

#ba556c Text Font Color

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

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


#ba556c Background Color

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

This div background color is #ba556c


#ba556c Border Color

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

This div border color is #ba556c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba556c


Comments

No comments written yet.

Please login to write comment.