Color Hex Logo

#ba737c Color Hex

#BA737C
(186,115,124)
0 Favorites   0 Comments

Color spaces of #ba737c

RGB 186115124
HSL0.980.340.59
HSV352°38°73°
CMYK 0.000.380.33   0.27
XYZ30.018524.155822.1492
Yxy24.15580.39330.3165
Hunter Lab49.148623.01267.6845
CIE-Lab56.243429.10826.9337

#ba737c color RGB value is (186,115,124).

#ba737c hex color red value is 186, green value is 115 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ba737c hue: 0.98 , saturation: 0.34 and the lightness value of ba737c is 0.59.

The process color (four color CMYK) of #ba737c color hex is 0.00, 0.38, 0.33, 0.27. Web safe color of #ba737c is #cc6666. Color #ba737c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110011 01111100
Octal 272 163 174
Decimal 186 115 124
Hex BA 73 7C

RGB Percentages of Color #ba737c

%43.76
%27.06
%29.18

CMYK Percentages of Color #ba737c

%0
%38
%33
%27

Triadic Colors of #ba737c

#ba737c #7cba73 #737cba

Analogous Colors of #ba737c

#ba737c #ba8e73 #ba73a0

Monochromatic Colors of #ba737c

#ba737c

Complementary Color

#ba737c #73bab1

#ba737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba737c Color CSS Codes

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

#ba737c Text Font Color

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

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


#ba737c Background Color

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

This div background color is #ba737c


#ba737c Border Color

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

This div border color is #ba737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba737c

#ba737c Color Palettes


Comments

No comments written yet.

Please login to write comment.