Color Hex Logo

#ba576d Color Hex

#BA576D
(186,87,109)
0 Favorites   0 Comments

Color spaces of #ba576d

RGB 18687109
HSL0.960.420.54
HSV347°53°73°
CMYK 0.000.530.41   0.27
XYZ26.418218.359616.6194
Yxy18.35960.43030.2990
Hunter Lab42.848135.07086.9970
CIE-Lab49.929442.12756.7868

#ba576d color RGB value is (186,87,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 01101101
Octal 272 127 155
Decimal 186 87 109
Hex BA 57 6D

RGB Percentages of Color #ba576d

%48.69
%22.77
%28.53

CMYK Percentages of Color #ba576d

%0
%53
%41
%27

Triadic Colors of #ba576d

#ba576d #6dba57 #576dba

Analogous Colors of #ba576d

#ba576d #ba7357 #ba579f

Monochromatic Colors of #ba576d

#ba576d

Complementary Color

#ba576d #57baa4

#ba576d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba576d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba576d Color CSS Codes

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

#ba576d Text Font Color

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

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


#ba576d Background Color

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

This div background color is #ba576d


#ba576d Border Color

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

This div border color is #ba576d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba576d


Comments

No comments written yet.

Please login to write comment.