Color Hex Logo

#ba729a Color Hex

#BA729A
(186,114,154)
0 Favorites   0 Comments

Color spaces of #ba729a

RGB 186114154
HSL0.910.340.59
HSV327°39°73°
CMYK 0.000.390.17   0.27
XYZ32.099724.806833.6682
Yxy24.80680.35440.2739
Hunter Lab49.806427.8801-5.2144
CIE-Lab56.886734.0296-9.5769

#ba729a color RGB value is (186,114,154).

#ba729a hex color red value is 186, green value is 114 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ba729a hue: 0.91 , saturation: 0.34 and the lightness value of ba729a is 0.59.

The process color (four color CMYK) of #ba729a color hex is 0.00, 0.39, 0.17, 0.27. Web safe color of #ba729a is #cc6699. Color #ba729a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110010 10011010
Octal 272 162 232
Decimal 186 114 154
Hex BA 72 9A

RGB Percentages of Color #ba729a

%40.97
%25.11
%33.92

CMYK Percentages of Color #ba729a

%0
%39
%17
%27

Triadic Colors of #ba729a

#ba729a #9aba72 #729aba

Analogous Colors of #ba729a

#ba729a #ba7276 #b672ba

Monochromatic Colors of #ba729a

#ba729a

Complementary Color

#ba729a #72ba92

#ba729a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba729a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba729a Color CSS Codes

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

#ba729a Text Font Color

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

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


#ba729a Background Color

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

This div background color is #ba729a


#ba729a Border Color

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

This div border color is #ba729a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba729a


Comments

No comments written yet.

Please login to write comment.