Color Hex Logo

#ba557f Color Hex

#BA557F
(186,85,127)
0 Favorites   0 Comments

Color spaces of #ba557f

RGB 18685127
HSL0.930.420.53
HSV335°54°73°
CMYK 0.000.540.32   0.27
XYZ27.329018.468422.2030
Yxy18.46840.40190.2716
Hunter Lab42.974938.3074-0.5498
CIE-Lab50.059445.2749-3.8237

#ba557f color RGB value is (186,85,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 01111111
Octal 272 125 177
Decimal 186 85 127
Hex BA 55 7F

RGB Percentages of Color #ba557f

%46.73
%21.36
%31.91

CMYK Percentages of Color #ba557f

%0
%54
%32
%27

Triadic Colors of #ba557f

#ba557f #7fba55 #557fba

Analogous Colors of #ba557f

#ba557f #ba5d55 #ba55b2

Monochromatic Colors of #ba557f

#ba557f

Complementary Color

#ba557f #55ba90

#ba557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba557f Color CSS Codes

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

#ba557f Text Font Color

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

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


#ba557f Background Color

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

This div background color is #ba557f


#ba557f Border Color

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

This div border color is #ba557f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,85,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 #ba557f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba557f


Comments

No comments written yet.

Please login to write comment.