Color Hex Logo

#ba8884 Color Hex

#BA8884
(186,136,132)
0 Favorites   0 Comments

Color spaces of #ba8884

RGB 186136132
HSL0.010.280.62
HSV29°73°
CMYK 0.000.270.29   0.27
XYZ33.218729.713425.8142
Yxy29.71340.37430.3348
Hunter Lab54.510013.386410.0791
CIE-Lab61.406118.54919.6753

#ba8884 color RGB value is (186,136,132).

#ba8884 hex color red value is 186, green value is 136 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ba8884 hue: 0.01 , saturation: 0.28 and the lightness value of ba8884 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001000 10000100
Octal 272 210 204
Decimal 186 136 132
Hex BA 88 84

RGB Percentages of Color #ba8884

%40.97
%29.96
%29.07

CMYK Percentages of Color #ba8884

%0
%27
%29
%27

Triadic Colors of #ba8884

#ba8884 #84ba88 #8884ba

Analogous Colors of #ba8884

#ba8884 #baa384 #ba849b

Monochromatic Colors of #ba8884

#ba8884

Complementary Color

#ba8884 #84b6ba

#ba8884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8884 Color CSS Codes

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

#ba8884 Text Font Color

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

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


#ba8884 Background Color

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

This div background color is #ba8884


#ba8884 Border Color

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

This div border color is #ba8884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8884


Comments

No comments written yet.

Please login to write comment.