Color Hex Logo

#ba577f Color Hex

#BA577F
(186,87,127)
0 Favorites   0 Comments

Color spaces of #ba577f

RGB 18687127
HSL0.930.420.54
HSV336°53°73°
CMYK 0.000.530.32   0.27
XYZ27.488718.787822.2563
Yxy18.78780.40110.2741
Hunter Lab43.344937.3485-0.1022
CIE-Lab50.438044.2844-3.2650

#ba577f color RGB value is (186,87,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 01111111
Octal 272 127 177
Decimal 186 87 127
Hex BA 57 7F

RGB Percentages of Color #ba577f

%46.50
%21.75
%31.75

CMYK Percentages of Color #ba577f

%0
%53
%32
%27

Triadic Colors of #ba577f

#ba577f #7fba57 #577fba

Analogous Colors of #ba577f

#ba577f #ba6157 #ba57b1

Monochromatic Colors of #ba577f

#ba577f

Complementary Color

#ba577f #57ba92

#ba577f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba577f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba577f Color CSS Codes

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

#ba577f Text Font Color

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

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


#ba577f Background Color

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

This div background color is #ba577f


#ba577f Border Color

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

This div border color is #ba577f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba577f


Comments

No comments written yet.

Please login to write comment.