Color Hex Logo

#ba7790 Color Hex

#BA7790
(186,119,144)
0 Favorites   0 Comments

Color spaces of #ba7790

RGB 186119144
HSL0.940.330.60
HSV338°36°73°
CMYK 0.000.360.23   0.27
XYZ31.880625.646429.6555
Yxy25.64640.36570.2942
Hunter Lab50.642323.74630.7301
CIE-Lab57.699929.7304-2.5730

#ba7790 color RGB value is (186,119,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 10010000
Octal 272 167 220
Decimal 186 119 144
Hex BA 77 90

RGB Percentages of Color #ba7790

%41.43
%26.50
%32.07

CMYK Percentages of Color #ba7790

%0
%36
%23
%27

Triadic Colors of #ba7790

#ba7790 #90ba77 #7790ba

Analogous Colors of #ba7790

#ba7790 #ba8077 #ba77b2

Monochromatic Colors of #ba7790

#ba7790

Complementary Color

#ba7790 #77baa1

#ba7790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7790 Color CSS Codes

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

#ba7790 Text Font Color

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

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


#ba7790 Background Color

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

This div background color is #ba7790


#ba7790 Border Color

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

This div border color is #ba7790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7790


Comments

No comments written yet.

Please login to write comment.