Color Hex Logo

#ba839b Color Hex

#BA839B
(186,131,155)
0 Favorites   0 Comments

Color spaces of #ba839b

RGB 186131155
HSL0.930.280.62
HSV334°30°73°
CMYK 0.000.300.17   0.27
XYZ34.282429.038334.8084
Yxy29.03830.34940.2959
Hunter Lab53.887219.2570-0.5773
CIE-Lab60.815424.8151-4.3130

#ba839b color RGB value is (186,131,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 10011011
Octal 272 203 233
Decimal 186 131 155
Hex BA 83 9B

RGB Percentages of Color #ba839b

%39.41
%27.75
%32.84

CMYK Percentages of Color #ba839b

%0
%30
%17
%27

Triadic Colors of #ba839b

#ba839b #9bba83 #839bba

Analogous Colors of #ba839b

#ba839b #ba8783 #ba83b7

Monochromatic Colors of #ba839b

#ba839b

Complementary Color

#ba839b #83baa2

#ba839b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba839b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba839b Color CSS Codes

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

#ba839b Text Font Color

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

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


#ba839b Background Color

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

This div background color is #ba839b


#ba839b Border Color

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

This div border color is #ba839b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba839b


Comments

No comments written yet.

Please login to write comment.