Color Hex Logo

#ba779e Color Hex

#BA779E
(186,119,158)
0 Favorites   0 Comments

Color spaces of #ba779e

RGB 186119158
HSL0.900.330.60
HSV325°36°73°
CMYK 0.000.360.15   0.27
XYZ33.018126.101435.6456
Yxy26.10140.34840.2754
Hunter Lab51.089525.9542-5.6045
CIE-Lab58.133231.9463-10.0252

#ba779e color RGB value is (186,119,158).

#ba779e hex color red value is 186, green value is 119 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba779e hue: 0.90 , saturation: 0.33 and the lightness value of ba779e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 10011110
Octal 272 167 236
Decimal 186 119 158
Hex BA 77 9E

RGB Percentages of Color #ba779e

%40.17
%25.70
%34.13

CMYK Percentages of Color #ba779e

%0
%36
%15
%27

Triadic Colors of #ba779e

#ba779e #9eba77 #779eba

Analogous Colors of #ba779e

#ba779e #ba777d #b577ba

Monochromatic Colors of #ba779e

#ba779e

Complementary Color

#ba779e #77ba93

#ba779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba779e Color CSS Codes

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

#ba779e Text Font Color

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

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


#ba779e Background Color

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

This div background color is #ba779e


#ba779e Border Color

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

This div border color is #ba779e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,119,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 #ba779e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba779e


Comments

No comments written yet.

Please login to write comment.