Color Hex Logo

#ba3979 Color Hex

#BA3979
(186,57,121)
0 Favorites   0 Comments

Color spaces of #ba3979

RGB 18657121
HSL0.920.530.48
HSV330°69°73°
CMYK 0.000.690.35   0.27
XYZ25.164014.745819.6091
Yxy14.74580.42280.2477
Hunter Lab38.400349.7720-3.3963
CIE-Lab45.284056.9028-7.2817

#ba3979 color RGB value is (186,57,121).

#ba3979 hex color red value is 186, green value is 57 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ba3979 hue: 0.92 , saturation: 0.53 and the lightness value of ba3979 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 01111001
Octal 272 71 171
Decimal 186 57 121
Hex BA 39 79

RGB Percentages of Color #ba3979

%51.10
%15.66
%33.24

CMYK Percentages of Color #ba3979

%0
%69
%35
%27

Triadic Colors of #ba3979

#ba3979 #79ba39 #3979ba

Analogous Colors of #ba3979

#ba3979 #ba3a39 #ba39ba

Monochromatic Colors of #ba3979

#ba3979

Complementary Color

#ba3979 #39ba7a

#ba3979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3979 Color CSS Codes

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

#ba3979 Text Font Color

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

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


#ba3979 Background Color

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

This div background color is #ba3979


#ba3979 Border Color

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

This div border color is #ba3979


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,57,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 #ba3979">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3979


Comments

No comments written yet.

Please login to write comment.