Color Hex Logo

#ba849f Color Hex

#BA849F
(186,132,159)
0 Favorites   0 Comments

Color spaces of #ba849f

RGB 186132159
HSL0.920.280.62
HSV330°29°73°
CMYK 0.000.290.15   0.27
XYZ34.759029.444836.6523
Yxy29.44480.34460.2919
Hunter Lab54.263119.3804-2.0636
CIE-Lab61.172224.9191-6.0712

#ba849f color RGB value is (186,132,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 10011111
Octal 272 204 237
Decimal 186 132 159
Hex BA 84 9F

RGB Percentages of Color #ba849f

%38.99
%27.67
%33.33

CMYK Percentages of Color #ba849f

%0
%29
%15
%27

Triadic Colors of #ba849f

#ba849f #9fba84 #849fba

Analogous Colors of #ba849f

#ba849f #ba8484 #ba84ba

Monochromatic Colors of #ba849f

#ba849f

Complementary Color

#ba849f #84ba9f

#ba849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba849f Color CSS Codes

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

#ba849f Text Font Color

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

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


#ba849f Background Color

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

This div background color is #ba849f


#ba849f Border Color

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

This div border color is #ba849f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,132,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 #ba849f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba849f


Comments

No comments written yet.

Please login to write comment.