Color Hex Logo

#ba7791 Color Hex

#BA7791
(186,119,145)
0 Favorites   0 Comments

Color spaces of #ba7791

RGB 186119145
HSL0.940.330.60
HSV337°36°73°
CMYK 0.000.360.22   0.27
XYZ31.957425.677130.0599
Yxy25.67710.36440.2928
Hunter Lab50.672623.89660.2989
CIE-Lab57.729329.8824-3.1090

#ba7791 color RGB value is (186,119,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 10010001
Octal 272 167 221
Decimal 186 119 145
Hex BA 77 91

RGB Percentages of Color #ba7791

%41.33
%26.44
%32.22

CMYK Percentages of Color #ba7791

%0
%36
%22
%27

Triadic Colors of #ba7791

#ba7791 #91ba77 #7791ba

Analogous Colors of #ba7791

#ba7791 #ba7f77 #ba77b3

Monochromatic Colors of #ba7791

#ba7791

Complementary Color

#ba7791 #77baa0

#ba7791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7791 Color CSS Codes

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

#ba7791 Text Font Color

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

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


#ba7791 Background Color

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

This div background color is #ba7791


#ba7791 Border Color

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

This div border color is #ba7791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7791


Comments

No comments written yet.

Please login to write comment.