Color Hex Logo

#ba859f Color Hex

#BA859F
(186,133,159)
0 Favorites   0 Comments

Color spaces of #ba859f

RGB 186133159
HSL0.920.280.63
HSV331°28°73°
CMYK 0.000.280.15   0.27
XYZ34.895229.717436.6977
Yxy29.71740.34440.2933
Hunter Lab54.513718.8622-1.7535
CIE-Lab61.409624.3621-5.7192

#ba859f color RGB value is (186,133,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 10011111
Octal 272 205 237
Decimal 186 133 159
Hex BA 85 9F

RGB Percentages of Color #ba859f

%38.91
%27.82
%33.26

CMYK Percentages of Color #ba859f

%0
%28
%15
%27

Triadic Colors of #ba859f

#ba859f #9fba85 #859fba

Analogous Colors of #ba859f

#ba859f #ba8685 #ba85ba

Monochromatic Colors of #ba859f

#ba859f

Complementary Color

#ba859f #85baa0

#ba859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba859f Color CSS Codes

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

#ba859f Text Font Color

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

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


#ba859f Background Color

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

This div background color is #ba859f


#ba859f Border Color

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

This div border color is #ba859f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba859f


Comments

No comments written yet.

Please login to write comment.