Color Hex Logo

#ba778f Color Hex

#BA778F
(186,119,143)
0 Favorites   0 Comments

Color spaces of #ba778f

RGB 186119143
HSL0.940.330.60
HSV339°36°73°
CMYK 0.000.360.23   0.27
XYZ31.804525.615929.2547
Yxy25.61590.36690.2955
Hunter Lab50.612223.59751.1579
CIE-Lab57.670729.5797-2.0367

#ba778f color RGB value is (186,119,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 10001111
Octal 272 167 217
Decimal 186 119 143
Hex BA 77 8F

RGB Percentages of Color #ba778f

%41.52
%26.56
%31.92

CMYK Percentages of Color #ba778f

%0
%36
%23
%27

Triadic Colors of #ba778f

#ba778f #8fba77 #778fba

Analogous Colors of #ba778f

#ba778f #ba8177 #ba77b1

Monochromatic Colors of #ba778f

#ba778f

Complementary Color

#ba778f #77baa2

#ba778f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba778f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba778f Color CSS Codes

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

#ba778f Text Font Color

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

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


#ba778f Background Color

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

This div background color is #ba778f


#ba778f Border Color

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

This div border color is #ba778f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba778f


Comments

No comments written yet.

Please login to write comment.