Color Hex Logo

#ba868a Color Hex

#BA868A
(186,134,138)
0 Favorites   0 Comments

Color spaces of #ba868a

RGB 186134138
HSL0.990.270.63
HSV355°28°73°
CMYK 0.000.280.26   0.27
XYZ33.362229.324327.9465
Yxy29.32430.36810.3235
Hunter Lab54.151915.20547.3082
CIE-Lab61.066820.51835.7717

#ba868a color RGB value is (186,134,138).

#ba868a hex color red value is 186, green value is 134 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ba868a hue: 0.99 , saturation: 0.27 and the lightness value of ba868a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 10001010
Octal 272 206 212
Decimal 186 134 138
Hex BA 86 8A

RGB Percentages of Color #ba868a

%40.61
%29.26
%30.13

CMYK Percentages of Color #ba868a

%0
%28
%26
%27

Triadic Colors of #ba868a

#ba868a #8aba86 #868aba

Analogous Colors of #ba868a

#ba868a #ba9c86 #ba86a4

Monochromatic Colors of #ba868a

#ba868a

Complementary Color

#ba868a #86bab6

#ba868a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba868a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba868a Color CSS Codes

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

#ba868a Text Font Color

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

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


#ba868a Background Color

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

This div background color is #ba868a


#ba868a Border Color

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

This div border color is #ba868a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba868a


Comments

No comments written yet.

Please login to write comment.