Color Hex Logo

#ba8bab Color Hex

#BA8BAB
(186,139,171)
0 Favorites   0 Comments

Color spaces of #ba8bab

RGB 186139171
HSL0.890.250.64
HSV319°25°73°
CMYK 0.000.250.08   0.27
XYZ36.833031.844642.7334
Yxy31.84460.33060.2858
Hunter Lab56.431017.7542-5.3967
CIE-Lab63.214223.0918-9.8545

#ba8bab color RGB value is (186,139,171).

#ba8bab hex color red value is 186, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba8bab hue: 0.89 , saturation: 0.25 and the lightness value of ba8bab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001011 10101011
Octal 272 213 253
Decimal 186 139 171
Hex BA 8B AB

RGB Percentages of Color #ba8bab

%37.50
%28.02
%34.48

CMYK Percentages of Color #ba8bab

%0
%25
%8
%27

Triadic Colors of #ba8bab

#ba8bab #abba8b #8babba

Analogous Colors of #ba8bab

#ba8bab #ba8b94 #b28bba

Monochromatic Colors of #ba8bab

#ba8bab

Complementary Color

#ba8bab #8bba9a

#ba8bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8bab Color CSS Codes

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

#ba8bab Text Font Color

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

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


#ba8bab Background Color

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

This div background color is #ba8bab


#ba8bab Border Color

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

This div border color is #ba8bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8bab


Comments

No comments written yet.

Please login to write comment.