Color Hex Logo

#ba938a Color Hex

#BA938A
(186,147,138)
0 Favorites   0 Comments

Color spaces of #ba938a

RGB 186147138
HSL0.030.260.64
HSV11°26°73°
CMYK 0.000.210.26   0.27
XYZ35.270933.141528.5827
Yxy33.14150.36360.3417
Hunter Lab57.56878.617410.8607
CIE-Lab64.275313.290210.3464

#ba938a color RGB value is (186,147,138).

#ba938a hex color red value is 186, green value is 147 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ba938a hue: 0.03 , saturation: 0.26 and the lightness value of ba938a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010011 10001010
Octal 272 223 212
Decimal 186 147 138
Hex BA 93 8A

RGB Percentages of Color #ba938a

%39.49
%31.21
%29.30

CMYK Percentages of Color #ba938a

%0
%21
%26
%27

Triadic Colors of #ba938a

#ba938a #8aba93 #938aba

Analogous Colors of #ba938a

#ba938a #baab8a #ba8a99

Monochromatic Colors of #ba938a

#ba938a

Complementary Color

#ba938a #8ab1ba

#ba938a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba938a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba938a Color CSS Codes

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

#ba938a Text Font Color

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

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


#ba938a Background Color

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

This div background color is #ba938a


#ba938a Border Color

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

This div border color is #ba938a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba938a


Comments

No comments written yet.

Please login to write comment.