Color Hex Logo

#ba789a Color Hex

#BA789A
(186,120,154)
0 Favorites   0 Comments

Color spaces of #ba789a

RGB 186120154
HSL0.910.320.60
HSV329°35°73°
CMYK 0.000.350.17   0.27
XYZ32.798926.205133.9013
Yxy26.20510.35300.2821
Hunter Lab51.190924.7839-3.4313
CIE-Lab58.231230.7442-7.5701

#ba789a color RGB value is (186,120,154).

#ba789a hex color red value is 186, green value is 120 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ba789a hue: 0.91 , saturation: 0.32 and the lightness value of ba789a is 0.60.

The process color (four color CMYK) of #ba789a color hex is 0.00, 0.35, 0.17, 0.27. Web safe color of #ba789a is #cc6699. Color #ba789a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 10011010
Octal 272 170 232
Decimal 186 120 154
Hex BA 78 9A

RGB Percentages of Color #ba789a

%40.43
%26.09
%33.48

CMYK Percentages of Color #ba789a

%0
%35
%17
%27

Triadic Colors of #ba789a

#ba789a #9aba78 #789aba

Analogous Colors of #ba789a

#ba789a #ba7879 #b978ba

Monochromatic Colors of #ba789a

#ba789a

Complementary Color

#ba789a #78ba98

#ba789a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba789a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba789a Color CSS Codes

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

#ba789a Text Font Color

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

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


#ba789a Background Color

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

This div background color is #ba789a


#ba789a Border Color

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

This div border color is #ba789a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba789a


Comments

No comments written yet.

Please login to write comment.