Color Hex Logo

#ba598a Color Hex

#BA598A
(186,89,138)
0 Favorites   0 Comments

Color spaces of #ba598a

RGB 18689138
HSL0.920.410.54
HSV330°52°73°
CMYK 0.000.520.26   0.27
XYZ28.409519.418826.2956
Yxy19.41880.38330.2620
Hunter Lab44.066837.9607-4.5329
CIE-Lab51.173644.7652-8.7317

#ba598a color RGB value is (186,89,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011001 10001010
Octal 272 131 212
Decimal 186 89 138
Hex BA 59 8A

RGB Percentages of Color #ba598a

%45.04
%21.55
%33.41

CMYK Percentages of Color #ba598a

%0
%52
%26
%27

Triadic Colors of #ba598a

#ba598a #8aba59 #598aba

Analogous Colors of #ba598a

#ba598a #ba5959 #ba59ba

Monochromatic Colors of #ba598a

#ba598a

Complementary Color

#ba598a #59ba89

#ba598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba598a Color CSS Codes

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

#ba598a Text Font Color

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

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


#ba598a Background Color

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

This div background color is #ba598a


#ba598a Border Color

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

This div border color is #ba598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba598a


Comments

No comments written yet.

Please login to write comment.