Color Hex Logo

#ba566f Color Hex

#BA566F
(186,86,111)
0 Favorites   0 Comments

Color spaces of #ba566f

RGB 18686111
HSL0.960.420.53
HSV345°54°73°
CMYK 0.000.540.40   0.27
XYZ26.446718.242417.1662
Yxy18.24240.42760.2949
Hunter Lab42.711135.78266.0683
CIE-Lab49.788842.85085.3848

#ba566f color RGB value is (186,86,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010110 01101111
Octal 272 126 157
Decimal 186 86 111
Hex BA 56 6F

RGB Percentages of Color #ba566f

%48.56
%22.45
%28.98

CMYK Percentages of Color #ba566f

%0
%54
%40
%27

Triadic Colors of #ba566f

#ba566f #6fba56 #566fba

Analogous Colors of #ba566f

#ba566f #ba6f56 #ba56a1

Monochromatic Colors of #ba566f

#ba566f

Complementary Color

#ba566f #56baa1

#ba566f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba566f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba566f Color CSS Codes

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

#ba566f Text Font Color

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

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


#ba566f Background Color

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

This div background color is #ba566f


#ba566f Border Color

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

This div border color is #ba566f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba566f

#ba566f Color Palettes


Comments

No comments written yet.

Please login to write comment.