Color Hex Logo

#ba589e Color Hex

#BA589E
(186,88,158)
0 Favorites   0 Comments

Color spaces of #ba589e

RGB 18688158
HSL0.880.420.54
HSV317°53°73°
CMYK 0.000.530.15   0.27
XYZ29.911019.887234.6099
Yxy19.88720.35440.2356
Hunter Lab44.595141.6829-14.7980
CIE-Lab51.709448.2444-19.7525

#ba589e color RGB value is (186,88,158).

#ba589e hex color red value is 186, green value is 88 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba589e hue: 0.88 , saturation: 0.42 and the lightness value of ba589e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 10011110
Octal 272 130 236
Decimal 186 88 158
Hex BA 58 9E

RGB Percentages of Color #ba589e

%43.06
%20.37
%36.57

CMYK Percentages of Color #ba589e

%0
%53
%15
%27

Triadic Colors of #ba589e

#ba589e #9eba58 #589eba

Analogous Colors of #ba589e

#ba589e #ba586d #a558ba

Monochromatic Colors of #ba589e

#ba589e

Complementary Color

#ba589e #58ba74

#ba589e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba589e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba589e Color CSS Codes

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

#ba589e Text Font Color

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

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


#ba589e Background Color

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

This div background color is #ba589e


#ba589e Border Color

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

This div border color is #ba589e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba589e


Comments

No comments written yet.

Please login to write comment.