Color Hex Logo

#ba8180 Color Hex

#BA8180
(186,129,128)
0 Favorites   0 Comments

Color spaces of #ba8180

RGB 186129128
HSL0.000.300.62
HSV31°73°
CMYK 0.000.310.31   0.27
XYZ31.996227.698124.0820
Yxy27.69810.38190.3306
Hunter Lab52.629016.41979.7103
CIE-Lab59.615021.89509.4202

#ba8180 color RGB value is (186,129,128).

#ba8180 hex color red value is 186, green value is 129 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ba8180 hue: 0.00 , saturation: 0.30 and the lightness value of ba8180 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000001 10000000
Octal 272 201 200
Decimal 186 129 128
Hex BA 81 80

RGB Percentages of Color #ba8180

%41.99
%29.12
%28.89

CMYK Percentages of Color #ba8180

%0
%31
%31
%27

Triadic Colors of #ba8180

#ba8180 #80ba81 #8180ba

Analogous Colors of #ba8180

#ba8180 #ba9e80 #ba809c

Monochromatic Colors of #ba8180

#ba8180

Complementary Color

#ba8180 #80b9ba

#ba8180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8180 Color CSS Codes

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

#ba8180 Text Font Color

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

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


#ba8180 Background Color

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

This div background color is #ba8180


#ba8180 Border Color

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

This div border color is #ba8180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8180


Comments

No comments written yet.

Please login to write comment.