Color Hex Logo

#ba2979 Color Hex

#BA2979
(186,41,121)
0 Favorites   0 Comments

Color spaces of #ba2979

RGB 18641121
HSL0.910.640.45
HSV327°78°73°
CMYK 0.000.780.35   0.27
XYZ24.493813.405519.3857
Yxy13.40550.42760.2340
Hunter Lab36.613555.3397-5.7627
CIE-Lab43.368062.2857-10.1547

#ba2979 color RGB value is (186,41,121).

#ba2979 hex color red value is 186, green value is 41 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ba2979 hue: 0.91 , saturation: 0.64 and the lightness value of ba2979 is 0.45.

The process color (four color CMYK) of #ba2979 color hex is 0.00, 0.78, 0.35, 0.27. Web safe color of #ba2979 is #cc3366. Color #ba2979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 01111001
Octal 272 51 171
Decimal 186 41 121
Hex BA 29 79

RGB Percentages of Color #ba2979

%53.45
%11.78
%34.77

CMYK Percentages of Color #ba2979

%0
%78
%35
%27

Triadic Colors of #ba2979

#ba2979 #79ba29 #2979ba

Analogous Colors of #ba2979

#ba2979 #ba2930 #b329ba

Monochromatic Colors of #ba2979

#ba2979

Complementary Color

#ba2979 #29ba6a

#ba2979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2979 Color CSS Codes

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

#ba2979 Text Font Color

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

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


#ba2979 Background Color

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

This div background color is #ba2979


#ba2979 Border Color

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

This div border color is #ba2979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2979


Comments

No comments written yet.

Please login to write comment.