Color Hex Logo

#ba397c Color Hex

#BA397C
(186,57,124)
0 Favorites   0 Comments

Color spaces of #ba397c

RGB 18657124
HSL0.910.530.48
HSV329°69°73°
CMYK 0.000.690.33   0.27
XYZ25.350914.820620.5933
Yxy14.82060.41720.2439
Hunter Lab38.497550.1728-4.7674
CIE-Lab45.387557.2498-8.9622

#ba397c color RGB value is (186,57,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 01111100
Octal 272 71 174
Decimal 186 57 124
Hex BA 39 7C

RGB Percentages of Color #ba397c

%50.68
%15.53
%33.79

CMYK Percentages of Color #ba397c

%0
%69
%33
%27

Triadic Colors of #ba397c

#ba397c #7cba39 #397cba

Analogous Colors of #ba397c

#ba397c #ba393c #b839ba

Monochromatic Colors of #ba397c

#ba397c

Complementary Color

#ba397c #39ba77

#ba397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba397c Color CSS Codes

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

#ba397c Text Font Color

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

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


#ba397c Background Color

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

This div background color is #ba397c


#ba397c Border Color

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

This div border color is #ba397c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba397c


Comments

No comments written yet.

Please login to write comment.