Color Hex Logo

#ba859c Color Hex

#BA859C
(186,133,156)
0 Favorites   0 Comments

Color spaces of #ba859c

RGB 186133156
HSL0.930.280.63
HSV334°28°73°
CMYK 0.000.280.16   0.27
XYZ34.638029.614535.3430
Yxy29.61450.34780.2973
Hunter Lab54.419218.3822-0.4129
CIE-Lab61.320223.8659-4.1393

#ba859c color RGB value is (186,133,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 10011100
Octal 272 205 234
Decimal 186 133 156
Hex BA 85 9C

RGB Percentages of Color #ba859c

%39.16
%28.00
%32.84

CMYK Percentages of Color #ba859c

%0
%28
%16
%27

Triadic Colors of #ba859c

#ba859c #9cba85 #859cba

Analogous Colors of #ba859c

#ba859c #ba8985 #ba85b7

Monochromatic Colors of #ba859c

#ba859c

Complementary Color

#ba859c #85baa3

#ba859c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba859c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba859c Color CSS Codes

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

#ba859c Text Font Color

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

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


#ba859c Background Color

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

This div background color is #ba859c


#ba859c Border Color

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

This div border color is #ba859c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba859c


Comments

No comments written yet.

Please login to write comment.