Color Hex Logo

#ba8599 Color Hex

#BA8599
(186,133,153)
0 Favorites   0 Comments

Color spaces of #ba8599

RGB 186133153
HSL0.940.280.63
HSV337°28°73°
CMYK 0.000.280.18   0.27
XYZ34.387029.514134.0214
Yxy29.51410.35120.3014
Hunter Lab54.326917.91220.8993
CIE-Lab61.232723.3782-2.5550

#ba8599 color RGB value is (186,133,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 10011001
Octal 272 205 231
Decimal 186 133 153
Hex BA 85 99

RGB Percentages of Color #ba8599

%39.41
%28.18
%32.42

CMYK Percentages of Color #ba8599

%0
%28
%18
%27

Triadic Colors of #ba8599

#ba8599 #99ba85 #8599ba

Analogous Colors of #ba8599

#ba8599 #ba8c85 #ba85b4

Monochromatic Colors of #ba8599

#ba8599

Complementary Color

#ba8599 #85baa6

#ba8599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8599 Color CSS Codes

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

#ba8599 Text Font Color

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

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


#ba8599 Background Color

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

This div background color is #ba8599


#ba8599 Border Color

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

This div border color is #ba8599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8599


Comments

No comments written yet.

Please login to write comment.