Color Hex Logo

#ba9397 Color Hex

#BA9397
(186,147,151)
0 Favorites   0 Comments

Color spaces of #ba9397

RGB 186147151
HSL0.980.220.65
HSV354°21°73°
CMYK 0.000.210.19   0.27
XYZ36.269333.540933.8406
Yxy33.54090.34990.3236
Hunter Lab57.914510.43635.8958
CIE-Lab64.596515.26453.4855

#ba9397 color RGB value is (186,147,151).

#ba9397 hex color red value is 186, green value is 147 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ba9397 hue: 0.98 , saturation: 0.22 and the lightness value of ba9397 is 0.65.

The process color (four color CMYK) of #ba9397 color hex is 0.00, 0.21, 0.19, 0.27. Web safe color of #ba9397 is #cc9999. Color #ba9397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 10010111
Octal 272 223 227
Decimal 186 147 151
Hex BA 93 97

RGB Percentages of Color #ba9397

%38.43
%30.37
%31.20

CMYK Percentages of Color #ba9397

%0
%21
%19
%27

Triadic Colors of #ba9397

#ba9397 #97ba93 #9397ba

Analogous Colors of #ba9397

#ba9397 #baa393 #ba93ab

Monochromatic Colors of #ba9397

#ba9397

Complementary Color

#ba9397 #93bab6

#ba9397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9397 Color CSS Codes

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

#ba9397 Text Font Color

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

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


#ba9397 Background Color

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

This div background color is #ba9397


#ba9397 Border Color

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

This div border color is #ba9397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9397


Comments

No comments written yet.

Please login to write comment.