Color Hex Logo

#ba729f Color Hex

#BA729F
(186,114,159)
0 Favorites   0 Comments

Color spaces of #ba729f

RGB 186114159
HSL0.900.340.59
HSV323°39°73°
CMYK 0.000.390.15   0.27
XYZ32.525024.976935.9077
Yxy24.97690.34820.2674
Hunter Lab49.976928.7084-7.6152
CIE-Lab57.052934.8442-12.2248

#ba729f color RGB value is (186,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110010 10011111
Octal 272 162 237
Decimal 186 114 159
Hex BA 72 9F

RGB Percentages of Color #ba729f

%40.52
%24.84
%34.64

CMYK Percentages of Color #ba729f

%0
%39
%15
%27

Triadic Colors of #ba729f

#ba729f #9fba72 #729fba

Analogous Colors of #ba729f

#ba729f #ba727b #b172ba

Monochromatic Colors of #ba729f

#ba729f

Complementary Color

#ba729f #72ba8d

#ba729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba729f Color CSS Codes

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

#ba729f Text Font Color

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

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


#ba729f Background Color

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

This div background color is #ba729f


#ba729f Border Color

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

This div border color is #ba729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba729f


Comments

No comments written yet.

Please login to write comment.