Color Hex Logo

#ba598b Color Hex

#BA598B
(186,89,139)
0 Favorites   0 Comments

Color spaces of #ba598b

RGB 18689139
HSL0.910.410.54
HSV329°52°73°
CMYK 0.000.520.25   0.27
XYZ28.482319.447926.6787
Yxy19.44790.38180.2607
Hunter Lab44.099838.1115-4.9984
CIE-Lab51.207244.9060-9.2758

#ba598b color RGB value is (186,89,139).

#ba598b hex color red value is 186, green value is 89 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ba598b hue: 0.91 , saturation: 0.41 and the lightness value of ba598b is 0.54.

The process color (four color CMYK) of #ba598b color hex is 0.00, 0.52, 0.25, 0.27. Web safe color of #ba598b is #cc6699. Color #ba598b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011001 10001011
Octal 272 131 213
Decimal 186 89 139
Hex BA 59 8B

RGB Percentages of Color #ba598b

%44.93
%21.50
%33.57

CMYK Percentages of Color #ba598b

%0
%52
%25
%27

Triadic Colors of #ba598b

#ba598b #8bba59 #598bba

Analogous Colors of #ba598b

#ba598b #ba595a #b959ba

Monochromatic Colors of #ba598b

#ba598b

Complementary Color

#ba598b #59ba88

#ba598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba598b Color CSS Codes

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

#ba598b Text Font Color

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

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


#ba598b Background Color

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

This div background color is #ba598b


#ba598b Border Color

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

This div border color is #ba598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba598b


Comments

No comments written yet.

Please login to write comment.