Color Hex Logo

#ba597f Color Hex

#BA597F
(186,89,127)
0 Favorites   0 Comments

Color spaces of #ba597f

RGB 18689127
HSL0.930.410.54
HSV336°52°73°
CMYK 0.000.520.32   0.27
XYZ27.652819.116222.3110
Yxy19.11620.40030.2767
Hunter Lab43.722136.38180.3503
CIE-Lab50.822943.2822-2.6979

#ba597f color RGB value is (186,89,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011001 01111111
Octal 272 131 177
Decimal 186 89 127
Hex BA 59 7F

RGB Percentages of Color #ba597f

%46.27
%22.14
%31.59

CMYK Percentages of Color #ba597f

%0
%52
%32
%27

Triadic Colors of #ba597f

#ba597f #7fba59 #597fba

Analogous Colors of #ba597f

#ba597f #ba6459 #ba59b0

Monochromatic Colors of #ba597f

#ba597f

Complementary Color

#ba597f #59ba94

#ba597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba597f Color CSS Codes

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

#ba597f Text Font Color

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

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


#ba597f Background Color

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

This div background color is #ba597f


#ba597f Border Color

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

This div border color is #ba597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba597f


Comments

No comments written yet.

Please login to write comment.