Color Hex Logo

#ba377a Color Hex

#BA377A
(186,55,122)
0 Favorites   0 Comments

Color spaces of #ba377a

RGB 18655122
HSL0.910.540.47
HSV329°70°73°
CMYK 0.000.700.34   0.27
XYZ25.128714.576619.9015
Yxy14.57660.42160.2445
Hunter Lab38.179350.6706-4.1802
CIE-Lab45.048757.7669-8.2460

#ba377a color RGB value is (186,55,122).

#ba377a hex color red value is 186, green value is 55 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ba377a hue: 0.91 , saturation: 0.54 and the lightness value of ba377a is 0.47.

The process color (four color CMYK) of #ba377a color hex is 0.00, 0.70, 0.34, 0.27. Web safe color of #ba377a is #cc3366. Color #ba377a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110111 01111010
Octal 272 67 172
Decimal 186 55 122
Hex BA 37 7A

RGB Percentages of Color #ba377a

%51.24
%15.15
%33.61

CMYK Percentages of Color #ba377a

%0
%70
%34
%27

Triadic Colors of #ba377a

#ba377a #7aba37 #377aba

Analogous Colors of #ba377a

#ba377a #ba3739 #b937ba

Monochromatic Colors of #ba377a

#ba377a

Complementary Color

#ba377a #37ba77

#ba377a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba377a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba377a Color CSS Codes

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

#ba377a Text Font Color

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

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


#ba377a Background Color

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

This div background color is #ba377a


#ba377a Border Color

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

This div border color is #ba377a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba377a


Comments

No comments written yet.

Please login to write comment.