Color Hex Logo

#ba778a Color Hex

#BA778A
(186,119,138)
0 Favorites   0 Comments

Color spaces of #ba778a

RGB 186119138
HSL0.950.330.60
HSV343°36°73°
CMYK 0.000.360.26   0.27
XYZ31.434025.467727.3038
Yxy25.46770.37330.3024
Hunter Lab50.465522.86953.2477
CIE-Lab57.528328.84010.6528

#ba778a color RGB value is (186,119,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 10001010
Octal 272 167 212
Decimal 186 119 138
Hex BA 77 8A

RGB Percentages of Color #ba778a

%41.99
%26.86
%31.15

CMYK Percentages of Color #ba778a

%0
%36
%26
%27

Triadic Colors of #ba778a

#ba778a #8aba77 #778aba

Analogous Colors of #ba778a

#ba778a #ba8677 #ba77ac

Monochromatic Colors of #ba778a

#ba778a

Complementary Color

#ba778a #77baa7

#ba778a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba778a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba778a Color CSS Codes

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

#ba778a Text Font Color

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

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


#ba778a Background Color

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

This div background color is #ba778a


#ba778a Border Color

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

This div border color is #ba778a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba778a


Comments

No comments written yet.

Please login to write comment.