Color Hex Logo

#ba575f Color Hex

#BA575F
(186,87,95)
0 Favorites   0 Comments

Color spaces of #ba575f

RGB 1868795
HSL0.990.420.54
HSV355°53°73°
CMYK 0.000.530.49   0.27
XYZ25.723518.081712.9608
Yxy18.08170.45310.3185
Hunter Lab42.522633.566811.6943
CIE-Lab49.595140.683014.7118

#ba575f color RGB value is (186,87,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 01011111
Octal 272 127 137
Decimal 186 87 95
Hex BA 57 5F

RGB Percentages of Color #ba575f

%50.54
%23.64
%25.82

CMYK Percentages of Color #ba575f

%0
%53
%49
%27

Triadic Colors of #ba575f

#ba575f #5fba57 #575fba

Analogous Colors of #ba575f

#ba575f #ba8157 #ba5791

Monochromatic Colors of #ba575f

#ba575f

Complementary Color

#ba575f #57bab2

#ba575f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba575f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba575f Color CSS Codes

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

#ba575f Text Font Color

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

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


#ba575f Background Color

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

This div background color is #ba575f


#ba575f Border Color

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

This div border color is #ba575f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba575f


Comments

No comments written yet.

Please login to write comment.