Color Hex Logo

#ba536f Color Hex

#BA536F
(186,83,111)
0 Favorites   0 Comments

Color spaces of #ba536f

RGB 18683111
HSL0.950.430.53
HSV344°55°73°
CMYK 0.000.550.40   0.27
XYZ26.212217.773317.0880
Yxy17.77330.42920.2910
Hunter Lab42.158437.20615.4789
CIE-Lab49.220044.33494.5684

#ba536f color RGB value is (186,83,111).

#ba536f hex color red value is 186, green value is 83 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ba536f hue: 0.95 , saturation: 0.43 and the lightness value of ba536f is 0.53.

The process color (four color CMYK) of #ba536f color hex is 0.00, 0.55, 0.40, 0.27. Web safe color of #ba536f is #cc6666. Color #ba536f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 01101111
Octal 272 123 157
Decimal 186 83 111
Hex BA 53 6F

RGB Percentages of Color #ba536f

%48.95
%21.84
%29.21

CMYK Percentages of Color #ba536f

%0
%55
%40
%27

Triadic Colors of #ba536f

#ba536f #6fba53 #536fba

Analogous Colors of #ba536f

#ba536f #ba6b53 #ba53a3

Monochromatic Colors of #ba536f

#ba536f

Complementary Color

#ba536f #53ba9e

#ba536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba536f Color CSS Codes

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

#ba536f Text Font Color

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

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


#ba536f Background Color

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

This div background color is #ba536f


#ba536f Border Color

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

This div border color is #ba536f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba536f


Comments

No comments written yet.

Please login to write comment.